-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Test infrastructure: add an option to only rerun tests that have failed #3798
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
Comments
This isn't a bug, but I think it's a good candidate for the spree because it doesn't require lots of prior compiler knowledge and having this implemented would help all compiler hackers. For context scala 2's partest leaves |
Thanks, I needed this recently because I'm still bad at running dotty tests. The label should be |
- testCompilation supports running only failed tests with --failed argument fixes #3798
- testCompilation supports running only failed tests with --failed argument fixes scala#3798
- testCompilation supports running only failed tests with --failed argument
scalac partest supports this with --failed.
The text was updated successfully, but these errors were encountered: