compiletest: Remove the `--logfile` flag by Zalathar · Pull Request #139528 · rust-lang/rust
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
added
A-testsuite
labels
Apr 8, 2025
bors
added
S-waiting-on-bors
and removed S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.labels
Apr 8, 2025rust-timer added a commit to rust-lang-ci/rust that referenced this pull request
Apr 9, 2025Rollup 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, 2025This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters