Skip to content

Commit ac7f169

Browse files
authored
[sycl-rel] Turn off OnlineCompiler tests (#16569)
#16406
1 parent 5f25e25 commit ac7f169

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// REQUIRES: level_zero, level_zero_dev_kit, cm-compiler
2+
// XFAIL: gpu && !(arch-intel_gpu_pvc && igc-dev)
3+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406
24

35
// RUN: %{build} -DRUN_KERNELS %level_zero_options -o %t.out
46
// RUN: %{run} %t.out

sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// REQUIRES: opencl, opencl_icd, cm-compiler
2-
// UNSUPPORTED: accelerator
2+
// XFAIL: (gpu && !(arch-intel_gpu_pvc && igc-dev)) || cpu || accelerator
3+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406
34

45
// RUN: %{build} -DRUN_KERNELS %opencl_lib -o %t.out
56
// RUN: %{run} %t.out

0 commit comments

Comments
 (0)