From 93ae5e99d60e31957aef13371d9fd98987257f5f Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Tue, 24 Jun 2025 06:35:54 -0700 Subject: [PATCH] [SYCL][E2E] Disable syclcompat/kernel/kernel_win.cpp This commit disables the syclcompat/kernel/kernel_win.cpp E2E test due to a sporadic failure causing binaries not being unregistered when their owner dynamically-loaded libraries are unloaded. Signed-off-by: Larsen, Steffen --- sycl/test-e2e/syclcompat/kernel/kernel_win.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sycl/test-e2e/syclcompat/kernel/kernel_win.cpp b/sycl/test-e2e/syclcompat/kernel/kernel_win.cpp index c62b3e53f4a2e..51843096a721a 100644 --- a/sycl/test-e2e/syclcompat/kernel/kernel_win.cpp +++ b/sycl/test-e2e/syclcompat/kernel/kernel_win.cpp @@ -1,5 +1,11 @@ // REQUIRES: windows +// Currently disabled due to flaky failures caused by Windows runtime not +// unregistering the binaries when runtime-loaded .dll files with SYCL binaries +// are unloaded. +// UNSUPPORTED: windows +// UNSUPPORTED-TRACKER: CMPLRLLVM-68687 + // DEFINE: %{sharedflag} = %if cl_options %{/clang:-shared%} %else %{-shared%} // This test is sensitive to the absolute path of the dll file produced, so we