From 578dc68b0ac310167f420a88795df03ad3ff253d Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 27 Feb 2017 13:19:06 +0530 Subject: [PATCH] Disable some tests which are broken on nvcc path Change-Id: I6f8df7687ff1798dc17f6c9b8a7f4cd029ce45d8 --- hipamd/tests/src/deviceLib/hipTestDeviceSymbol.cpp | 2 +- hipamd/tests/src/deviceLib/hipVectorTypes.cpp | 2 +- hipamd/tests/src/deviceLib/hipVectorTypesDevice.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 00a1c52565..e58aa58877 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 + * BUILD: %t %s EXCLUDE_HIP_PLATFORM nvcc * RUN: %t * HIT_END */ diff --git a/hipamd/tests/src/deviceLib/hipVectorTypes.cpp b/hipamd/tests/src/deviceLib/hipVectorTypes.cpp index 12a8cc76a3..9dd0793c98 100644 --- a/hipamd/tests/src/deviceLib/hipVectorTypes.cpp +++ b/hipamd/tests/src/deviceLib/hipVectorTypes.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc * RUN: %t * HIT_END */ diff --git a/hipamd/tests/src/deviceLib/hipVectorTypesDevice.cpp b/hipamd/tests/src/deviceLib/hipVectorTypesDevice.cpp index 87351a1e83..285b3e889e 100644 --- a/hipamd/tests/src/deviceLib/hipVectorTypesDevice.cpp +++ b/hipamd/tests/src/deviceLib/hipVectorTypesDevice.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp + * BUILD: %t %s ../test_common.cpp EXCLUDE_HIP_PLATFORM nvcc * RUN: %t * HIT_END */