From a2e3b51422bfab0c0f2b3588edb2c9a3bd906a16 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 19 Dec 2013 10:41:12 +0000 Subject: [PATCH] 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 --- test/CodeGen/R600/insert_vector_elt.ll | 1 + test/CodeGen/R600/si-annotate-cf-assertion.ll | 1 + test/CodeGen/R600/store-vector-ptrs.ll | 1 + 3 files changed, 3 insertions(+) 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 -- 2.34.1