Skip to content

Commit cec5879

Browse files
tmiaskojyn514
authored andcommitted
Mention needs-sanitizer-hwaddress directive
1 parent 72906c9 commit cec5879

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: src/tests/adding.md

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

0 commit comments

Comments
 (0)