-
Notifications
You must be signed in to change notification settings - Fork 25
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
Sometimes, no summary is printed at the end #238
Comments
Yea looks like if rendering takes too long, we may exit before finishing rendering |
Possibly related, I am also often getting this when a test fails:
No details of the actual failure is printed. Needless to say, that makes debugging kind of tricky ;) |
This was referenced Jun 19, 2024
2 tasks
2 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running
./test.sh
in MiniRust sometimes looks like this:Somehow, properly marking all tests as finished and printing the summary with the number of passed tests is skipped. This is non-deterministic, so likely a race condition.
I have not seen this happen before minirust/minirust#188 landed.
The text was updated successfully, but these errors were encountered: