[Lldb-commits] [PATCH] D53175: [dotest] Make a missing FileCheck binary a warning, not an error

Vedant Kumar via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 12 12:33:53 PDT 2018


Ah gotcha. For the public Darwin bots, we needed to specifically trigger a Jenkins job to distribute Zorg updates to all our builders. This can be a bit of a manual process, because you need to kill the jobs on the builders’ queues to make sure they run the Zorg_Distribute job asap.

I’m not sure whether the Linux CI has a similar mechanism.

vedant

> On Oct 12, 2018, at 12:31 PM, Stella Stamenova <stilis at microsoft.com> wrote:
> 
> Thanks, I’ve been monitoring the bots also and it looks like they haven’t picked up the zorg change yet. I don’t know if that’s supposed to just happen or if there’s something that needs to be done or if there’s a schedule for when they update.
>  
> Thanks,
> -Stella
>  
> From: vsk at apple.com <mailto:vsk at apple.com> <vsk at apple.com <mailto:vsk at apple.com>> 
> Sent: Friday, October 12, 2018 11:33 AM
> To: Stella Stamenova <stilis at microsoft.com <mailto:stilis at microsoft.com>>
> Cc: Zachary Turner <zturner at google.com <mailto:zturner at google.com>>; lldb-commits at lists.llvm.org <mailto:lldb-commits at lists.llvm.org>; reviews+D53175+public+09519a8f992e0e1a at reviews.llvm.org <mailto:reviews+D53175+public+09519a8f992e0e1a at reviews.llvm.org>
> Subject: Re: [PATCH] D53175: [dotest] Make a missing FileCheck binary a warning, not an error
>  
> All right, Committed r344396, I’ll keep an eye out for failures.
>  
> vedant
> 
> 
> On Oct 12, 2018, at 9:58 AM, Stella Stamenova <stilis at microsoft.com <mailto:stilis at microsoft.com>> wrote:
>  
> Those changes look reasonable, but I don't know how to test it either. I would be in favor of checking it in because the buildbots are currently broken and this can't make it worse, right?
> 
> -----Original Message-----
> From: vsk at apple.com <mailto:vsk at apple.com> <vsk at apple.com <mailto:vsk at apple.com>> 
> Sent: Thursday, October 11, 2018 3:56 PM
> To: Stella Stamenova <stilis at microsoft.com <mailto:stilis at microsoft.com>>
> Cc: Zachary Turner <zturner at google.com <mailto:zturner at google.com>>; lldb-commits at lists.llvm.org <mailto:lldb-commits at lists.llvm.org>; reviews+D53175+public+09519a8f992e0e1a at reviews.llvm.org <mailto:reviews+D53175+public+09519a8f992e0e1a at reviews.llvm.org>
> Subject: Re: [PATCH] D53175: [dotest] Make a missing FileCheck binary a warning, not an error
> 
> Does this look reasonable to you? I'm not sure how to test this.
> 
> diff --git a/zorg/buildbot/builders/LLDBBuilder.py b/zorg/buildbot/builders/LLDBBuilder.py
> index 5a1b2e87..62152924 100644 <tel:62152924%20100644>
> --- a/zorg/buildbot/builders/LLDBBuilder.py
> +++ b/zorg/buildbot/builders/LLDBBuilder.py
> @@ -270,6 +270,7 @@ def getLLDBTestSteps(f,
>             compilerPath = compiler
>         for arch in test_archs:
>             DOTEST_OPTS=''.join(['--executable ' + bindir + '/lldb ',
> +                                 '--filecheck ' + bindir + '/FileCheck 
> + ',
>                                  '-A %s ' % arch,
>                                  '-C %s ' % compilerPath,
>                                  '-s lldb-test-traces-%s-%s ' % (compiler, arch), @@ -819,6 +820,7 @@ def getLLDBxcodebuildFactory(use_cc=None,
>                   workdir=lldb_srcdir))
>     DOTEST_OPTS = ' '.join(['--executable',
>                             '%(lldb_bindir)s/lldb',
> +                            '%(lldb_bindir)s/FileCheck',
>                             '--framework', '%(lldb_bindir)s/LLDB.framework',
>                             '-A', 'x86_64',
>                             '-C', 'clang',
> 
> vedant
> 
> 
> On Oct 11, 2018, at 3:46 PM, Stella Stamenova via Phabricator <reviews at reviews.llvm.org <mailto:reviews at reviews.llvm.org>> wrote:
> 
> stella.stamenova added a comment.
> 
> The failing bots are not windows bots but Linux bots. It looks like you only updated the configurations for xcode.
> 
> I think the file that needs to be updated is:
> 
> zorg\buildbot\builders\LLDBBuilder.py
> 
> 
> https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frevie <https://na01.safelinks.protection.outlook.com/?url=https%3A%2F%2Frevie>
> ws.llvm.org <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fws.llvm.org%2F&data=02%7C01%7Cstilis%40microsoft.com%7C4ed280cd33e449b8d05708d630712aed%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636749659954498980&sdata=dhL6bP%2BmjReY6WIzw4F8K8FXX0dIHB64cJv%2BykrOHDc%3D&reserved=0>%2FD53175&data=02%7C01%7CSTILIS%40microsoft.com <https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2F40microsoft.com%2F&data=02%7C01%7Cstilis%40microsoft.com%7C4ed280cd33e449b8d05708d630712aed%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636749659954498980&sdata=%2FnKkN0v3DrJ%2FW4CQv987wTURI%2BMoHptOEczJKuxbr6k%3D&reserved=0>%7Cb8693
> c9edfa5449d97db08d62fccaacd%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0
> %7C636748953431151967&sdata=rdn7nntFECouzbw%2FPoQISVCGGrjLCqAygk8q
> l0St%2B5o%3D&reserved=0

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20181012/4de9a67a/attachment-0001.html>


More information about the lldb-commits mailing list