Skip to content

Commit 50f0552

Browse files
authored
[SYCL][E2E] Limit XFAIL only to CPU and Linux in VirtualFunctions/group-barrier test (#16940)
Purpose of this PR is re-enabling `VirtualFunctions/group-barrier` e2e test for CPU and Windows OS.
1 parent 04fe96c commit 50f0552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/VirtualFunctions/misc/group-barrier.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// REQUIRES: aspect-usm_shared_allocations
22
//
33
// On CPU it segfaults within the kernel that performs virtual function call.
4-
// XFAIL: cpu
4+
// XFAIL: cpu && opencl && linux
55
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/15080
66
// UNSUPPORTED: gpu
77
// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/15068

0 commit comments

Comments
 (0)