compiletest: Remove the `--logfile` flag by Zalathar · Pull Request #139528 · rust-lang/rust

@Zalathar

This flag is deprecated in libtest, and there's no evidence in-tree of this
flag actually being passed to compiletest.

(For detailed information about test results, bootstrap parses JSON output from
compiletest instead.)

@rustbot rustbot added A-testsuite

Area: The testsuite used to check the correctness of rustc

S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

T-bootstrap

Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

labels

Apr 8, 2025

jieyouxu

@bors bors added S-waiting-on-bors

Status: Waiting on bors to run and complete tests. Bors will change the label on completion.

and removed S-waiting-on-review

Status: Awaiting review from the assignee but also interested parties.

labels

Apr 8, 2025

bors added a commit to rust-lang-ci/rust that referenced this pull request

Apr 8, 2025

bors added a commit to rust-lang-ci/rust that referenced this pull request

Apr 9, 2025

rust-timer added a commit to rust-lang-ci/rust that referenced this pull request

Apr 9, 2025
Rollup merge of rust-lang#139528 - Zalathar:no-logfile, r=jieyouxu

compiletest: Remove the `--logfile` flag

This flag is deprecated in libtest (rust-lang#134283), and there's no evidence in-tree of this flag actually being passed to compiletest.

For detailed information about test results, bootstrap parses JSON output from compiletest instead (rust-lang#108659).

As part of my experimental work on removing the libtest dependency from compiletest, it's useful to be able to disconnect libtest functionality that isn't needed.

github-actions bot pushed a commit to model-checking/verify-rust-std that referenced this pull request

Apr 19, 2025