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