[llvm] r205704 - Make test run on most platforms and only fail on cygwin/mingw while
Eric Christopher
echristo at gmail.com
Mon Apr 7 05:32:12 PDT 2014
Author: echristo
Date: Mon Apr 7 07:32:12 2014
New Revision: 205704
URL: http://llvm.org/viewvc/llvm-project?rev=205704&view=rev
Log:
Make test run on most platforms and only fail on cygwin/mingw while
it's being investigated for those.
Modified:
llvm/trunk/test/DebugInfo/unconditional-branch.ll
Modified: llvm/trunk/test/DebugInfo/unconditional-branch.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/DebugInfo/unconditional-branch.ll?rev=205704&r1=205703&r2=205704&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/unconditional-branch.ll (original)
+++ llvm/trunk/test/DebugInfo/unconditional-branch.ll Mon Apr 7 07:32:12 2014
@@ -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
More information about the llvm-commits
mailing list