generated from amazon-archives/__template_Apache-2.0
-
Notifications
You must be signed in to change notification settings - Fork 141
Open
Labels
T-RFCLabel RFC PRs and IssuesLabel RFC PRs and Issues[C] Feature / EnhancementA new feature request or enhancement to an existing feature.A new feature request or enhancement to an existing feature.
Description
Requested feature: The current harness runner is built on top of the previous single-harness runner we had. There's lots to improve in terms of UX here, starting from a distributed design which allows us to decouple harness runners from the main Kani driver. Progression is another area to improve: We could show dot-based progress similar to how it's done other tools (e.g., cargo test -q), but with more colors to represent a wider set of states (unwinding, SAT-solving, etc.).
Use case: Running multiple harnesses.
Link to relevant documentation (Rust reference, Nomicon, RFC): cargo test - display options
Test case:
<code>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
T-RFCLabel RFC PRs and IssuesLabel RFC PRs and Issues[C] Feature / EnhancementA new feature request or enhancement to an existing feature.A new feature request or enhancement to an existing feature.