Put back REQUIRES: system-darwin to fix asan bot.
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 1 May 2017 21:49:54 +0000 (21:49 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 1 May 2017 21:49:54 +0000 (21:49 +0000)
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.)

llvm-svn: 301840

clang/test/Modules/crash-vfs-headermaps.m
clang/test/Modules/crash-vfs-include-pch.m
clang/test/Modules/crash-vfs-ivfsoverlay.m
clang/test/Modules/crash-vfs-relative-incdir.m
clang/test/Modules/crash-vfs-run-reproducer.m

index 350c01b..4f88f3b 100644 (file)
@@ -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
index 8091ffc..78a8e14 100644 (file)
@@ -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
index 6434fd9..abbc015 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: crash-recovery, shell
+// REQUIRES: crash-recovery, shell, system-darwin
 
 // RUN: rm -rf %t
 // RUN: mkdir -p %t/m
index 13213b3..ed02de8 100644 (file)
@@ -1,4 +1,4 @@
-// REQUIRES: crash-recovery, shell
+// REQUIRES: crash-recovery, shell, system-darwin
 
 // RUN: rm -rf %t
 // RUN: mkdir -p %t/m
index 4bc007a..eba56c5 100644 (file)
@@ -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