Skip to content

Commit e088d5d

Browse files
committed
Try to disable device sanitizer tests for compatibility testing.
1 parent 7036e66 commit e088d5d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

devops/compat_ci_exclude.sycl-rel-6_3

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,9 @@ NonUniformGroups/opportunistic_group.cpp
2222
# toolchain used to build the test, not the toolchain we're using SYCL RT from
2323
# to run against pre-built E2E binaries.
2424
Basic/device_config_file_consistency.cpp
25+
26+
# The ABI compatibility is unimportant to device sanitizer since the user must
27+
# re-build their code if they want to test their code with device sanitizer.
28+
AddressSanitizer/*
29+
MemorySanitizer/*
30+
ThreadSanitizer/*

0 commit comments

Comments
 (0)