File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,13 @@ source.
185185 errors when usage of a gated feature is attempted without the proper
186186 ` #![feature(X)] ` tag. Each unstable lang feature is required to
187187 have a gate test.
188+ * ` needs-profiler-support ` - a profiler runtime is required, i.e.,
189+ ` profiler = true ` in rustc's ` config.toml ` .
190+ * ` needs-sanitizer-support ` - a sanitizer runtime is required, i.e.,
191+ ` sanitizers = true ` in rustc's ` config.toml ` .
192+ * ` needs-sanitizer-{address,leak,memory,thread} ` - indicates that test
193+ requires a target with a support for AddressSanitizer, LeakSanitizer,
194+ MemorySanitizer or ThreadSanitizer respectively.
188195
189196[ `header.rs` ] : https://github.com/rust-lang/rust/tree/master/src/tools/compiletest/src/header.rs
190197[ bless ] : ./running.md#editing-and-updating-the-reference-files
You can’t perform that action at this time.
0 commit comments