r301732 - Remove some apparently-unnecessary 'REQUIRES: system-darwin' from tests.

Vitaly Buka via cfe-commits cfe-commits at lists.llvm.org
Mon May 1 10:54:20 PDT 2017


crash-vfs-ivfsoverlay.m does not work

http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-bootstrap/builds/1322/steps/check-clang%20asan/logs/stdio

On Fri, Apr 28, 2017 at 6:51 PM Richard Smith via cfe-commits <
cfe-commits at lists.llvm.org> wrote:

> Author: rsmith
> Date: Fri Apr 28 20:38:29 2017
> New Revision: 301732
>
> URL: http://llvm.org/viewvc/llvm-project?rev=301732&view=rev
> Log:
> Remove some apparently-unnecessary 'REQUIRES: system-darwin' from tests.
>
> Let's see if any buildbots actually have trouble with these. (They at
> least pass on Linux.)
>
> Modified:
>     cfe/trunk/test/Modules/crash-vfs-headermaps.m
>     cfe/trunk/test/Modules/crash-vfs-include-pch.m
>     cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m
>
> Modified: cfe/trunk/test/Modules/crash-vfs-headermaps.m
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/crash-vfs-headermaps.m?rev=301732&r1=301731&r2=301732&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/Modules/crash-vfs-headermaps.m (original)
> +++ cfe/trunk/test/Modules/crash-vfs-headermaps.m Fri Apr 28 20:38:29 2017
> @@ -1,4 +1,4 @@
> -// REQUIRES: crash-recovery, shell, system-darwin
> +// REQUIRES: crash-recovery, shell
>
>  // This uses a headermap with this entry:
>  //   Foo.h -> Foo/Foo.h
>
> Modified: cfe/trunk/test/Modules/crash-vfs-include-pch.m
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/crash-vfs-include-pch.m?rev=301732&r1=301731&r2=301732&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/Modules/crash-vfs-include-pch.m (original)
> +++ cfe/trunk/test/Modules/crash-vfs-include-pch.m Fri Apr 28 20:38:29 2017
> @@ -1,4 +1,4 @@
> -// REQUIRES: crash-recovery, shell, system-darwin
> +// REQUIRES: crash-recovery, shell
>  //
>  // RUN: rm -rf %t
>  // RUN: mkdir -p %t/m %t/out
>
> Modified: cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m
> URL:
> http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m?rev=301732&r1=301731&r2=301732&view=diff
>
> ==============================================================================
> --- cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m (original)
> +++ cfe/trunk/test/Modules/crash-vfs-ivfsoverlay.m Fri Apr 28 20:38:29 2017
> @@ -1,4 +1,4 @@
> -// REQUIRES: crash-recovery, shell, system-darwin
> +// REQUIRES: crash-recovery, shell
>
>  // RUN: rm -rf %t
>  // RUN: mkdir -p %t/m
>
>
> _______________________________________________
> cfe-commits mailing list
> cfe-commits at lists.llvm.org
> http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170501/f90e80d5/attachment.html>


More information about the cfe-commits mailing list