about summary refs log tree commit diff
path: root/compiler/rustc_pattern_analysis/src
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-09-25 11:30:12 +0000
committerbors <bors@rust-lang.org>2023-09-25 11:30:12 +0000
commitb4dc4f3c1c53295476635c153e0055ab0166c2a0 (patch)
tree9fc83654e3fc24c0411c580353a7a86dd64332da /compiler/rustc_pattern_analysis/src
parentefd04b6267f223c273ee0dc7dade7e05e93c824d (diff)
parent71aea48fc6e918922b069eb3346f54a33d9d7542 (diff)
downloadrust-b4dc4f3c1c53295476635c153e0055ab0166c2a0.tar.gz
rust-b4dc4f3c1c53295476635c153e0055ab0166c2a0.zip
Auto merge of #3008 - oli-obk:ui_test_progress_bars, r=RalfJung
bump ui test crate

The recommended way to run tests locally is `./miri bless -- -- --quiet`, which will show

* progress bars
* the currently running tests (allowing you to see which ones are still running towards the end of the test suite)
* the output of the currently running tests (if they are slow). This means slow running tests can output lines to `stderr` and the last line will be shown after the test name and updated every few hundred milliseconds.

As a side effect this PR also fixes #2998 and only builds dependencies if any tests actually need them (this means that with the next ui_test update we'll be able to merge all our test suites).

Also fixes https://github.com/rust-lang/miri/issues/3052.
Diffstat (limited to 'compiler/rustc_pattern_analysis/src')
0 files changed, 0 insertions, 0 deletions