[llvm] r210983 - Don't expect tests always crashing. Add "REQUIRES:asserts".

NAKAMURA Takumi geek4civic at gmail.com
Sat Jun 14 18:01:11 PDT 2014


Author: chapuni
Date: Sat Jun 14 20:01:11 2014
New Revision: 210983

URL: http://llvm.org/viewvc/llvm-project?rev=210983&view=rev
Log:
Don't expect tests always crashing. Add "REQUIRES:asserts".

Modified:
    llvm/trunk/test/CodeGen/R600/large-alloca.ll
    llvm/trunk/test/CodeGen/R600/large-constant-initializer.ll

Modified: llvm/trunk/test/CodeGen/R600/large-alloca.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/large-alloca.ll?rev=210983&r1=210982&r2=210983&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/large-alloca.ll (original)
+++ llvm/trunk/test/CodeGen/R600/large-alloca.ll Sat Jun 14 20:01:11 2014
@@ -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 {

Modified: llvm/trunk/test/CodeGen/R600/large-constant-initializer.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/large-constant-initializer.ll?rev=210983&r1=210982&r2=210983&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/large-constant-initializer.ll (original)
+++ llvm/trunk/test/CodeGen/R600/large-constant-initializer.ll Sat Jun 14 20:01:11 2014
@@ -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





More information about the llvm-commits mailing list