[llvm-commits] [llvm] r110574 - in /llvm/trunk/test/BugPoint: crash-narrowfunctiontest.ll remove_arguments_test.ll

Rafael Espindola rafael.espindola at gmail.com
Mon Aug 9 08:14:06 PDT 2010


Author: rafael
Date: Mon Aug  9 10:14:06 2010
New Revision: 110574

URL: http://llvm.org/viewvc/llvm-project?rev=110574&view=rev
Log:
XFAIL for mingw that has no plugins.

Modified:
    llvm/trunk/test/BugPoint/crash-narrowfunctiontest.ll
    llvm/trunk/test/BugPoint/remove_arguments_test.ll

Modified: llvm/trunk/test/BugPoint/crash-narrowfunctiontest.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/BugPoint/crash-narrowfunctiontest.ll?rev=110574&r1=110573&r2=110574&view=diff
==============================================================================
--- llvm/trunk/test/BugPoint/crash-narrowfunctiontest.ll (original)
+++ llvm/trunk/test/BugPoint/crash-narrowfunctiontest.ll Mon Aug  9 10:14:06 2010
@@ -2,6 +2,7 @@
 ; FIXME: This likely fails on windows
 ;
 ; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes > /dev/null
+; XFAIL: mingw
 
 define i32 @foo() { ret i32 1 }
 

Modified: llvm/trunk/test/BugPoint/remove_arguments_test.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/BugPoint/remove_arguments_test.ll?rev=110574&r1=110573&r2=110574&view=diff
==============================================================================
--- llvm/trunk/test/BugPoint/remove_arguments_test.ll (original)
+++ llvm/trunk/test/BugPoint/remove_arguments_test.ll Mon Aug  9 10:14:06 2010
@@ -1,6 +1,7 @@
 ; FIXME: This likely fails on windows
 ; RUN: bugpoint -load %llvmlibsdir/BugpointPasses%shlibext %s -output-prefix %t -bugpoint-crashcalls -silence-passes
 ; RUN: llvm-dis %t-reduced-simplified.bc -o - | FileCheck %s
+; XFAIL: mingw
 
 ; Test to make sure that arguments are removed from the function if they are 
 ; unnecessary. And clean up any types that that frees up too.





More information about the llvm-commits mailing list