Skip to content

Commit 866efc3

Browse files
committed
Auto merge of #151409 - GuillaumeGomez:rollup-bDqwVwM, r=GuillaumeGomez
Rollup of 6 pull requests Successful merges: - rust-lang/rust#147611 (Stabilize `-Zremap-path-scope`) - rust-lang/rust#149058 (FCW Lint when using an ambiguously glob imported trait) - rust-lang/rust#149644 (Create x86_64-unknown-linux-gnuasan target which enables ASAN by default) - rust-lang/rust#150524 (Test that -Zbuild-std=core works on a variety of profiles) - rust-lang/rust#151394 (Fix typos: 'occured' -> 'occurred' and 'non_existant' -> 'non_existent') - rust-lang/rust#151396 (`rustc_queries!`: Don't push the `(cache)` modifier twice) r? @ghost
2 parents 3b7057e + 59c3057 commit 866efc3

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/tests/compiletest.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,10 @@ The following test suites are available, with links for more information:
7878

7979
[`run-make`](#run-make-tests) are general purpose tests using Rust programs.
8080

81+
### The build-std test suite
82+
83+
[`build-std`](#build-std-tests) test that -Zbuild-std works.
84+
8185
### Rustdoc test suites
8286

8387
| Test suite | Purpose |
@@ -429,6 +433,12 @@ use cases that require testing in-tree `cargo` in conjunction with in-tree `rust
429433
The `run-make` test suite does not have access to in-tree `cargo` (so it can be the
430434
faster-to-iterate test suite).
431435

436+
### `build-std` tests
437+
438+
The tests in [`tests/build-std`] check that `-Zbuild-std` works. This is currently
439+
just a run-make test suite with a single recipe. The recipe generates test cases
440+
and runs them in parallel.
441+
432442
#### Using Rust recipes
433443

434444
Each test should be in a separate directory with a `rmake.rs` Rust program,

0 commit comments

Comments
 (0)