r242314 - Actually requiring shell disables the test on Windows whereas
Yaron Keren
yaron.keren at gmail.com
Wed Jul 15 11:55:39 PDT 2015
Author: yrnkrn
Date: Wed Jul 15 13:55:39 2015
New Revision: 242314
URL: http://llvm.org/viewvc/llvm-project?rev=242314&view=rev
Log:
Actually requiring shell disables the test on Windows whereas
previously requiring shell-preserves-root did not, so do not
require anything.
Modified:
cfe/trunk/test/Driver/darwin-sdkroot.c
cfe/trunk/test/Driver/dyld-prefix.c
Modified: cfe/trunk/test/Driver/darwin-sdkroot.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/darwin-sdkroot.c?rev=242314&r1=242313&r2=242314&view=diff
==============================================================================
--- cfe/trunk/test/Driver/darwin-sdkroot.c (original)
+++ cfe/trunk/test/Driver/darwin-sdkroot.c Wed Jul 15 13:55:39 2015
@@ -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:
Modified: cfe/trunk/test/Driver/dyld-prefix.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/dyld-prefix.c?rev=242314&r1=242313&r2=242314&view=diff
==============================================================================
--- cfe/trunk/test/Driver/dyld-prefix.c (original)
+++ cfe/trunk/test/Driver/dyld-prefix.c Wed Jul 15 13:55:39 2015
@@ -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
More information about the cfe-commits
mailing list