diff options
author | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-13 20:00:35 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-13 20:00:35 +0000 |
commit | 302fdecf9dfa43060a440e5581f223ed2ea7652a (patch) | |
tree | 01c9ef74c3d8b1ee9c5a9094ddafaccebb492a1c /test | |
parent | e1490d1e433bd57883241c42391ee98878f0ddd8 (diff) | |
download | external_llvm-302fdecf9dfa43060a440e5581f223ed2ea7652a.zip external_llvm-302fdecf9dfa43060a440e5581f223ed2ea7652a.tar.gz external_llvm-302fdecf9dfa43060a440e5581f223ed2ea7652a.tar.bz2 |
Disable tests which generate code for allegrex or psp.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@139632 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r-- | test/CodeGen/Mips/2008-07-15-InternalConstant.ll | 15 | ||||
-rw-r--r-- | test/CodeGen/Mips/2008-07-15-SmallSection.ll | 23 |
2 files changed, 22 insertions, 16 deletions
diff --git a/test/CodeGen/Mips/2008-07-15-InternalConstant.ll b/test/CodeGen/Mips/2008-07-15-InternalConstant.ll index c3db638..4b83032 100644 --- a/test/CodeGen/Mips/2008-07-15-InternalConstant.ll +++ b/test/CodeGen/Mips/2008-07-15-InternalConstant.ll @@ -1,9 +1,12 @@ -; RUN: llc < %s -march=mips -o %t -; RUN: grep {rodata.str1.4,"aMS",@progbits} %t | count 1 -; RUN: grep {r.data,} %t | count 1 -; RUN: grep {\%hi} %t | count 2 -; RUN: grep {\%lo} %t | count 2 -; RUN: not grep {gp_rel} %t +; DISABLED: llc < %s -march=mips -o %t +; DISABLED: grep {rodata.str1.4,"aMS",@progbits} %t | count 1 +; DISABLED: grep {r.data,} %t | count 1 +; DISABLED: grep {\%hi} %t | count 2 +; DISABLED: grep {\%lo} %t | count 2 +; DISABLED: not grep {gp_rel} %t +; RUN: false ++; XFAIL: * + target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64" target triple = "mipsallegrexel-unknown-psp-elf" diff --git a/test/CodeGen/Mips/2008-07-15-SmallSection.ll b/test/CodeGen/Mips/2008-07-15-SmallSection.ll index 4795e47..8eced39 100644 --- a/test/CodeGen/Mips/2008-07-15-SmallSection.ll +++ b/test/CodeGen/Mips/2008-07-15-SmallSection.ll @@ -1,13 +1,16 @@ -; RUN: llc < %s -mips-ssection-threshold=8 -march=mips -o %t0 -; RUN: llc < %s -mips-ssection-threshold=0 -march=mips -o %t1 -; RUN: grep {sdata} %t0 | count 1 -; RUN: grep {sbss} %t0 | count 1 -; RUN: grep {gp_rel} %t0 | count 2 -; RUN: not grep {sdata} %t1 -; RUN: not grep {sbss} %t1 -; RUN: not grep {gp_rel} %t1 -; RUN: grep {\%hi} %t1 | count 2 -; RUN: grep {\%lo} %t1 | count 3 +; DISABLED: llc < %s -mips-ssection-threshold=8 -march=mips -o %t0 +; DISABLED: llc < %s -mips-ssection-threshold=0 -march=mips -o %t1 +; DISABLED: grep {sdata} %t0 | count 1 +; DISABLED: grep {sbss} %t0 | count 1 +; DISABLED: grep {gp_rel} %t0 | count 2 +; DISABLED: not grep {sdata} %t1 +; DISABLED: not grep {sbss} %t1 +; DISABLED: not grep {gp_rel} %t1 +; DISABLED: grep {\%hi} %t1 | count 2 +; DISABLED: grep {\%lo} %t1 | count 3 +; RUN: false ++; XFAIL: * + target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64" target triple = "mipsallegrexel-unknown-psp-elf" |