From 0da2aa9d2cd084bce1d80ecf10f2633a493a8d3d Mon Sep 17 00:00:00 2001 From: agunashe <86270081+agunashe@users.noreply.github.com> Date: Tue, 12 Jul 2022 10:08:45 -0700 Subject: [PATCH] SWDEV-327563 - Win,Linx: Disable failing tests (#2796) Develop to staging [ROCm/hip commit: 83dda013c23aff9975e481eb414d68996d15d3c4] --- .../hipTestMain/config/config_amd_linux.json | 3 ++- .../hipTestMain/config/config_amd_windows.json | 15 ++++++++++++++- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/projects/hip/tests/catch/hipTestMain/config/config_amd_linux.json b/projects/hip/tests/catch/hipTestMain/config/config_amd_linux.json index fc2c1331ed..91c89ae7dc 100644 --- a/projects/hip/tests/catch/hipTestMain/config/config_amd_linux.json +++ b/projects/hip/tests/catch/hipTestMain/config/config_amd_linux.json @@ -3,7 +3,8 @@ [ "# Following test is related to ticket EXSWCPHIPT-41", "Unit_hipStreamGetPriority_happy", - "Unit_hipStreamPerThread_DeviceReset_1" + "Unit_hipStreamPerThread_DeviceReset_1", + "Unit_hipGraphAddKernelNode_Negative" ] } diff --git a/projects/hip/tests/catch/hipTestMain/config/config_amd_windows.json b/projects/hip/tests/catch/hipTestMain/config/config_amd_windows.json index 3c12aee9f9..75e764ac2f 100644 --- a/projects/hip/tests/catch/hipTestMain/config/config_amd_windows.json +++ b/projects/hip/tests/catch/hipTestMain/config/config_amd_windows.json @@ -32,6 +32,19 @@ "Unit_hipGraphExecEventWaitNodeSetEvent_SetAndVerifyMemory", "Unit_hipGraphMemcpyNodeSetParams_Functional", "Unit_hipMalloc3D_ValidatePitch", - "Unit_hipArrayCreate_happy" + "Unit_hipArrayCreate_happy", + "Unit_hipGraphAddKernelNode_Negative", + "Unit_hipHostRegister_Negative - int", + "Unit_hipHostRegister_Negative - float", + "Unit_hipHostRegister_Negative - double", + "Unit_hipMemAllocPitch_ValidatePitch", + "Unit_hipArrayCreate_happy - int", + "Unit_hipArrayCreate_happy - int4", + "Unit_hipArrayCreate_happy - short2", + "Unit_hipArrayCreate_happy - char", + "Unit_hipArrayCreate_happy - char4", + "Unit_hipArrayCreate_happy - float", + "Unit_hipArrayCreate_happy - float2", + "Unit_hipArrayCreate_happy - float4" ] }