From 92d8e05aa0b2ca4260d3d4147fb3cf14ed571d38 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Mon, 21 May 2018 11:35:03 +0530 Subject: [PATCH] Disable incomplete unit tests that don't work on nvcc path Change-Id: If5823ec96a3b2497a08c46ab802c5a0158271053 --- hipamd/tests/src/deviceLib/hipMathFunctions.cpp | 2 +- hipamd/tests/src/deviceLib/hipTestHalf.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hipamd/tests/src/deviceLib/hipMathFunctions.cpp b/hipamd/tests/src/deviceLib/hipMathFunctions.cpp index 78e85ba62a..f89bdae149 100644 --- a/hipamd/tests/src/deviceLib/hipMathFunctions.cpp +++ b/hipamd/tests/src/deviceLib/hipMathFunctions.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/hipTestHalf.cpp b/hipamd/tests/src/deviceLib/hipTestHalf.cpp index 24a4d6c53e..5a2aac2b29 100644 --- a/hipamd/tests/src/deviceLib/hipTestHalf.cpp +++ b/hipamd/tests/src/deviceLib/hipTestHalf.cpp @@ -18,7 +18,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 */