Skip to content

Commit 8a931aa

Browse files
committed
Disable broken tests
1 parent 5f54a0a commit 8a931aa

7 files changed

+28
-0
lines changed

sycl/test/basic_tests/scalar_vec_access.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
// XFAIL: gpu && (level_zero || opencl)
4+
15
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
26
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
37
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

sycl/test/basic_tests/stream/stream.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
// XFAIL: gpu && (level_zero || opencl) && linux
4+
15
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
26
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
37
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

sycl/test/reduction/reduction_nd_conditional.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
// XFAIL: gpu && (level_zero || opencl)
4+
15
// UNSUPPORTED: cuda
26
// Reductions use work-group builtins not yet supported by CUDA.
37
//

sycl/test/reduction/reduction_nd_ext_half.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
// XFAIL: gpu && (level_zero || opencl)
4+
15
// UNSUPPORTED: cuda
26
// OpenCL C 2.x alike work-group functions not yet supported by CUDA.
37
//

sycl/test/reduction/reduction_nd_s0_dw.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
// XFAIL: gpu && (level_zero || opencl)
4+
15
// UNSUPPORTED: cuda
26
// Reductions use work-group builtins not yet supported by CUDA.
37
//

sycl/test/reduction/reduction_nd_s0_rw.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
// XFAIL: gpu && (level_zero || opencl)
4+
15
// UNSUPPORTED: cuda
26
// Reductions use work-group builtins not yet supported by CUDA.
37
//

sycl/test/reduction/reduction_placeholder.cpp

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
2+
// See https://github.com/intel/llvm/issues/2264 for more details.
3+
// XFAIL: gpu && (level_zero || opencl)
4+
15
// UNSUPPORTED: cuda
26
// Reductions use work-group builtins not yet supported by CUDA.
37

0 commit comments

Comments
 (0)