summaryrefslogtreecommitdiffstats
path: root/llvm
diff options
context:
space:
mode:
authorAnton Korobeynikov <asl@math.spbu.ru>2010-01-15 02:09:27 +0000
committerAnton Korobeynikov <asl@math.spbu.ru>2010-01-15 02:09:27 +0000
commit3a0b066d2416347a50d6b9882b17a5237f1eb167 (patch)
tree9e4904655f38266077d0a072e370fdf12e2f7d8d /llvm
parent6a11229dc87ec5fb1277b5845d247ff980e7a93b (diff)
downloadbcm5719-llvm-3a0b066d2416347a50d6b9882b17a5237f1eb167.tar.gz
bcm5719-llvm-3a0b066d2416347a50d6b9882b17a5237f1eb167.zip
Temporary disable tests
llvm-svn: 93501
Diffstat (limited to 'llvm')
-rw-r--r--llvm/test/CodeGen/MSP430/bit.ll1
-rw-r--r--llvm/test/CodeGen/MSP430/setcc.ll1
2 files changed, 2 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/MSP430/bit.ll b/llvm/test/CodeGen/MSP430/bit.ll
index cd664a17bf6..0dc21584e8c 100644
--- a/llvm/test/CodeGen/MSP430/bit.ll
+++ b/llvm/test/CodeGen/MSP430/bit.ll
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -march=msp430 | FileCheck %s
+; XFAIL: *
target datalayout = "e-p:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:16:32"
target triple = "msp430-generic-generic"
diff --git a/llvm/test/CodeGen/MSP430/setcc.ll b/llvm/test/CodeGen/MSP430/setcc.ll
index 971d1b5be8c..ecf066154fc 100644
--- a/llvm/test/CodeGen/MSP430/setcc.ll
+++ b/llvm/test/CodeGen/MSP430/setcc.ll
@@ -1,4 +1,5 @@
; RUN: llc -march=msp430 < %s | FileCheck %s
+; XFAIL: *
target datalayout = "e-p:16:16:16-i1:8:8-i8:8:8-i16:16:16-i32:16:32"
target triple = "msp430-generic-generic"
OpenPOWER on IntegriCloud