Skip to content

Commit 94b2173

Browse files
committed
XFAIL cpu AOT tests for non full test mode on windows
1 parent 51cb464 commit 94b2173

File tree

7 files changed

+21
-0
lines changed

7 files changed

+21
-0
lines changed

sycl/test-e2e/AOT/cpu.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// REQUIRES: opencl-aot, cpu
1010

11+
// XFAIL: windows && !(build-mode && run-mode)
12+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17515
13+
1114
// CPU AOT targets host isa, so we compile on the run system instead.
1215
// RUN: %{run-aux} %clangxx -fsycl -fsycl-targets=spir64_x86_64 %S/Inputs/aot.cpp -o %t.out
1316
// RUN: %{run} %t.out

sycl/test-e2e/AOT/multiple-devices.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// REQUIRES: opencl-aot, ocloc, cpu, gpu, target-spir
1010

11+
// XFAIL: windows && !(build-mode && run-mode)
12+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17515
13+
1114
// Produce a fat object for all targets (generic SPIR-V, CPU, GPU)
1215
// RUN: %clangxx -fsycl -fsycl-targets=spir64,spir64_x86_64,spir64_gen %S/Inputs/aot.cpp -c -o %t.o
1316

sycl/test-e2e/AOT/reqd-sg-size.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// This test ensures that a program that has a kernel
22
// using various required sub-group sizes can be compiled AOT.
33

4+
// XFAIL: windows && !(build-mode && run-mode)
5+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17515
6+
47
// REQUIRES: ocloc, opencl-aot, any-device-is-cpu
58
// RUN: %clangxx -fsycl -fsycl-targets=intel_gpu_tgllp -o %t.tgllp.out %s
69
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 -o %t.x86.out %s

sycl/test-e2e/NewOffloadDriver/cpu.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88

99
// REQUIRES: opencl-aot, cpu
1010

11+
// XFAIL: windows && !(build-mode && run-mode)
12+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17515
13+
1114
// CPU AOT targets host isa, so we compile on the run system instead.
1215
// Test with `--offload-new-driver`
1316
// RUN: %{run-aux} %clangxx -fsycl -fsycl-targets=spir64_x86_64 --offload-new-driver %S/Inputs/aot.cpp -o %t.out

sycl/test-e2e/OptionalKernelFeatures/is_compatible/is_compatible_spir64_x86_64.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// REQUIRES: opencl-aot, cpu, gpu, level_zero
22

3+
// XFAIL: windows && !(build-mode && run-mode)
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17515
5+
36
// RUN: %clangxx -fsycl -fsycl-targets=spir64_x86_64 %S/Inputs/is_compatible_with_env.cpp -o %t.out
47

58
// RUN: env ONEAPI_DEVICE_SELECTOR=opencl:cpu %{run} %t.out

sycl/test-e2e/ProgramManager/uneven_kernel_split.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// REQUIRES: any-device-is-cpu, gpu, opencl-aot, ocloc, target-spir
22

3+
// XFAIL: windows && !(build-mode && run-mode)
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17515
5+
36
// UNSUPPORTED: linux
47
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17305
58

sycl/test-e2e/SpecConstants/2020/non_native/multiple-targets.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// REQUIRES: opencl-aot, cpu, target-spir
22

3+
// XFAIL: windows && !(build-mode && run-mode)
4+
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/17515
5+
36
// RUN: %clangxx -fsycl -fsycl-targets=spir64,spir64_x86_64 %S/Inputs/common.cpp -o %t_spv_cpu.out
47
// RUN: %{run} %t_spv_cpu.out
58
// Ensure that image ordering does not impact the execution

0 commit comments

Comments
 (0)