summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-04-15 23:00:46 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-04-15 23:00:46 +0000
commit4575ab2186e5fbc3f572468ee0c9edfe55158ed0 (patch)
treeff18ca3bca4696055b7b7f83bf57678e8fd8728e /test/CodeGen/CBackend
parent42e86fb1e678fba31d4ba8327b74d66b8bc72471 (diff)
downloadllvm-4575ab2186e5fbc3f572468ee0c9edfe55158ed0.tar.gz
llvm-4575ab2186e5fbc3f572468ee0c9edfe55158ed0.tar.bz2
llvm-4575ab2186e5fbc3f572468ee0c9edfe55158ed0.tar.xz
For PR1336:
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36093 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/CBackend')
-rw-r--r--test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx1
-rw-r--r--test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll2
2 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx b/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx
index d880876afa..743d0177b2 100644
--- a/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx
+++ b/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx
@@ -5,6 +5,7 @@
; everything up. :( Test that this does not happen anymore.
;
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | not grep _memcpy
+; XFAIL: *
declare void %llvm.memcpy(sbyte*, sbyte*, uint,uint)
declare float* %memcpy(int*, uint,int)
diff --git a/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll b/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
index 6be1a66c18..e2c665ecfd 100644
--- a/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
+++ b/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
@@ -1,4 +1,6 @@
; RUN: llvm-upgrade < %s | llvm-as | llc -march=c | not grep -- -65535
+; XFAIL: *
+
; ModuleID = '<stdin>'
target endian = little
target pointersize = 32