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" ] }