Skip to content

Commit ae54d66

Browse files
authored
[SYCL][LIT] Expect event_profiling_info.cpp test pass on host. (#2424)
The event_profiling_info.cpp failed on OpenCL/level_zero due to test issue. The test need to be disabled except test on host.
1 parent 1fc0e4f commit ae54d66

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test/basic_tests/event_profiling_info.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// XFAIL: *
1+
// XFAIL: cuda, opencl, level_zero
22
// RUN: %clangxx -fsycl -fsycl-targets=%sycl_triple %s -o %t.out
33
//
44
// RUN: env SYCL_DEVICE_TYPE=HOST %t.out

0 commit comments

Comments
 (0)