about summary refs log tree commit diff
path: root/tests/ui/sanitizer/memory-eager.rs
AgeCommit message (Collapse)AuthorLines
2025-08-21-Zsanitize and -Zsanitizer-cfi-normalize-integers flags are now target ↵Andrew Zhogin-0/+2
modifiers with custom consistency check function
2025-07-04Workaround a MemorySanitizer test issueScott McMurray-2/+8
2025-01-21remove support for the #[start] attributeRalf Jung-3/+3
2024-02-29Move sanitizer ui tests to sanitizer directoryRamon de C Valle-0/+36
Moves the sanitizer ui tests to the sanitizer directory and removes the sanitizer prefix from tests file names similarly to how the sanitizer codegen tests are organized.