| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2023-01-11 | Move /src/test to /tests | Albert Larsan | -29/+0 | |
| 2020-12-10 | Fix typo in code comment | Corey Farwell | -1/+1 | |
| 2020-06-13 | compiletest: Add directives to detect sanitizer support | Tomasz Miąsko | -1/+1 | |
| Add needs-sanitizer-{address,leak,memory,thread} directive indicating that test requires target with support for specific sanitizer. This is an addition to the existing needs-sanitizer-support directive indicating that test requires a sanitizer runtime library. | ||||
| 2020-02-05 | Selectively disable sanitizer instrumentation | Tomasz Miąsko | -0/+29 | |
| Add `no_sanitize` attribute that allows to opt out from sanitizer instrumentation in an annotated function. | ||||
