From 8ef230eaaf66e6dfe99516f33268c1dcd3ed595f Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Fri, 1 Dec 2017 21:46:28 +0000 Subject: [PATCH] Temporarily disable a couple tests pending some HCC work [ROCm/hip commit: 62cbe22d5089c4b7bab6c7ed7e95fd1fa4924298] --- projects/hip/tests/src/deviceLib/hipTestDeviceDouble.cpp | 4 ++-- .../hip/tests/src/runtimeApi/stream/hipStreamWaitEvent.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/projects/hip/tests/src/deviceLib/hipTestDeviceDouble.cpp b/projects/hip/tests/src/deviceLib/hipTestDeviceDouble.cpp index 0b5d18fe5a..659d53cbb3 100644 --- a/projects/hip/tests/src/deviceLib/hipTestDeviceDouble.cpp +++ b/projects/hip/tests/src/deviceLib/hipTestDeviceDouble.cpp @@ -18,8 +18,8 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../test_common.cpp - * RUN: %t + * XXBUILD: %t %s ../test_common.cpp + * XXRUN: %t * HIT_END */ diff --git a/projects/hip/tests/src/runtimeApi/stream/hipStreamWaitEvent.cpp b/projects/hip/tests/src/runtimeApi/stream/hipStreamWaitEvent.cpp index a7a930b4f6..a234e235be 100644 --- a/projects/hip/tests/src/runtimeApi/stream/hipStreamWaitEvent.cpp +++ b/projects/hip/tests/src/runtimeApi/stream/hipStreamWaitEvent.cpp @@ -18,8 +18,8 @@ THE SOFTWARE. */ /* HIT_START - * BUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 - * RUN: %t + * ZZZBUILD: %t %s ../../test_common.cpp NVCC_OPTIONS --std=c++11 + * ZZZRUN: %t * HIT_END */