-
Notifications
You must be signed in to change notification settings - Fork 22
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
fail with "panic: unexpected call to os.Exit(0) during test" #67
Comments
Specifying |
@hajimehoshi - It seems like calling Is the question about why is there an |
The test failed even without calling https://github.com/hajimehoshi/ebiten/actions/runs/10651168008/job/29523427131
My question is why the panic happens. The panic started to happen wihtout changing anything on my side so this was mysterious. I am not sure where is the culprit is, but I wanted to share this situation. Isn't the flag |
If you have any insights, I'd be happy if you could invetigate this. Otherwise, we can close this issue. |
The panic must happen from an Nevertheless, I'll take a look at the exception when I get some time. |
This value is false by default so |
Is wasm_exec.js version matched correctly? This has changed a bit in 1.23. |
The current Go version's wasm_exec.js should be used. |
I'm wondering if this problem still exists with the latest codebase and Go versions? I suspect it may be a runtime issue. |
AFAIR, This happens only in GitHub Actions, so it is pretty tricky to reproduce the issue. |
This does make things much more troublesome now, and I shouldn't have much time to work on this lately. Does using the |
I am not sure this is an issue in wasmbrowsertest, but let me share the issue.
https://github.com/hajimehoshi/ebiten/actions/runs/10651026325/job/29523110919
The text was updated successfully, but these errors were encountered: