From: NAKAMURA Takumi Date: Sun, 15 Jun 2014 01:01:11 +0000 (+0000) Subject: Don't expect tests always crashing. Add "REQUIRES:asserts". X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=e12d893d7a1a823daa97e43272b73afcb2b8e438;p=oota-llvm.git Don't expect tests always crashing. Add "REQUIRES:asserts". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@210983 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/R600/large-alloca.ll b/test/CodeGen/R600/large-alloca.ll index 882a05149ab..dd9b6775c08 100644 --- a/test/CodeGen/R600/large-alloca.ll +++ b/test/CodeGen/R600/large-alloca.ll @@ -1,4 +1,5 @@ ; XFAIL: * +; REQUIRES: asserts ; RUN: llc -march=r600 -mcpu=SI < %s define void @large_alloca(i32 addrspace(1)* %out, i32 %x) nounwind { diff --git a/test/CodeGen/R600/large-constant-initializer.ll b/test/CodeGen/R600/large-constant-initializer.ll index d22fb7161b6..552cd05e137 100644 --- a/test/CodeGen/R600/large-constant-initializer.ll +++ b/test/CodeGen/R600/large-constant-initializer.ll @@ -1,4 +1,5 @@ ; XFAIL: * +; REQUIRES: asserts ; RUN: llc -march=r600 -mcpu=SI < %s @gv = external unnamed_addr addrspace(2) constant [239 x i32], align 4