From 35f8408375529b47f95be9ac94682dc871ff7325 Mon Sep 17 00:00:00 2001 From: Chris Perkins Date: Wed, 26 Aug 2026 16:45:35 -0700 Subject: [PATCH] switching out XFAIL for driver requirement --- sycl/test-e2e/Basic/stream/stream.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sycl/test-e2e/Basic/stream/stream.cpp b/sycl/test-e2e/Basic/stream/stream.cpp index be522cc8cbccb..d4be8f8892fb2 100644 --- a/sycl/test-e2e/Basic/stream/stream.cpp +++ b/sycl/test-e2e/Basic/stream/stream.cpp @@ -1,7 +1,8 @@ // UNSUPPORTED: cuda // UNSUPPORTED-TRACKER: https://github.com/intel/llvm/issues/19214 -// XFAIL: linux && (gpu-intel-gen12 || gpu-intel-dg2 || arch-intel_gpu_pvc || arch-intel_gpu_bmg_g21 || arch-intel_gpu_mtl_u) -// XFAIL-TRACKER: https://github.com/intel/llvm/issues/22055 + +// REQUIRES-INTEL-DRIVER: lin: 39395 + // RUN: %{build} -fsycl-device-code-split=per_kernel -Wno-error=deprecated-declarations -o %t.out // RUN: %{run} %t.out %if !gpu || linux %{ | FileCheck %s %}