From 721d8620899c8f5da2a2505dac5d0b2a263bcd5b 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 --- hipamd/tests/src/deviceLib/hipTestDeviceDouble.cpp | 4 ++-- hipamd/tests/src/runtimeApi/stream/hipStreamWaitEvent.cpp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/hipamd/tests/src/deviceLib/hipTestDeviceDouble.cpp b/hipamd/tests/src/deviceLib/hipTestDeviceDouble.cpp index 0b5d18fe5a..659d53cbb3 100644 --- a/hipamd/tests/src/deviceLib/hipTestDeviceDouble.cpp +++ b/hipamd/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/hipamd/tests/src/runtimeApi/stream/hipStreamWaitEvent.cpp b/hipamd/tests/src/runtimeApi/stream/hipStreamWaitEvent.cpp index a7a930b4f6..a234e235be 100644 --- a/hipamd/tests/src/runtimeApi/stream/hipStreamWaitEvent.cpp +++ b/hipamd/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 */