summaryrefslogtreecommitdiff
path: root/test/CodeGen/MSP430
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
commit8396a17bc3a6d2cb9aedd22fc15780ac8ab41662 (patch)
tree69d0aac4f2eeaedf930f9912efdf2b8158ab9a5c /test/CodeGen/MSP430
parentbc971c1575ab0f3f647ee7cc8b803a443a8db8ad (diff)
downloadllvm-8396a17bc3a6d2cb9aedd22fc15780ac8ab41662.tar.gz
llvm-8396a17bc3a6d2cb9aedd22fc15780ac8ab41662.tar.bz2
llvm-8396a17bc3a6d2cb9aedd22fc15780ac8ab41662.tar.xz
Temporary disable tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/MSP430')
-rw-r--r--test/CodeGen/MSP430/bit.ll1
-rw-r--r--test/CodeGen/MSP430/setcc.ll1
2 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/MSP430/bit.ll b/test/CodeGen/MSP430/bit.ll
index cd664a17bf..0dc21584e8 100644
--- a/test/CodeGen/MSP430/bit.ll
+++ b/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/test/CodeGen/MSP430/setcc.ll b/test/CodeGen/MSP430/setcc.ll
index 971d1b5be8..ecf066154f 100644
--- a/test/CodeGen/MSP430/setcc.ll
+++ b/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"