From e356f5ff855203fe4aeccc529fc5c678e1595aee Mon Sep 17 00:00:00 2001 From: Vlad Sytchenko Date: Wed, 24 Jun 2020 13:29:34 -0400 Subject: [PATCH] Disable failing texture tests Change-Id: I2fd8ae2ac8c7494911149023c2102025443b7fbd --- hipamd/tests/src/texture/hipBindTex2DPitch.cpp | 2 +- hipamd/tests/src/texture/hipBindTexRef1DFetch.cpp | 2 +- hipamd/tests/src/texture/hipNormalizedFloatValueTex.cpp | 2 +- hipamd/tests/src/texture/hipTextureObj1DFetch.cpp | 2 +- hipamd/tests/src/texture/hipTextureRef2D.cpp | 2 +- hipamd/tests/src/texture/simpleTexture2DLayered.cpp | 2 +- hipamd/tests/src/texture/simpleTexture3D.cpp | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hipamd/tests/src/texture/hipBindTex2DPitch.cpp b/hipamd/tests/src/texture/hipBindTex2DPitch.cpp index 3be39fb911..2fd3f1228d 100644 --- a/hipamd/tests/src/texture/hipBindTex2DPitch.cpp +++ b/hipamd/tests/src/texture/hipBindTex2DPitch.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /*HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM rocclr * TEST: %t * HIT_END */ diff --git a/hipamd/tests/src/texture/hipBindTexRef1DFetch.cpp b/hipamd/tests/src/texture/hipBindTexRef1DFetch.cpp index 546e9775e8..eeaf42129f 100644 --- a/hipamd/tests/src/texture/hipBindTexRef1DFetch.cpp +++ b/hipamd/tests/src/texture/hipBindTexRef1DFetch.cpp @@ -22,7 +22,7 @@ THE SOFTWARE. /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM rocclr * TEST: %t * HIT_END */ diff --git a/hipamd/tests/src/texture/hipNormalizedFloatValueTex.cpp b/hipamd/tests/src/texture/hipNormalizedFloatValueTex.cpp index f365240543..59c2a83761 100644 --- a/hipamd/tests/src/texture/hipNormalizedFloatValueTex.cpp +++ b/hipamd/tests/src/texture/hipNormalizedFloatValueTex.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc hcc + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc hcc rocclr * TEST: %t * HIT_END */ diff --git a/hipamd/tests/src/texture/hipTextureObj1DFetch.cpp b/hipamd/tests/src/texture/hipTextureObj1DFetch.cpp index 206173b954..55520aecce 100644 --- a/hipamd/tests/src/texture/hipTextureObj1DFetch.cpp +++ b/hipamd/tests/src/texture/hipTextureObj1DFetch.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /*HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM rocclr * TEST: %t * HIT_END */ diff --git a/hipamd/tests/src/texture/hipTextureRef2D.cpp b/hipamd/tests/src/texture/hipTextureRef2D.cpp index e39c36638c..4f00260998 100644 --- a/hipamd/tests/src/texture/hipTextureRef2D.cpp +++ b/hipamd/tests/src/texture/hipTextureRef2D.cpp @@ -1,5 +1,5 @@ /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM rocclr * TEST: %t * HIT_END */ diff --git a/hipamd/tests/src/texture/simpleTexture2DLayered.cpp b/hipamd/tests/src/texture/simpleTexture2DLayered.cpp index d8db1308e3..1424976716 100644 --- a/hipamd/tests/src/texture/simpleTexture2DLayered.cpp +++ b/hipamd/tests/src/texture/simpleTexture2DLayered.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM rocclr * TEST: %t * HIT_END */ diff --git a/hipamd/tests/src/texture/simpleTexture3D.cpp b/hipamd/tests/src/texture/simpleTexture3D.cpp index ca6695f619..bd342df1c3 100644 --- a/hipamd/tests/src/texture/simpleTexture3D.cpp +++ b/hipamd/tests/src/texture/simpleTexture3D.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc rocclr * TEST: %t * HIT_END */