Skip to content

Commit 7184a9f

Browse files
committed
[DeviceASAN] Temporarily disable device address sanitizer tests
1 parent edfe16e commit 7184a9f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

1313
# FIXME: Skip some of gpu devices, waiting for gfx driver uplifting
14-
config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-pvc']
14+
# FIXME: Enable dg2 device when post-commit failure
15+
# https://github.com/intel/llvm/actions/runs/11474026543/job/31930862668 is fixed
16+
config.unsupported_features += ['gpu-intel-gen9', 'gpu-intel-gen11', 'gpu-intel-gen12', 'gpu-intel-pvc', 'gpu-intel-dg2']
1517

1618
# GPU testing requires level_zero
1719
if 'opencl:gpu' in config.sycl_devices:

0 commit comments

Comments
 (0)