From e2411e1199a190e570a16c613586be3f11e95bf7 Mon Sep 17 00:00:00 2001 From: Nick Sarnie Date: Thu, 12 Mar 2026 10:18:14 -0700 Subject: [PATCH] [SYCL][E2E] Disable USM tests on Win DG2 Signed-off-by: Nick Sarnie --- sycl/test-e2e/USM/memops2d/lit.local.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sycl/test-e2e/USM/memops2d/lit.local.cfg b/sycl/test-e2e/USM/memops2d/lit.local.cfg index 95f9ce6d4eec3..4e3149bd1764c 100644 --- a/sycl/test-e2e/USM/memops2d/lit.local.cfg +++ b/sycl/test-e2e/USM/memops2d/lit.local.cfg @@ -3,3 +3,7 @@ # Temporarily disabled until the failure is addressed: # https://github.com/llvm/llvm-project/issues/127791 config.unsupported_features += ['spirv-backend'] + +# https://github.com/intel/llvm/issues/21501 +if 'windows' in config.available_features: + config.unsupported_features += ['gpu-intel-dg2']