File tree 1 file changed +7
-0
lines changed
1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -185,6 +185,13 @@ source.
185
185
errors when usage of a gated feature is attempted without the proper
186
186
` #![feature(X)] ` tag. Each unstable lang feature is required to
187
187
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.
188
195
189
196
[ `header.rs` ] : https://github.com/rust-lang/rust/tree/master/src/tools/compiletest/src/header.rs
190
197
[ bless ] : ./running.md#editing-and-updating-the-reference-files
You can’t perform that action at this time.
0 commit comments