diff options
| author | Eric Christopher <echristo@gmail.com> | 2014-04-07 12:32:12 +0000 |
|---|---|---|
| committer | Eric Christopher <echristo@gmail.com> | 2014-04-07 12:32:12 +0000 |
| commit | 57910ac6710c32eb5a2777dc52ccd8bf7832c0fa (patch) | |
| tree | 59a02d127da0ac5c0daa2021aefa2201a774a5cc /llvm/test | |
| parent | 8fae8ddab88553fd1458437dd006a35474c983fa (diff) | |
| download | bcm5719-llvm-57910ac6710c32eb5a2777dc52ccd8bf7832c0fa.tar.gz bcm5719-llvm-57910ac6710c32eb5a2777dc52ccd8bf7832c0fa.zip | |
Make test run on most platforms and only fail on cygwin/mingw while
it's being investigated for those.
llvm-svn: 205704
Diffstat (limited to 'llvm/test')
| -rw-r--r-- | llvm/test/DebugInfo/unconditional-branch.ll | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/llvm/test/DebugInfo/unconditional-branch.ll b/llvm/test/DebugInfo/unconditional-branch.ll index 66155b7d003..a0618ec5e47 100644 --- a/llvm/test/DebugInfo/unconditional-branch.ll +++ b/llvm/test/DebugInfo/unconditional-branch.ll @@ -3,11 +3,8 @@ ; RUN: %llc_dwarf -fast-isel=false -O0 -filetype=obj %s -o %t ; RUN: llvm-dwarfdump %t | FileCheck %s - ; FIXME: Investigating. -; XFAIL: * -; RUN: llc -mtriple=x86_64-mingw32 -fast-isel=false -O0 -filetype=obj %s -o %t -; RUN: llvm-dwarfdump %t | FileCheck %s +; XFAIL: cygwin,mingw ; CHECK: {{0x[0-9a-f]+}} 1 0 1 0 0 is_stmt ; CHECK: {{0x[0-9a-f]+}} 2 0 1 0 0 is_stmt |

