summaryrefslogtreecommitdiffstats
path: root/clang/test/Driver/prefixed-tools.c
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2012-01-27 00:31:09 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2012-01-27 00:31:09 +0000
commite284cff24ee7d686c156c60a76a9a022e7b9a891 (patch)
tree7ca9f3b3f352451596d269a85d23ce7774bdf21f /clang/test/Driver/prefixed-tools.c
parente0f13f037c9edb582da463bd1325828eefdcd2d6 (diff)
downloadbcm5719-llvm-e284cff24ee7d686c156c60a76a9a022e7b9a891.tar.gz
bcm5719-llvm-e284cff24ee7d686c156c60a76a9a022e7b9a891.zip
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. llvm-svn: 149100
Diffstat (limited to 'clang/test/Driver/prefixed-tools.c')
-rw-r--r--clang/test/Driver/prefixed-tools.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/clang/test/Driver/prefixed-tools.c b/clang/test/Driver/prefixed-tools.c
index 200f1ef6846..2ddd8b33e6d 100644
--- a/clang/test/Driver/prefixed-tools.c
+++ b/clang/test/Driver/prefixed-tools.c
@@ -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
OpenPOWER on IntegriCloud