From 65e29ff746083c0e082532417f283f6cca04b925 Mon Sep 17 00:00:00 2001 From: "Agarwal, Udit" Date: Fri, 13 Sep 2024 08:18:58 -0700 Subject: [PATCH] Disable ASAN tests on PVC --- sycl/test-e2e/AddressSanitizer/lit.local.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sycl/test-e2e/AddressSanitizer/lit.local.cfg b/sycl/test-e2e/AddressSanitizer/lit.local.cfg index 8eb37fb1a7b43..0cc3f700b7b93 100644 --- a/sycl/test-e2e/AddressSanitizer/lit.local.cfg +++ b/sycl/test-e2e/AddressSanitizer/lit.local.cfg @@ -11,4 +11,4 @@ config.substitutions.append( config.unsupported_features += ['cuda', 'hip'] # FIXME: Skip gen devices, waiting for gfx driver uplifting -config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-dg2', 'gpu-intel-pvc'] +config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-dg2', 'gpu-intel-pvc', 'arch-intel_gpu_pvc']