From 7390368693e7803b8b69cd35cbf2ed8822734368 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Thu, 10 Aug 2017 12:05:58 +0530 Subject: [PATCH] [dtests] Disable hip_threadfence_system.tst on nvcc The test needs some more modifications before it is ready for building on nvcc path. Disabling it for now so that the pull request can be merged. Change-Id: I19a894fcda7b2159f86a4e4e95a409c5655d3760 [ROCm/hip commit: 69e431f03588a78673b3979f252cf393038476c0] --- projects/hip/tests/src/deviceLib/hip_threadfence_system.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/hip/tests/src/deviceLib/hip_threadfence_system.cpp b/projects/hip/tests/src/deviceLib/hip_threadfence_system.cpp index 2ff3505c15..673cb4507a 100644 --- a/projects/hip/tests/src/deviceLib/hip_threadfence_system.cpp +++ b/projects/hip/tests/src/deviceLib/hip_threadfence_system.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 */