SWDEV-538600 - Fix error code checks in some tests (#305)

[ROCm/hip-tests commit: b215381bbe]
This commit is contained in:
Manocha, Rahul
2025-06-19 08:41:54 -07:00
committed by GitHub
parent 976d0574cf
commit 91a6727ea6
10 changed files with 17 additions and 68 deletions
@@ -124,7 +124,7 @@ TEST_CASE("Unit_hipDrvLaunchKernelEx_NegTsts") {
SECTION("Invalid Kernel config") {
HIP_CHECK_ERROR(
hipDrvLaunchKernelEx(&invalidConfig, function, kernelParams, NULL),
hipErrorInvalidValue);
hipErrorInvalidConfiguration);
}
}