From 178a5a098d8f5834429a1899366ab08fac2a4a08 Mon Sep 17 00:00:00 2001 From: Ioannis Assiouras <38722728+iassiour@users.noreply.github.com> Date: Fri, 5 Dec 2025 18:56:19 +0000 Subject: [PATCH] Disable windows failing tests (#2197) --- projects/hip-tests/catch/hipTestMain/config/config_amd_windows | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows index 77fa375707..bbd40cf653 100644 --- a/projects/hip-tests/catch/hipTestMain/config/config_amd_windows +++ b/projects/hip-tests/catch/hipTestMain/config/config_amd_windows @@ -428,6 +428,7 @@ "Unit_hipGraphUpload_Functional_multidevice_test", "=== Below tests fail in external CI for PR https://github.com/ROCm-Developer-Tools/hip-tests/pull/210 ===", "Unit_StaticAssert_Positive_Basic_RTC", + "Unit_Assert_Positive_Basic_KernelFail", "=== Below tests are disabled due to defect EXSWHTEC-356 ===", "Unit_Device___hisinf2_Accuracy_Positive", "Unit_Device___hisnan2_Accuracy_Positive", @@ -738,6 +739,7 @@ "Unit_hipMalloc_Allocate90PercentOfDeviceMemory", "Unit_hipModuleLaunchKernel_Positive_Basic", "Unit_hipModuleLaunchKernel_Positive_Parameters", + "Unit_hipModuleLaunchKernel_Verify_Capture", "Unit_hipModuleLaunchCooperativeKernel_Positive_Basic", "Unit_hipModuleLaunchCooperativeKernel_Positive_Parameters", "Unit_hipModuleLaunchCooperativeKernel_Negative_Parameters",