diff --git a/catch/hipTestMain/config/config_amd_linux b/catch/hipTestMain/config/config_amd_linux index 727f3e65c0..8ec062709f 100644 --- a/catch/hipTestMain/config/config_amd_linux +++ b/catch/hipTestMain/config/config_amd_linux @@ -774,8 +774,6 @@ "Unit_Device_remquo_Accuracy_Positive - double", "Unit_Device_modf_Accuracy_Positive - float", "Unit_Device_modf_Accuracy_Positive - double", - "=== SWDEV-450255 & SWDEV-449527 ===", - "Unit_RTC_LinkAddFile_Negative", "=== Below tests cause timeout in stress test of 09/02/24 ===", "Unit_Device___half2half2_Accuracy_Positive", "Unit_Device_make_half2_Accuracy_Positive", diff --git a/catch/hipTestMain/config/config_amd_windows b/catch/hipTestMain/config/config_amd_windows index bea27e2bbb..1b6e413953 100644 --- a/catch/hipTestMain/config/config_amd_windows +++ b/catch/hipTestMain/config/config_amd_windows @@ -1426,8 +1426,6 @@ "Unit_atomicCAS_system_Positive_Host_And_Peer_GPUs - int", "Unit_atomicCAS_system_Positive_Host_And_Peer_GPUs - unsigned int", "Unit_atomicCAS_system_Positive_Host_And_Peer_GPUs - unsigned long long", - "=== SWDEV-450255 & SWDEV-449527 ===", - "Unit_RTC_LinkAddFile_Negative", "=== SWDEV-453453 : Below tests failed in stress test on 22/03/24 ===", "Unit_hipDeviceGetGraphMemAttribute_Functional", "Unit_hipDeviceGetGraphMemAttribute_Functional_Multi_Device", diff --git a/catch/unit/rtc/linker.cc b/catch/unit/rtc/linker.cc index 3ecc376500..f4c3299502 100644 --- a/catch/unit/rtc/linker.cc +++ b/catch/unit/rtc/linker.cc @@ -145,7 +145,7 @@ TEST_CASE("Unit_RTC_LinkAddFile_Negative") { SECTION("link add file - incorrect hiprtcLinkState") { hiprtcLinkState linkstate; REQUIRE(hiprtcLinkAddFile(linkstate, input_type, file_name, 0, nullptr, nullptr) == - HIPRTC_ERROR_PROGRAM_CREATION_FAILURE); + HIPRTC_ERROR_INVALID_INPUT); } SECTION("link add file - nullptr hiprtcLinkState") {