Skip to content

Commit a1c8beb

Browse files
committed
[SYCL][ASan] Mark PVC & DG2 as unsupported in E2E tests
Following the merge of #13450 there were reports of failures on PVC & DG2: * #14720 (comment) * #13450 (comment) This patch the suggestion in #14720 (comment) to disable AddressSanitizer testing on PVC & DG2 devices.
1 parent d6780ae commit a1c8beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sycl/test-e2e/AddressSanitizer/lit.local.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ config.substitutions.append(
1111
config.unsupported_features += ['cuda', 'hip']
1212

1313
# FIXME: Skip gen devices, waiting for gfx driver uplifting
14-
config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12']
14+
config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-dg2', 'gpu-intel-pvc']

0 commit comments

Comments
 (0)