Skip to content

Commit ec71ad7

Browse files
committed
Auto merge of #155253 - JonathanBrouwer:rollup-lERdTAB, r=JonathanBrouwer
Rollup of 19 pull requests Successful merges: - rust-lang/rust#155162 (relnotes for 1.95) - rust-lang/rust#140763 (Change codegen of LLVM intrinsics to be name-based, and add llvm linkage support for `bf16(xN)` and `i1xN`) - rust-lang/rust#153604 (Fix thread::available_parallelism on WASI targets with threads) - rust-lang/rust#154193 (Implement EII for statics) - rust-lang/rust#154389 (Add more robust handling of nested query cycles) - rust-lang/rust#154435 (resolve: Some import resolution cleanups) - rust-lang/rust#155236 (Normalize individual predicate of `InstantiatedPredicates` inside `predicates_for_generics`) - rust-lang/rust#155243 (cg_ssa: transmute between scalable vectors) - rust-lang/rust#153941 (tests/debuginfo/basic-stepping.rs: Explain why all lines are not steppable) - rust-lang/rust#154587 (Add --verbose-run-make-subprocess-output flag to suppress verbose run-make output for passing tests) - rust-lang/rust#154624 (Make `DerefPure` dyn-incompatible) - rust-lang/rust#154929 (Add `const Default` impls for `LazyCell` and `LazyLock`) - rust-lang/rust#154944 (Small refactor of `arena_cache` query values) - rust-lang/rust#155055 (UI automation) - rust-lang/rust#155062 (Move tests from `tests/ui/issues/` to appropriate directories) - rust-lang/rust#155131 (Stabilize feature `uint_bit_width`) - rust-lang/rust#155147 (Stabilize feature `int_lowest_highest_one`) - rust-lang/rust#155174 (Improve emission of `UnknownDiagnosticAttribute` lint) - rust-lang/rust#155194 (Fix manpage version replacement and use verbose version)
2 parents bc20942 + 8282dbe commit ec71ad7

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

src/tests/compiletest.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,15 @@ However, revisions or building auxiliary via directives are not currently suppor
460460
`rmake.rs` and `run-make-support` may *not* use any nightly/unstable features,
461461
as they must be compilable by a stage 0 rustc that may be a beta or even stable rustc.
462462

463+
By default, run-make tests print each subprocess command and its stdout/stderr.
464+
When running with `--no-capture` on `panic=abort` test suites (such as `cg_clif`),
465+
this can flood the terminal. Omit `--verbose-run-make-subprocess-output` to
466+
suppress this output for passing tests — failing tests always print regardless:
467+
468+
```bash
469+
./x test tests/run-make --no-capture --verbose-run-make-subprocess-output=false
470+
```
471+
463472
#### Quickly check if `rmake.rs` tests can be compiled
464473

465474
You can quickly check if `rmake.rs` tests can be compiled without having to

0 commit comments

Comments
 (0)