From 3c9915b8fa41efbbb756a53ae4caf9509664fed4 Mon Sep 17 00:00:00 2001 From: "Larsen, Steffen" Date: Fri, 21 Nov 2025 04:53:46 -0800 Subject: [PATCH] [SYCL][E2E] Enable native assert tests for L0 Signed-off-by: Larsen, Steffen --- sycl/test-e2e/Assert/assert_in_kernels.cpp | 4 ---- sycl/test-e2e/Assert/assert_in_multiple_tus.cpp | 4 ---- sycl/test-e2e/Assert/assert_in_multiple_tus_win.cpp | 4 ---- 3 files changed, 12 deletions(-) diff --git a/sycl/test-e2e/Assert/assert_in_kernels.cpp b/sycl/test-e2e/Assert/assert_in_kernels.cpp index b32f835abcd6f..d88ea0ea38374 100644 --- a/sycl/test-e2e/Assert/assert_in_kernels.cpp +++ b/sycl/test-e2e/Assert/assert_in_kernels.cpp @@ -5,10 +5,6 @@ // // XFAIL: (opencl && gpu) // XFAIL-TRACKER: https://github.com/intel/llvm/issues/11364 -// -// L0 does not currently abort after synchronizing with a failing kernel. -// UNSUPPORTED: level_zero -// UNSUPPORTED-TRACKER: GSD-11097 // XFAIL: target-native_cpu // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142 diff --git a/sycl/test-e2e/Assert/assert_in_multiple_tus.cpp b/sycl/test-e2e/Assert/assert_in_multiple_tus.cpp index a871016edc7a9..2bbb2827030a2 100644 --- a/sycl/test-e2e/Assert/assert_in_multiple_tus.cpp +++ b/sycl/test-e2e/Assert/assert_in_multiple_tus.cpp @@ -8,10 +8,6 @@ // // XFAIL: (opencl && gpu) // XFAIL-TRACKER: https://github.com/intel/llvm/issues/11364 -// -// L0 does not currently abort after synchronizing with a failing kernel. -// UNSUPPORTED: level_zero -// UNSUPPORTED-TRACKER: GSD-11097 // XFAIL: target-native_cpu // XFAIL-TRACKER: https://github.com/intel/llvm/issues/20142 diff --git a/sycl/test-e2e/Assert/assert_in_multiple_tus_win.cpp b/sycl/test-e2e/Assert/assert_in_multiple_tus_win.cpp index ce30d79cf85e7..cf6c86ae562c2 100644 --- a/sycl/test-e2e/Assert/assert_in_multiple_tus_win.cpp +++ b/sycl/test-e2e/Assert/assert_in_multiple_tus_win.cpp @@ -1,9 +1,5 @@ // REQUIRES: windows // -// L0 does not currently abort after synchronizing with a failing kernel. -// UNSUPPORTED: level_zero -// UNSUPPORTED-TRACKER: GSD-11097 -// // RUN: %{build} -I %S/Inputs %S/Inputs/kernels_in_file2.cpp -o %t.out // RUN: %{run} %t.out &> %t.txt ; FileCheck %s --input-file %t.txt //