From 4639d0c904f5d1547dba608d517626c758f7fb40 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 7 Apr 2014 12:32:12 +0000 Subject: [PATCH] Make test run on most platforms and only fail on cygwin/mingw while it's being investigated for those. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@205704 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/DebugInfo/unconditional-branch.ll | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/test/DebugInfo/unconditional-branch.ll b/test/DebugInfo/unconditional-branch.ll index 66155b7d003..a0618ec5e47 100644 --- a/test/DebugInfo/unconditional-branch.ll +++ b/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 -- 2.11.0