From d3e565bab0773fe6efc4e44e2ab7adc2d0576b80 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.) git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@301732 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Modules/crash-vfs-headermaps.m | 2 +- test/Modules/crash-vfs-include-pch.m | 2 +- test/Modules/crash-vfs-ivfsoverlay.m | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/Modules/crash-vfs-headermaps.m b/test/Modules/crash-vfs-headermaps.m index 4f88f3ba11..350c01b043 100644 --- a/test/Modules/crash-vfs-headermaps.m +++ b/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/test/Modules/crash-vfs-include-pch.m b/test/Modules/crash-vfs-include-pch.m index 78a8e149a4..8091ffc729 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, system-darwin +// REQUIRES: crash-recovery, shell // // 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 abbc0151a8..6434fd9814 100644 --- a/test/Modules/crash-vfs-ivfsoverlay.m +++ b/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.40.0