[llvm-commits] [llvm] r111962 - /llvm/trunk/test/BugPoint/metadata.ll
Dan Gohman
gohman at apple.com
Tue Aug 24 13:54:50 PDT 2010
Author: djg
Date: Tue Aug 24 15:54:50 2010
New Revision: 111962
URL: http://llvm.org/viewvc/llvm-project?rev=111962&view=rev
Log:
XFAIL this on mingw, following remove_arguments_test.ll.
Modified:
llvm/trunk/test/BugPoint/metadata.ll
Modified: llvm/trunk/test/BugPoint/metadata.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/BugPoint/metadata.ll?rev=111962&r1=111961&r2=111962&view=diff
==============================================================================
--- llvm/trunk/test/BugPoint/metadata.ll (original)
+++ llvm/trunk/test/BugPoint/metadata.ll Tue Aug 24 15:54:50 2010
@@ -1,5 +1,6 @@
; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
+; XFAIL: mingw
; Bugpoint should keep the call's metadata attached to the call.
More information about the llvm-commits
mailing list