Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Incorrect error handling for processes that fail to spawn on windows #1778

Closed
brson opened this issue Feb 7, 2012 · 0 comments
Closed

Incorrect error handling for processes that fail to spawn on windows #1778

brson opened this issue Feb 7, 2012 · 0 comments
Labels
O-windows Operating system: Windows

Comments

@brson
Copy link
Contributor

brson commented Feb 7, 2012

Described in #1722, on the windows build (at least) rustc has been hanging when various sub-utilities (like rm) are not available on the PATH.

nikomatsakis pushed a commit to nikomatsakis/rust that referenced this issue Mar 21, 2012
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Users can now select a subset of harnesses to run using `--harness` multiple times. Previously users could either run a single harness or they had to run them all.

For the example provided in rust-lang#1778:
```rust
// example.rs
#[kani::proof]
fn a() {}
#[kani::proof] 
fn b() {}
#[kani::proof] 
fn c() {std::unimplemented!();}
```

Users can select harnesses `a` and `b` by running:
```bash
$ kani example.rs --harness a --harness b
```

In case of multiple matches, Kani will run all harnesses that matches at least one of the `--harness` argument.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-windows Operating system: Windows
Projects
None yet
Development

No branches or pull requests

2 participants