Skip to content

Commit 51008bf

Browse files
authored
[SYCL][E2E] Disable online_compiler_OpenCL.cpp on FPGA (#16445)
It's failing [here](https://github.com/intel/llvm/actions/runs/12433578741/job/34716641336). The test manually calls the GPU driver even when running on CPU or FPGA. XFAIL it since it's failing. Root issue will be addressed in the Github issue. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 1b4e286 commit 51008bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// REQUIRES: opencl, opencl_icd, cm-compiler
2-
// XFAIL: gpu || cpu
2+
// XFAIL: gpu || cpu || accelerator
33
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406
44
// RUN: %{build} -Wno-error=deprecated-declarations -DRUN_KERNELS %opencl_lib -o %t.out
55
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)