Skip to content

Commit f2e64db

Browse files
committed
Auto merge of #150481 - matthiaskrgr:rollup-f5b2wkm, r=matthiaskrgr
Rollup of 6 pull requests Successful merges: - rust-lang/rust#150108 (Offload: Build offload as a single Step) - rust-lang/rust#150262 (slice iter cleanup: replace checked_sub with saturating_sub) - rust-lang/rust#150427 (add has_offload/needs-offload to the test infra) - rust-lang/rust#150458 (fix running stdlib doctests in Miri in CI) - rust-lang/rust#150477 (Fix enum variant suggestion consuming trailing parenthesis) - rust-lang/rust#150478 (Fix new bors config) r? `@ghost` `@rustbot` modify labels: rollup
2 parents 0267c0e + 40d19dd commit f2e64db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/tests/directives.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,8 @@ settings:
213213
that this directive can be overriden with the `--bypass-ignore-backends=[BACKEND]` command line
214214
flag.
215215
- `needs-backends` — only runs the test if current codegen backend is listed.
216+
- `needs-offload` — ignores if our LLVM backend was not built with offload support.
217+
- `needs-enzyme` — ignores if our Enzyme submodule was not built.
216218

217219
The following directives will check LLVM support:
218220

0 commit comments

Comments
 (0)