Skip to content

Commit 87d4732

Browse files
committed
disable AddressSanitizer tests
1 parent 55b2227 commit 87d4732

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ config.unsupported_features += ['spirv-backend']
2121
# https://github.com/intel/llvm/issues/16920
2222
config.unsupported_features += ['arch-intel_gpu_bmg_g21']
2323

24+
# https://github.com/intel/llvm/issues/20894
25+
config.unsupported_features += ['arch-intel_gpu_mtl_u']
26+
2427
# https://github.com/intel/llvm/issues/20142
2528
config.unsupported_features += ['target-native_cpu']
2629
unsupported_san_flags = [

0 commit comments

Comments
 (0)