[llvm] r181600 - XFAILing this test on Win32 to unbreak the build bots.

Aaron Ballman aaron at aaronballman.com
Fri May 10 07:42:16 PDT 2013


Author: aaronballman
Date: Fri May 10 09:42:16 2013
New Revision: 181600

URL: http://llvm.org/viewvc/llvm-project?rev=181600&view=rev
Log:
XFAILing this test on Win32 to unbreak the build bots.

Modified:
    llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll

Modified: llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll?rev=181600&r1=181599&r2=181600&view=diff
==============================================================================
--- llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll (original)
+++ llvm/trunk/test/ExecutionEngine/MCJIT/eh.ll Fri May 10 09:42:16 2013
@@ -1,5 +1,5 @@
 ; RUN: %lli_mcjit %s
-; XFAIL: arm, cygwin
+; XFAIL: arm, cygwin, win32
 declare i8* @__cxa_allocate_exception(i64)
 declare void @__cxa_throw(i8*, i8*, i8*)
 declare i32 @__gxx_personality_v0(...)





More information about the llvm-commits mailing list