Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make tests fail if ASan finds an errors (#10005)
The AddressSanitizer also loads the LeakSanitizer flags and even though the documentation suggests that exitcode can be set per sanitizer, this doesn't appear to be the case and our tests exit with code 0 after the AddressSanitizer found a problem. After this change, around 100 tests will fail due to several issues.
- Loading branch information