Releases: nextest-rs/nextest
nextest-runner 0.78.0-rc.2
nextest-runner-0.78.0-rc.2 [nextest-runner] version 0.78.0-rc.2
nextest-runner 0.78.0-rc.1
nextest-runner-0.78.0-rc.1 [nextest-runner] version 0.78.0-rc.1
cargo-nextest 0.9.95-rc.2
Display formatting improvements.
cargo-nextest 0.9.95-rc.1
Added
You can now mark leaky tests as failed rather than passed (docs upcoming). The default is still to treat them as passed.
Fixed
Fixed an occasional hang on Linux with libtest JSON output. For more details, see #2316.
nextest-runner 0.77.0
nextest-runner-0.77.0 [nextest-runner] version 0.77.0
cargo-nextest 0.9.94
Added
Official binaries are now available for aarch64-pc-windows-msvc (Windows on ARM). Installation instructions are available at Pre-built binaries under Other platforms.
Fixed
On Unix platforms, nextest will no longer attempt to set up input handling if it isn't in the foreground process group of the controlling terminal. This addresses a hang with commands like watchexec: these commands forward standard input to nextest (so is_terminal
returns true), but do not give nextest full terminal control.
There are still some reports of watchexec hangs even with this change; we'll track them down and fix bugs as necessary.
nextest-runner 0.77.0-rc.1
nextest-runner-0.77.0-rc.1 [nextest-runner] version 0.77.0-rc.1
cargo-nextest 0.9.94-rc.1
Added
Official binaries are now available for aarch64-pc-windows-msvc (Windows on ARM). Release links TBD.
Fixed
On Unix platforms, nextest will no longer attempt to set up input handling if it isn't part of the foreground process group. This addresses a hang with watchexec.
nextest-runner 0.76.0
nextest-runner-0.76.0 [nextest-runner] version 0.76.0
cargo-nextest 0.9.93
Fixed
- If
cargo metadata
fails, print the command that failed to execute. This works around possibly-broken Cargo installations producing no output. - Update ring to address GHSA-4p46-pwfr-66x6.