From 33b6b0bba72581ea0463313cec057e969cb9d092 Mon Sep 17 00:00:00 2001 From: Maneesh Gupta Date: Fri, 31 May 2019 16:39:33 +0530 Subject: [PATCH] [dtests] Temporarily disable hiprtc tests Change-Id: I87c0c01837e7b59b11d99fb94d679a765f914da5 [ROCm/clr commit: 165d73de9a8c2c8a06f13d692c242895cf2e2f90] --- projects/clr/hipamd/tests/src/hiprtc/hiprtcGetLoweredName.cpp | 2 +- projects/clr/hipamd/tests/src/hiprtc/hiprtcGetTypeName.cpp | 2 +- projects/clr/hipamd/tests/src/hiprtc/saxpy.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/projects/clr/hipamd/tests/src/hiprtc/hiprtcGetLoweredName.cpp b/projects/clr/hipamd/tests/src/hiprtc/hiprtcGetLoweredName.cpp index e3fa057a81..d9e6d71f93 100644 --- a/projects/clr/hipamd/tests/src/hiprtc/hiprtcGetLoweredName.cpp +++ b/projects/clr/hipamd/tests/src/hiprtc/hiprtcGetLoweredName.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START * BUILD: %t %s ../test_common.cpp LINK_OPTIONS hiprtc EXCLUDE_HIP_PLATFORM nvcc - * TEST: %t + * TEST: %t EXCLUDE_HIP_PLATFORM hcc * HIT_END */ #include diff --git a/projects/clr/hipamd/tests/src/hiprtc/hiprtcGetTypeName.cpp b/projects/clr/hipamd/tests/src/hiprtc/hiprtcGetTypeName.cpp index b0348408f3..7f49ea984b 100644 --- a/projects/clr/hipamd/tests/src/hiprtc/hiprtcGetTypeName.cpp +++ b/projects/clr/hipamd/tests/src/hiprtc/hiprtcGetTypeName.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START * BUILD: %t %s ../test_common.cpp LINK_OPTIONS hiprtc EXCLUDE_HIP_PLATFORM nvcc - * TEST: %t + * TEST: %t EXCLUDE_HIP_PLATFORM hcc * HIT_END */ diff --git a/projects/clr/hipamd/tests/src/hiprtc/saxpy.cpp b/projects/clr/hipamd/tests/src/hiprtc/saxpy.cpp index 5f9dc7a125..437420266d 100644 --- a/projects/clr/hipamd/tests/src/hiprtc/saxpy.cpp +++ b/projects/clr/hipamd/tests/src/hiprtc/saxpy.cpp @@ -21,7 +21,7 @@ THE SOFTWARE. */ /* HIT_START * BUILD: %t %s ../test_common.cpp LINK_OPTIONS hiprtc EXCLUDE_HIP_PLATFORM nvcc - * TEST: %t + * TEST: %t EXCLUDE_HIP_PLATFORM hcc * HIT_END */