From: NAKAMURA Takumi Date: Thu, 19 Dec 2013 10:41:12 +0000 (+0000) Subject: Add REQUIRES:asserts to 3 tests in llvm/test/CodeGen/R600 added in r192212. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a2e3b51422bfab0c0f2b3588edb2c9a3bd906a16;p=oota-llvm.git Add REQUIRES:asserts to 3 tests in llvm/test/CodeGen/R600 added in r192212. They are failing in assertions. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@197669 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/R600/insert_vector_elt.ll b/test/CodeGen/R600/insert_vector_elt.ll index 05aeccebac0..7e04a1f4bc8 100644 --- a/test/CodeGen/R600/insert_vector_elt.ll +++ b/test/CodeGen/R600/insert_vector_elt.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; XFAIL: * ; RUN: llc < %s -march=r600 -mcpu=redwood -o %t diff --git a/test/CodeGen/R600/si-annotate-cf-assertion.ll b/test/CodeGen/R600/si-annotate-cf-assertion.ll index 9886fe9169b..cd3ba2b222d 100644 --- a/test/CodeGen/R600/si-annotate-cf-assertion.ll +++ b/test/CodeGen/R600/si-annotate-cf-assertion.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; XFAIL: * ; RUN: llc -march=r600 -mcpu=SI -asm-verbose=false < %s | FileCheck %s diff --git a/test/CodeGen/R600/store-vector-ptrs.ll b/test/CodeGen/R600/store-vector-ptrs.ll index 01210ce1f94..3af7d919c6f 100644 --- a/test/CodeGen/R600/store-vector-ptrs.ll +++ b/test/CodeGen/R600/store-vector-ptrs.ll @@ -1,3 +1,4 @@ +; REQUIRES: asserts ; XFAIL: * ; RUN: llc -march=r600 -mcpu=SI < %s