Skip to content

Commit a5c7b7d

Browse files
committed
Skip LeakSanitizer
It's broken, see rust-lang/rust#111073.
1 parent a053549 commit a5c7b7d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Makefile.include

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ test:
2626

2727
test_sanitizers:
2828
$(MAKE) test_sanitizer sanitizer=address
29-
$(MAKE) test_sanitizer sanitizer=leak
29+
# LeakSanitizer is broken, see
30+
# <https://github.com/rust-lang/rust/issues/111073>.
31+
#$(MAKE) test_sanitizer sanitizer=leak
3032
$(MAKE) test_sanitizer sanitizer=memory
3133
$(MAKE) test_sanitizer sanitizer=thread
3234

0 commit comments

Comments
 (0)