Skip to content

Commit 7e36eef

Browse files
committed
disable OnlineCompiler tests according to 0b28ba2
1 parent 761f6c3 commit 7e36eef

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

sycl/test-e2e/OnlineCompiler/online_compiler_L0.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// REQUIRES: level_zero, level_zero_dev_kit, cm-compiler
22

3+
// XFAIL: gpu || cpu || accelerator
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406
5+
36
// RUN: %{build} -Wno-error=deprecated-declarations -DRUN_KERNELS %level_zero_options -o %t.out
47
// RUN: %{run} %t.out
58

sycl/test-e2e/OnlineCompiler/online_compiler_OpenCL.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// REQUIRES: opencl, opencl_icd, cm-compiler
22

3+
// XFAIL: gpu || cpu || accelerator
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/16406
5+
36
// RUN: %{build} -Wno-error=deprecated-declarations -DRUN_KERNELS %opencl_lib -o %t.out
47
// RUN: %{run} %t.out
58

0 commit comments

Comments
 (0)