summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit6584cf60f281105517f00ea8e9a1040c6543c814 (patch)
tree21c8a23ca3dd82a73b09e89abd2c1982fa4b2b2f /llvm/test/CodeGen/CBackend
parentb964f00d6a4b556ca67a4f455303224889dbe3db (diff)
downloadbcm5719-llvm-6584cf60f281105517f00ea8e9a1040c6543c814.tar.gz
bcm5719-llvm-6584cf60f281105517f00ea8e9a1040c6543c814.zip
For PR1336:
XFAIL tests covered by the PR. These will be un-XFAILed as they are fixed. llvm-svn: 36093
Diffstat (limited to 'llvm/test/CodeGen/CBackend')
-rw-r--r--llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx1
-rw-r--r--llvm/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll2
2 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx b/llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx
index d880876afaa..743d0177b2d 100644
--- a/llvm/test/CodeGen/CBackend/2004-02-15-PreexistingExternals.llx
+++ b/llvm/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/llvm/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll b/llvm/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
index 6be1a66c18a..e2c665ecfd7 100644
--- a/llvm/test/CodeGen/CBackend/2005-07-14-NegationToMinusMinus.ll
+++ b/llvm/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
OpenPOWER on IntegriCloud