Skip to content

Commit 2dae6cb

Browse files
authored
[SYCL][E2E] XFAIL three tests for driver update (#13543)
For #13528 All three have internal trackers. Signed-off-by: Sarnie, Nick <[email protected]>
1 parent 34135a3 commit 2dae6cb

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

sycl/test-e2e/Basic/kernel_info.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
// Fail is flaky for level_zero, enable when fixed.
55
// UNSUPPORTED: level_zero
66
//
7+
// Consistently fails with opencl, enable when fixed.
8+
// XFAIL: opencl
79

810
//==--- kernel_info.cpp - SYCL kernel info test ----------------------------==//
911
//

sycl/test-e2e/GroupAlgorithm/root_group.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// Fails with opencl, enable when fixed.
2+
// XFAIL: opencl
13
// RUN: %{build} -I . -o %t.out
24
// RUN: %{run} %t.out
35

sycl/test-e2e/KernelCompiler/opencl_queries.cpp

+3
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@
99
// REQUIRES: ocloc && (opencl || level_zero)
1010
// UNSUPPORTED: accelerator
1111

12+
// Fails with opencl, enable when fixed.
13+
// XFAIL: opencl
14+
1215
// RUN: %{build} -o %t.out
1316
// RUN: %{run} %t.out
1417

0 commit comments

Comments
 (0)