From dd0c0585336c5d24404bed344223118932633696 Mon Sep 17 00:00:00 2001 From: Krzysztof Swiecicki Date: Tue, 21 Oct 2025 12:27:47 +0000 Subject: [PATCH] [SYCL][L0 v2] Mark eager_init.cpp as unsupported Level Zero v2 adapter performs lazy initialization and does not support SYCL_EAGER_INIT=1, which this test requires. --- sycl/test-e2e/Adapters/level_zero/eager_init.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sycl/test-e2e/Adapters/level_zero/eager_init.cpp b/sycl/test-e2e/Adapters/level_zero/eager_init.cpp index 2b910a6967f03..4869bf67fb7df 100644 --- a/sycl/test-e2e/Adapters/level_zero/eager_init.cpp +++ b/sycl/test-e2e/Adapters/level_zero/eager_init.cpp @@ -3,6 +3,10 @@ // UNSUPPORTED-INTENDED: ze_debug UR emits summary of leaks that contains // function names that we match in the test. +// UNSUPPORTED: level_zero_v2_adapter +// UNSUPPORTED-INTENDED: Level Zero v2 adapter performs lazy initialization +// and does not support SYCL_EAGER_INIT=1, which this test requires. + // RUN: %{build} -Wno-error=deprecated-declarations %level_zero_options -o %t.out // RUN: env UR_L0_DEBUG=1 SYCL_EAGER_INIT=1 %{run} %t.out 2>&1 | FileCheck %s //