Skip to content

Commit 295a39a

Browse files
author
yinyangsx
committed
XFAIL one test and remove XFAIL 4 test for linux
Signed-off-by: yinyangsx <[email protected]>
1 parent e1f66c3 commit 295a39a

File tree

5 files changed

+4
-4
lines changed

5 files changed

+4
-4
lines changed

sycl/test/basic_tests/stream/stream.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
22
// See https://github.com/intel/llvm/issues/2264 for more details.
3-
// XFAIL: gpu && (level_zero || opencl) && linux
43

54
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
65
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out | FileCheck %s

sycl/test/esimd/on-device/matrix_transpose_glb.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
// REQUIRES: gpu
1111
// RUN: %clangxx-esimd -fsycl %s -o %t.out
1212
// RUN: %ESIMD_RUN_PLACEHOLDER %t.out
13+
// XFAIL: gpu && (level_zero || opencl) && linux
1314

1415
#include "esimd_test_utils.hpp"
1516

sycl/test/hier_par/hier_par_wgscope.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
22
// See https://github.com/intel/llvm/issues/2264 for more details.
3-
// XFAIL: gpu && (level_zero || opencl)
3+
// XFAIL: gpu && (level_zero || opencl) && windows
44

55
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
66
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out

sycl/test/sub_group/generic_reduce.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
22
// See https://github.com/intel/llvm/issues/2264 for more details.
3-
// XFAIL: gpu
3+
// XFAIL: gpu && windows
44

55
// UNSUPPORTED: cuda
66
// CUDA compilation and runtime do not yet support sub-groups.

sycl/test/sub_group/load_store.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// TODO: Enable compilation w/o -fno-sycl-early-optimizations option.
22
// See https://github.com/intel/llvm/issues/2264 for more details.
3-
// XFAIL: gpu
3+
// XFAIL: gpu && windows
44

55
// UNSUPPORTED: cuda || cpu
66
// CUDA compilation and runtime do not yet support sub-groups.

0 commit comments

Comments
 (0)