-
Notifications
You must be signed in to change notification settings - Fork 91
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
Iterate on blacklisting support #186
Comments
I've always seen "build" as both cargo build and cargo test --no-run - so I don't think we need more than just build vs. test distinction. |
Done, sent PR #187.
Also in #187. By the way, this was always the case with the build-only crater run: successful builds were marked as "test-pass", and I kept this behavior in the original PR.
I'll investigate tomorrow. By the way, another thing I noticed after the PR was merged is that currently crates are just skipped in the |
That was an existing bug that showed thanks to
PR sent for this: #188. |
I think I'm ready to give this another shot on the next crater run - only #188 from the flurry of PRs @pietroalbini created is still open, and that's just for speedup purposes. |
A few days ago I started another run (including #188) with the config.toml per the OP. Sorry, I forgot to comment here. |
http://cargobomb-reports.s3.amazonaws.com/pr-48270/index.html is the result - looks awesome! I'll create a PR based on consistent failures across the last few runs and we can speed up our crater runs! One note about accel - by bundling |
This issue is done. |
Following up on #100 and the PR that adds a blacklist (many thanks for the great work @pietroalbini!), I tried this on a box:
(just some random consistent failures I noticed)
and got these results - http://cargobomb-reports.s3.amazonaws.com/pr-46785/index.html
Observations:
The text was updated successfully, but these errors were encountered: