[cfe-commits] r149100 - /cfe/trunk/test/Driver/prefixed-tools.c

NAKAMURA Takumi geek4civic at gmail.com
Thu Jan 26 16:31:10 PST 2012


Author: chapuni
Date: Thu Jan 26 18:31:09 2012
New Revision: 149100

URL: http://llvm.org/viewvc/llvm-project?rev=149100&view=rev
Log:
test/Driver/prefixed-tools.c: Disable this on win32 hosts, msvc and mingw.

It had failed on Win32 due to inability of executing shell scripts.
Still it fails even with mingw MSYS bash.

Modified:
    cfe/trunk/test/Driver/prefixed-tools.c

Modified: cfe/trunk/test/Driver/prefixed-tools.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Driver/prefixed-tools.c?rev=149100&r1=149099&r2=149100&view=diff
==============================================================================
--- cfe/trunk/test/Driver/prefixed-tools.c (original)
+++ cfe/trunk/test/Driver/prefixed-tools.c Thu Jan 26 18:31:09 2012
@@ -2,6 +2,10 @@
 // RUN: env PATH=%s-helper %clang -no-integrated-as -m32 -target x86_64--linux %s -o - >> %t.log
 // RUN: FileCheck -input-file %t.log %s
 
+// FIXME: It had failed on Win32 due to inability of executing shell scripts.
+// Still it fails even with mingw MSYS bash.
+// REQUIRES: shell
+
 // CHECK: x86_64--linux-as called
 // CHECK: x86_64--linux-ld called
 // CHECK: x86_64--linux-as called





More information about the cfe-commits mailing list