diff --git a/sycl/test-e2e/Adapters/level_zero/eager_init.cpp b/sycl/test-e2e/Adapters/level_zero/eager_init.cpp index d58aaa065a49b..2b910a6967f03 100644 --- a/sycl/test-e2e/Adapters/level_zero/eager_init.cpp +++ b/sycl/test-e2e/Adapters/level_zero/eager_init.cpp @@ -3,9 +3,6 @@ // UNSUPPORTED-INTENDED: ze_debug UR emits summary of leaks that contains // function names that we match in the test. -// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/18067 - // 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 // diff --git a/sycl/test-e2e/Reduction/reduction_ctor.cpp b/sycl/test-e2e/Reduction/reduction_ctor.cpp index f13a4f64146c4..881894c4f668b 100644 --- a/sycl/test-e2e/Reduction/reduction_ctor.cpp +++ b/sycl/test-e2e/Reduction/reduction_ctor.cpp @@ -1,9 +1,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 && (!build-mode && run-mode) -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17582 - // Windows doesn't yet have full shutdown(). // UNSUPPORTED: ze_debug && windows diff --git a/sycl/test-e2e/USM/hmemll.cpp b/sycl/test-e2e/USM/hmemll.cpp index d5b6b4dbfe87b..f0318d093f363 100644 --- a/sycl/test-e2e/USM/hmemll.cpp +++ b/sycl/test-e2e/USM/hmemll.cpp @@ -1,9 +1,6 @@ // RUN: %{build} -o %t1.out // RUN: %{run} %t1.out -// UNSUPPORTED: windows && arch-intel_gpu_bmg_g21 && (!build-mode && run-mode) -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/17582 - //==------------------- hmemll.cpp - Host Memory Linked List test ----------==// // // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.