diff options
author | Anton Korobeynikov <asl@math.spbu.ru> | 2010-01-15 02:09:27 +0000 |
---|---|---|
committer | Anton Korobeynikov <asl@math.spbu.ru> | 2010-01-15 02:09:27 +0000 |
commit | 8396a17bc3a6d2cb9aedd22fc15780ac8ab41662 (patch) | |
tree | 69d0aac4f2eeaedf930f9912efdf2b8158ab9a5c /test | |
parent | bc971c1575ab0f3f647ee7cc8b803a443a8db8ad (diff) |
Temporary disable tests
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@93501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/MSP430/bit.ll | 1 | ||||
-rw-r--r-- | test/CodeGen/MSP430/setcc.ll | 1 |
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" |