-
Notifications
You must be signed in to change notification settings - Fork 86
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
Surfman tests freeze on "chains sm-no-wgl sm-angle-builtin" #329
Comments
One thread (test_context_sharing) is at
|
using 1 test threads doesn't work, but running test one by one (manually) works so I guess test are not really isolated. |
I am wondering if removing serial and only limiting test threads would work. |
It wont. Actually using |
I think the real problem is tear down (dropping) that poisons something. |
runs:
https://github.com/servo/surfman/actions/runs/12647771161/job/35240794466
https://github.com/servo/surfman/actions/runs/12630057884/job/35189122571
also happens on main
I suspect there might be mutex deadlock.
The text was updated successfully, but these errors were encountered: