From: Yaron Keren Date: Wed, 15 Jul 2015 18:55:39 +0000 (+0000) Subject: Actually requiring shell disables the test on Windows whereas X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f0cedcb8710fa1911ba6fe0a6beec07442048410;p=clang Actually requiring shell disables the test on Windows whereas 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 --- diff --git a/test/Driver/darwin-sdkroot.c b/test/Driver/darwin-sdkroot.c index b1d794e193..4f1fca2785 100644 --- a/test/Driver/darwin-sdkroot.c +++ b/test/Driver/darwin-sdkroot.c @@ -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: diff --git a/test/Driver/dyld-prefix.c b/test/Driver/dyld-prefix.c index 54e063cb83..2c2bc4ff88 100644 --- a/test/Driver/dyld-prefix.c +++ b/test/Driver/dyld-prefix.c @@ -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