From 6659eb8d16730d091d87068326ee27b3866c84c6 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Thu, 9 Feb 2017 14:48:22 +0530 Subject: [PATCH] Disable failing directed tests - hipTestDeviceSymbol - hipTestConstant - hipTestMallocKernel Change-Id: Ibfe9fc0b8a59882f1de64b42e18777a7bd56ee97 --- hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp | 2 +- hipamd/tests/src/kernel/hipTestConstant.cpp | 2 +- hipamd/tests/src/kernel/hipTestMallocKernel.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp b/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp index 70fe794f67..ed4d3902c5 100644 --- a/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp +++ b/hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM all * RUN: %t * HIT_END */ diff --git a/hipamd/tests/src/kernel/hipTestConstant.cpp b/hipamd/tests/src/kernel/hipTestConstant.cpp index e4d187b4d6..6d630f97ff 100644 --- a/hipamd/tests/src/kernel/hipTestConstant.cpp +++ b/hipamd/tests/src/kernel/hipTestConstant.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM all * RUN: %t * HIT_END */ diff --git a/hipamd/tests/src/kernel/hipTestMallocKernel.cpp b/hipamd/tests/src/kernel/hipTestMallocKernel.cpp index bd0c17d898..9dd8b053a5 100644 --- a/hipamd/tests/src/kernel/hipTestMallocKernel.cpp +++ b/hipamd/tests/src/kernel/hipTestMallocKernel.cpp @@ -18,7 +18,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM all * RUN: %t * HIT_END */