From bfd8c4577ae5289cb5b0ab3d6cc73b8b8fb7d6fe Mon Sep 17 00:00:00 2001 From: "Ptak, Slawomir" Date: Wed, 18 Mar 2026 11:23:02 +0000 Subject: [PATCH] [SYCL] Enable host-task-failure test Enable the host-task-failure test to confirm, that there is no reproduction of the test failure. --- sycl/test-e2e/HostInteropTask/host-task-failure.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/sycl/test-e2e/HostInteropTask/host-task-failure.cpp b/sycl/test-e2e/HostInteropTask/host-task-failure.cpp index f323400e14e7d..450fed4a0aff7 100644 --- a/sycl/test-e2e/HostInteropTask/host-task-failure.cpp +++ b/sycl/test-e2e/HostInteropTask/host-task-failure.cpp @@ -1,9 +1,6 @@ // RUN: %{build} -o %t.out // RUN: %{run} %t.out -// UNSUPPORTED: arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21 -// UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/20961 - #include using namespace sycl;