Skip to content

Commit 580be66

Browse files
authored
Rollup merge of #147633 - GuillaumeGomez:bypass-ignore-backends, r=kobzol
Add new `--bypass-ignore-backends` option Fixes rust-lang/rust#147063. It adds a new option to `bootstrap` to allow to ignore `//@ ignore-backends` statements in tests. cc ```@jieyouxu``` ```@antoyo``` r? ```@Kobzol```
2 parents 39ba0f3 + 1a50906 commit 580be66

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/tests/directives.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,9 @@ settings:
207207
on `wasm32-unknown-unknown` target because the target does not support the
208208
`proc-macro` crate type.
209209
- `needs-target-std` — ignores if target platform does not have std support.
210-
- `ignore-backends` — ignores the listed backends, separated by whitespace characters.
210+
- `ignore-backends` — ignores the listed backends, separated by whitespace characters. Please note
211+
that this directive can be overriden with the `--bypass-ignore-backends=[BACKEND]` command line
212+
flag.
211213
- `needs-backends` — only runs the test if current codegen backend is listed.
212214

213215
The following directives will check LLVM support:

0 commit comments

Comments
 (0)