]> granicus.if.org Git - clang/commitdiff
Actually requiring shell disables the test on Windows whereas
authorYaron Keren <yaron.keren@gmail.com>
Wed, 15 Jul 2015 18:55:39 +0000 (18:55 +0000)
committerYaron Keren <yaron.keren@gmail.com>
Wed, 15 Jul 2015 18:55:39 +0000 (18:55 +0000)
previously requiring shell-preserves-root did not, so do not
require anything.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@242314 91177308-0d34-0410-b5e6-96231b3b80d8

test/Driver/darwin-sdkroot.c
test/Driver/dyld-prefix.c

index b1d794e193c3d67f8ec84532620f6cc78b373665..4f1fca2785b04b3c50ac0ed9cb42011417498f30 100644 (file)
@@ -31,9 +31,6 @@
 // CHECK-NONROOT: "-cc1"
 // CHECK-NONROOT-NOT: "-isysroot"
 //
-// It doesn't make sense on msys bash.
-// REQUIRES: shell
-//
 // This test fails with MSYS or MSYS2 env.exe, since it does not preserve
 // root, expanding / into C:/MINGW/MSYS/1.0 or c:/msys64. To reproduce the
 // problem, run:
index 54e063cb834936039c6f28f1b875afab138cc252..2c2bc4ff88ea849eda82670ec3f9dcf9cf990f39 100644 (file)
@@ -1,5 +1,3 @@
-// REQUIRES: shell
-
 // RUN: touch %t.o
 
 // RUN: %clang -target i386-unknown-linux --dyld-prefix /foo -### %t.o 2>&1 | FileCheck --check-prefix=CHECK-32 %s