Skip to content

Enable ASan, TSan, UBSan for aarch64-apple-darwin. #79883

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Jan 2, 2021
Prev Previous commit
Next Next commit
Fix sanitizer test output matching
  • Loading branch information
frewsxcv committed Dec 10, 2020
commit 01029e2abcc76c04e7ed7917c07f13a73b804b60
2 changes: 1 addition & 1 deletion src/test/ui/sanitize/unsupported-target.stderr
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
error: `-Zsanitizer=leak` only works with targets: aarch64-unknown-linux-gnu, x86_64-apple-darwin, x86_64-unknown-linux-gnu
error: `-Zsanitizer=leak` only works with targets: aarch64-apple-darwin, aarch64-unknown-linux-gnu, x86_64-apple-darwin, x86_64-unknown-linux-gnu

error: aborting due to previous error