Skip to content

Commit a5c29bb

Browse files
authored
[SYCL] Mark tests failing with 27.20.100.9168 XFAIL. (intel/llvm-test-suite#129)
* [SYCL] Mark tests failing with 27.20.100.9168 XFAIL.
1 parent ca3e34c commit a5c29bb

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

SYCL/AOT/gpu.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// REQUIRES: ocloc, gpu
1010
// UNSUPPORTED: cuda
1111
// CUDA is not compatible with SPIR.
12+
// Issue #128: The test fails for driver 27.20.100.9168
13+
// XFAIL: windows
1214

1315
// RUN: %clangxx -fsycl -fsycl-targets=spir64_gen-unknown-unknown-sycldevice -Xsycl-target-backend=spir64_gen-unknown-unknown-sycldevice "-device *" %S/Inputs/aot.cpp -o %t.out
1416
// RUN: %GPU_RUN_PLACEHOLDER %t.out

SYCL/AOT/multiple-devices.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
// REQUIRES: opencl-aot, ocloc, aoc, cpu, gpu, accelerator
1010
// UNSUPPORTED: cuda
1111
// CUDA is not compatible with SPIR.
12+
// Issue #128: The test fails for driver 27.20.100.9168
13+
// XFAIL: windows && gpu
1214

1315
// 1-command compilation case
1416
// Targeting CPU, GPU, FPGA

SYCL/Basic/DeviceCodeSplit/aot-gpu.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
// REQUIRES: ocloc, gpu
22
// UNSUPPORTED: cuda
33
// CUDA does neither support device code splitting nor SPIR.
4+
// Issue #128: The test fails for driver 27.20.100.9168
5+
// XFAIL: windows
46
//
57
// RUN: %clangxx -fsycl -fsycl-device-code-split=per_source \
68
// RUN: -fsycl-targets=spir64_gen-unknown-unknown-sycldevice \

0 commit comments

Comments
 (0)