diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2010-08-09 15:14:06 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2010-08-09 15:14:06 +0000 |
commit | cc4a9670d3f24ede7a4270c30115ff7970f6d094 (patch) | |
tree | ba371e70c9962d3f67240be59a33aab9d3b74a18 /llvm/test/BugPoint/crash-narrowfunctiontest.ll | |
parent | 68f8b27bb966a472bacc970b4ff85cd8a01a5d68 (diff) | |
download | bcm5719-llvm-cc4a9670d3f24ede7a4270c30115ff7970f6d094.tar.gz bcm5719-llvm-cc4a9670d3f24ede7a4270c30115ff7970f6d094.zip |
XFAIL for mingw that has no plugins.
llvm-svn: 110574
Diffstat (limited to 'llvm/test/BugPoint/crash-narrowfunctiontest.ll')
-rw-r--r-- | llvm/test/BugPoint/crash-narrowfunctiontest.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/BugPoint/crash-narrowfunctiontest.ll b/llvm/test/BugPoint/crash-narrowfunctiontest.ll index 19fdab4ecd6..18a31eb45d3 100644 --- a/llvm/test/BugPoint/crash-narrowfunctiontest.ll +++ b/llvm/test/BugPoint/crash-narrowfunctiontest.ll @@ -2,6 +2,7 @@ ; FIXME: This likely fails on windows ; ; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null +; XFAIL: mingw define i32 @foo() { ret i32 1 } |