Skip to content

Commit 41f88ab

Browse files
committed
Update LIT tests status.
1 parent dec884d commit 41f88ab

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

sycl/test/basic_tests/boolean.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
62
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out
73
// RUN: %CPU_RUN_PLACEHOLDER %t.out

sycl/test/basic_tests/stream/stream.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
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-
51
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
62
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s
73
// RUN: %CPU_RUN_PLACEHOLDER %t.out %CPU_CHECK_PLACEHOLDER

sycl/test/sub_group/broadcast.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: cpu
12
// UNSUPPORTED: cuda
23
// CUDA compilation and runtime do not yet support sub-groups.
34

sycl/test/sub_group/broadcast_fp64.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
// XFAIL: cpu
12
// UNSUPPORTED: cuda
23
// CUDA compilation and runtime do not yet support sub-groups.
34

0 commit comments

Comments
 (0)