From 0ea9d5e2d369b38901f91566ad831d66a967033c Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Fri, 1 Aug 2025 08:14:14 -0700 Subject: [PATCH] [SYCL][E2E] Disable two reduction tests sporadically failing Signed-off-by: Sarnie, Nick --- sycl/test-e2e/Reduction/reduction_big_data.cpp | 3 +++ sycl/test-e2e/Reduction/regression_after_pr_6343.cpp | 3 +++ 2 files changed, 6 insertions(+) diff --git a/sycl/test-e2e/Reduction/reduction_big_data.cpp b/sycl/test-e2e/Reduction/reduction_big_data.cpp index aa15f34802026..f13c3a274805a 100644 --- a/sycl/test-e2e/Reduction/reduction_big_data.cpp +++ b/sycl/test-e2e/Reduction/reduction_big_data.cpp @@ -1,6 +1,9 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out // +// UNSUPPORTED: windows && run-mode +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19680 +// // This test performs basic checks of parallel_for(nd_range, reduction, func) // where the bigger data size and/or non-uniform work-group sizes may cause // errors. diff --git a/sycl/test-e2e/Reduction/regression_after_pr_6343.cpp b/sycl/test-e2e/Reduction/regression_after_pr_6343.cpp index 782d90ac21d24..b7139a6e5461c 100644 --- a/sycl/test-e2e/Reduction/regression_after_pr_6343.cpp +++ b/sycl/test-e2e/Reduction/regression_after_pr_6343.cpp @@ -1,6 +1,9 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out +// UNSUPPORTED: windows && run-mode +// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19680 + #include #include