Skip to content

Commit fb2effe

Browse files
[SYCL][E2E] Disable Regression/multithread_write_accessor.cpp on Arc + OpenCL (#17076)
This test flakily times out on Arc + OpenCL. Disable it for now. Example: https://github.com/intel/llvm/actions/runs/13409625069/job/37483063620 https://github.com/intel/llvm/actions/runs/13417907780/job/37485889352
1 parent 64a095c commit fb2effe

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sycl/test-e2e/Regression/multithread_write_accessor.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// RUN: %{build} -o %t.out %threads_lib
22
// RUN: %{run} %t.out
33

4+
// Test flakily times out on Arc + OpenCL
5+
// UNSUPPORTED: opencl && gpu-intel-dg2
6+
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/16877
7+
48
// XFAIL: arch-intel_gpu_pvc && opencl && !spirv-backend
59
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16401
610

0 commit comments

Comments
 (0)