Skip to content

Commit

Permalink
[DeviceASAN] Temporarily disable device address sanitizer tests (inte…
Browse files Browse the repository at this point in the history
…l#15825)

Will re-enable them when post-commit failure
https://github.com/intel/llvm/actions/runs/11474026543/job/31930862668
is fixed.
  • Loading branch information
zhaomaosu authored Oct 23, 2024
1 parent 7ea8147 commit 242f16b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion sycl/test-e2e/AddressSanitizer/lit.local.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@ config.substitutions.append(
config.unsupported_features += ['cuda', 'hip']

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

# GPU testing requires level_zero
if 'opencl:gpu' in config.sycl_devices:
Expand Down

0 comments on commit 242f16b

Please sign in to comment.