[llvm] r210829 - Update test case to use "not" instead of "XFAIL".

Juergen Ributzka juergen at apple.com
Thu Jun 12 14:17:40 PDT 2014


Author: ributzka
Date: Thu Jun 12 16:17:40 2014
New Revision: 210829

URL: http://llvm.org/viewvc/llvm-project?rev=210829&view=rev
Log:
Update test case to use "not" instead of "XFAIL".

Modified:
    llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll

Modified: llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll?rev=210829&r1=210828&r2=210829&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/fast-isel-args-fail2.ll Thu Jun 12 16:17:40 2014
@@ -1,5 +1,4 @@
-; RUN: llc < %s -fast-isel -fast-isel-abort-args -mtriple=x86_64-apple-darwin10
-; XFAIL: *
+; RUN: not --crash llc < %s -fast-isel -fast-isel-abort-args -mtriple=x86_64-apple-darwin10
 
 %struct.s0 = type { x86_fp80, x86_fp80 }
 





More information about the llvm-commits mailing list