From: Richard Smith Date: Mon, 1 May 2017 21:49:54 +0000 (+0000) Subject: Put back REQUIRES: system-darwin to fix asan bot. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3aa549e82b42bbaaa6cf9f28e6286869d479f39a;p=clang Put back REQUIRES: system-darwin to fix asan bot. These tests do not appear to be Darwin-specific, and this REQUIRES: appears to be hiding a real bug; this change is just restoring the prior state to get the buildbots happy again while we investigate. (The system-darwin requirement is covered by PR32851.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301840 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Modules/crash-vfs-headermaps.m b/test/Modules/crash-vfs-headermaps.m index 350c01b043..4f88f3ba11 100644 --- a/test/Modules/crash-vfs-headermaps.m +++ b/test/Modules/crash-vfs-headermaps.m @@ -1,4 +1,4 @@ -// REQUIRES: crash-recovery, shell +// REQUIRES: crash-recovery, shell, system-darwin // This uses a headermap with this entry: // Foo.h -> Foo/Foo.h diff --git a/test/Modules/crash-vfs-include-pch.m b/test/Modules/crash-vfs-include-pch.m index 8091ffc729..78a8e149a4 100644 --- a/test/Modules/crash-vfs-include-pch.m +++ b/test/Modules/crash-vfs-include-pch.m @@ -1,4 +1,4 @@ -// REQUIRES: crash-recovery, shell +// REQUIRES: crash-recovery, shell, system-darwin // // RUN: rm -rf %t // RUN: mkdir -p %t/m %t/out diff --git a/test/Modules/crash-vfs-ivfsoverlay.m b/test/Modules/crash-vfs-ivfsoverlay.m index 6434fd9814..abbc0151a8 100644 --- a/test/Modules/crash-vfs-ivfsoverlay.m +++ b/test/Modules/crash-vfs-ivfsoverlay.m @@ -1,4 +1,4 @@ -// REQUIRES: crash-recovery, shell +// REQUIRES: crash-recovery, shell, system-darwin // RUN: rm -rf %t // RUN: mkdir -p %t/m diff --git a/test/Modules/crash-vfs-relative-incdir.m b/test/Modules/crash-vfs-relative-incdir.m index 13213b3980..ed02de8d7e 100644 --- a/test/Modules/crash-vfs-relative-incdir.m +++ b/test/Modules/crash-vfs-relative-incdir.m @@ -1,4 +1,4 @@ -// REQUIRES: crash-recovery, shell +// REQUIRES: crash-recovery, shell, system-darwin // RUN: rm -rf %t // RUN: mkdir -p %t/m diff --git a/test/Modules/crash-vfs-run-reproducer.m b/test/Modules/crash-vfs-run-reproducer.m index 4bc007a780..eba56c53f6 100644 --- a/test/Modules/crash-vfs-run-reproducer.m +++ b/test/Modules/crash-vfs-run-reproducer.m @@ -1,4 +1,4 @@ -// REQUIRES: crash-recovery, shell +// REQUIRES: crash-recovery, shell, system-darwin // RUN: rm -rf %t // RUN: mkdir -p %t/i %t/m %t