Skip to content

Commit 0e3bbb6

Browse files
authored
Rollup merge of #137074 - jieyouxu:rustc_abi, r=onur-ozkan
compiletest: add `{ignore,only}-rustc_abi-x86-sse2` directives As requested in https://rust-lang.zulipchat.com/#narrow/channel/131828-t-compiler/topic/compiletest.20target.20selection.20is.20way.20too.20rigid, cc `@RalfJung` r? bootstrap (or compiler)
2 parents 9524993 + f32fc55 commit 0e3bbb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/directives.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,7 @@ Some examples of `X` in `ignore-X` or `only-X`:
154154
`ignore-coverage-map`, `ignore-coverage-run`
155155
- When testing a dist toolchain: `dist`
156156
- This needs to be enabled with `COMPILETEST_ENABLE_DIST_TESTS=1`
157+
- The `rustc_abi` of the target: e.g. `rustc_abi-x86_64-sse2`
157158

158159
The following directives will check rustc build settings and target
159160
settings:

0 commit comments

Comments
 (0)