Skip to content

Commit 7a23092

Browse files
committed
disable tests
Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 797ff7a commit 7a23092

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

sycl/test-e2e/Adapters/level_zero_eager_init.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
22

3+
// XFAIL: windows && arch-intel_gpu_bmg_g21
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17165
5+
36
// RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out
47
// RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s
58
//

sycl/test-e2e/Config/allowlist.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// XFAIL: windows && arch-intel_gpu_bmg_g21
2+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17165
3+
//
14
// RUN: %{build} -o %t.out
25
//
36
// RUN: env PRINT_DEVICE_INFO=1 %{run-unfiltered-devices} %t.out > %t1.conf

sycl/test-e2e/KernelAndProgram/build-log.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// for CUDA and HIP the failure happens at compile time, not during runtime
22
// UNSUPPORTED: target-nvidia || target-amd
3+
// XFAIL: windows && arch-intel_gpu_bmg_g21
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17165
35
// TODO: rewrite this into a unit-test
46

57
// RUN: %{build} -DGPU -o %t_gpu.out

sycl/test-e2e/KernelAndProgram/cache-build-result.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// for CUDA and HIP the failure happens at compile time, not during runtime
22
// UNSUPPORTED: target-nvidia || target-amd || ze_debug
33

4+
// XFAIL: windows && arch-intel_gpu_bmg_g21
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17165
6+
47
// RUN: %{build} -DSYCL_DISABLE_FALLBACK_ASSERT=1 -o %t.out
58
// RUN: %{build} -DSYCL_DISABLE_FALLBACK_ASSERT=1 -DGPU -o %t_gpu.out
69
// RUN: env SYCL_CACHE_PERSISTENT=1 %{run} %if gpu %{ %t_gpu.out %} %else %{ %t.out %}

sycl/test-e2e/OptionalKernelFeatures/no-fp64-optimization-declared-aspects.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
// UNSUPPORTED: aspect-fp64
2+
// XFAIL: windows && arch-intel_gpu_bmg_g21
3+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17165
24
// RUN: %{build} -o %t.out -O3
35
// RUN: %{run} %t.out
46

0 commit comments

Comments
 (0)