Skip to content

Commit 73da6e2

Browse files
[SYCL][E2E] Disable syclcompat/kernel/kernel_win.cpp (#19113)
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 <steffen.larsen@intel.com>
1 parent 90bb9ad commit 73da6e2

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sycl/test-e2e/syclcompat/kernel/kernel_win.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
// REQUIRES: windows
22

3+
// Currently disabled due to flaky failures caused by Windows runtime not
4+
// unregistering the binaries when runtime-loaded .dll files with SYCL binaries
5+
// are unloaded.
6+
// UNSUPPORTED: windows
7+
// UNSUPPORTED-TRACKER: CMPLRLLVM-68687
8+
39
// DEFINE: %{sharedflag} = %if cl_options %{/clang:-shared%} %else %{-shared%}
410

511
// This test is sensitive to the absolute path of the dll file produced, so we

0 commit comments

Comments
 (0)