From f893cc6bd399456d059858325e6986847eff3cea Mon Sep 17 00:00:00 2001 From: Richard Smith Date: Sat, 29 Apr 2017 01:38:29 +0000 Subject: [PATCH] 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.) llvm-svn: 301732 --- clang/test/Modules/crash-vfs-headermaps.m | 2 +- clang/test/Modules/crash-vfs-include-pch.m | 2 +- clang/test/Modules/crash-vfs-ivfsoverlay.m | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/clang/test/Modules/crash-vfs-headermaps.m b/clang/test/Modules/crash-vfs-headermaps.m index 4f88f3b..350c01b 100644 --- a/clang/test/Modules/crash-vfs-headermaps.m +++ b/clang/test/Modules/crash-vfs-headermaps.m @@ -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 diff --git a/clang/test/Modules/crash-vfs-include-pch.m b/clang/test/Modules/crash-vfs-include-pch.m index 78a8e14..8091ffc 100644 --- a/clang/test/Modules/crash-vfs-include-pch.m +++ b/clang/test/Modules/crash-vfs-include-pch.m @@ -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 diff --git a/clang/test/Modules/crash-vfs-ivfsoverlay.m b/clang/test/Modules/crash-vfs-ivfsoverlay.m index abbc015..6434fd9 100644 --- a/clang/test/Modules/crash-vfs-ivfsoverlay.m +++ b/clang/test/Modules/crash-vfs-ivfsoverlay.m @@ -1,4 +1,4 @@ -// REQUIRES: crash-recovery, shell, system-darwin +// REQUIRES: crash-recovery, shell // RUN: rm -rf %t // RUN: mkdir -p %t/m -- 2.7.4