SWDEV-555299 - Fix and enable Unit_Device_modf_modff_Negative_RTC (#1012)

Этот коммит содержится в:
marandje
2025-11-03 21:08:09 +01:00
коммит произвёл GitHub
родитель da297d46e8
Коммит 1ccc0ce2e4
2 изменённых файлов: 1 добавлений и 2 удалений
-1
Просмотреть файл
@@ -86,7 +86,6 @@
"Unit_hipLaunchCooperativeKernel_Negative_Parameters",
"Unit_hipLaunchKernel_Negative_Parameters",
"Unit_hipModuleLaunchCooperativeKernel_Negative_Parameters",
"Unit_Device_modf_modff_Negative_RTC",
"SWDEV-446588 - Disable graph multi gpu testcases until graph has support for it",
"=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/210 ===",
"Unit_Assert_Positive_Basic_KernelFail",
+1 -1
Просмотреть файл
@@ -150,4 +150,4 @@ TEST_CASE("Unit_Device_modf_Accuracy_Positive - double") {
PairValidatorBuilderFactory<double>(ULPValidatorBuilderFactory<double>(0)));
}
TEST_CASE("Unit_Device_modf_modff_Negative_RTC") { NegativeTestRTCWrapper<20>(kModf); }
TEST_CASE("Unit_Device_modf_modff_Negative_RTC") { NegativeTestRTCWrapper<19>(kModf); }