Mention needs-sanitizer-hwaddress directive

This commit is contained in:
Tomasz Miąsko 2021-09-19 00:00:00 +00:00 committed by Joshua Nelson
parent af8c2d2c7d
commit 84e40d7cbb
1 changed files with 4 additions and 3 deletions

View File

@ -208,9 +208,10 @@ source.
`profiler = true` in rustc's `config.toml`.
* `needs-sanitizer-support` - a sanitizer runtime is required, i.e.,
`sanitizers = true` in rustc's `config.toml`.
* `needs-sanitizer-{address,leak,memory,thread}` - indicates that test
requires a target with a support for AddressSanitizer, LeakSanitizer,
MemorySanitizer or ThreadSanitizer respectively.
* `needs-sanitizer-{address,hwaddress,leak,memory,thread}` - indicates that
test requires a target with a support for AddressSanitizer, hardware-assisted
AddressSanitizer, LeakSanitizer, MemorySanitizer or ThreadSanitizer
respectively.
* `error-pattern` checks the diagnostics just like the `ERROR` annotation
without specifying error line. This is useful when the error doesn't give
any span.