]> granicus.if.org Git - clang/commitdiff
test/Driver/prefixed-tools.c: Disable this on win32 hosts, msvc and mingw.
authorNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 27 Jan 2012 00:31:09 +0000 (00:31 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Fri, 27 Jan 2012 00:31:09 +0000 (00:31 +0000)
It had failed on Win32 due to inability of executing shell scripts.
Still it fails even with mingw MSYS bash.

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

test/Driver/prefixed-tools.c

index 200f1ef68468e2ef96ff77a02b65f6273e46d051..2ddd8b33e6d14c28e1ed103f6521260f302ea798 100644 (file)
@@ -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