Fix XFAIL rules.
authorManuel Klimek <klimek@google.com>
Wed, 11 Dec 2013 08:38:42 +0000 (08:38 +0000)
committerManuel Klimek <klimek@google.com>
Wed, 11 Dec 2013 08:38:42 +0000 (08:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197017 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/inline-asm-stack-realign.ll
test/CodeGen/X86/inline-asm-stack-realign2.ll

index de98200a3a9430c5a4cab0a4e886ced3fe6d597a..f2ac0f451bb02cd21f7f2a4adb4b8487e5fd1386 100644 (file)
@@ -2,7 +2,7 @@
 
 ; FIXME: This is miscompiled due to our unconditional use of ESI as the base
 ; pointer.
-; XFAIL:
+; XFAIL: *
 
 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline assembly
 
index 4861c2040ec7a7db0081655937289283a1fd501d..0e4e7e1a6776d420515702356383b2e26400bc89 100644 (file)
@@ -2,7 +2,7 @@
 
 ; FIXME: This is miscompiled due to our unconditional use of ESI as the base
 ; pointer.
-; XFAIL:
+; XFAIL: *
 
 ; CHECK: Stack realignment in presence of dynamic stack adjustments is not supported with inline assembly