From 5754d641e06b000000de288b75721b223d2316c1 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 --- tests/src/deviceLib/hipTestDeviceSymbol.cpp | 2 +- tests/src/kernel/hipTestConstant.cpp | 2 +- tests/src/kernel/hipTestMallocKernel.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/src/deviceLib/hipTestDeviceSymbol.cpp b/tests/src/deviceLib/hipTestDeviceSymbol.cpp index 70fe794f67..ed4d3902c5 100644 --- a/tests/src/deviceLib/hipTestDeviceSymbol.cpp +++ b/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/tests/src/kernel/hipTestConstant.cpp b/tests/src/kernel/hipTestConstant.cpp index e4d187b4d6..6d630f97ff 100644 --- a/tests/src/kernel/hipTestConstant.cpp +++ b/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/tests/src/kernel/hipTestMallocKernel.cpp b/tests/src/kernel/hipTestMallocKernel.cpp index bd0c17d898..9dd8b053a5 100644 --- a/tests/src/kernel/hipTestMallocKernel.cpp +++ b/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 */