[llvm] r205708 - XFAIL this completely at the moment:
Eric Christopher
echristo at gmail.com
Mon Apr 7 06:10:27 PDT 2014
Author: echristo
Date: Mon Apr 7 08:10:27 2014
New Revision: 205708
URL: http://llvm.org/viewvc/llvm-project?rev=205708&view=rev
Log:
XFAIL this completely at the moment:
cygwin has llvm-dwarfdump problems and isn't paying attention to the
specific xfail there.
s390x isn't matching for an unknown reason.
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=205708&r1=205707&r2=205708&view=diff
==============================================================================
--- llvm/trunk/test/DebugInfo/unconditional-branch.ll (original)
+++ llvm/trunk/test/DebugInfo/unconditional-branch.ll Mon Apr 7 08:10:27 2014
@@ -5,6 +5,7 @@
; RUN: llvm-dwarfdump %t | FileCheck %s
; FIXME: Investigating.
; XFAIL: cygwin,mingw
+; XFAIL: *
; 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