Skip to content

Commit 082b595

Browse files
[SYCL][E2E] Enable native assert tests for L0 (#20723)
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 72c54ee commit 082b595

File tree

3 files changed

+0
-12
lines changed

3 files changed

+0
-12
lines changed

sycl/test-e2e/Assert/assert_in_kernels.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,6 @@
55
//
66
// XFAIL: (opencl && gpu)
77
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/11364
8-
//
9-
// L0 does not currently abort after synchronizing with a failing kernel.
10-
// UNSUPPORTED: level_zero
11-
// UNSUPPORTED-TRACKER: GSD-11097
128

139
// XFAIL: target-native_cpu
1410
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142

sycl/test-e2e/Assert/assert_in_multiple_tus.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
//
99
// XFAIL: (opencl && gpu)
1010
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/11364
11-
//
12-
// L0 does not currently abort after synchronizing with a failing kernel.
13-
// UNSUPPORTED: level_zero
14-
// UNSUPPORTED-TRACKER: GSD-11097
1511

1612
// XFAIL: target-native_cpu
1713
// XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142

sycl/test-e2e/Assert/assert_in_multiple_tus_win.cpp

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
// REQUIRES: windows
22
//
3-
// L0 does not currently abort after synchronizing with a failing kernel.
4-
// UNSUPPORTED: level_zero
5-
// UNSUPPORTED-TRACKER: GSD-11097
6-
//
73
// RUN: %{build} -I %S/Inputs %S/Inputs/kernels_in_file2.cpp -o %t.out
84
// RUN: %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt
95
//

0 commit comments

Comments
 (0)