wasmtime-go icon indicating copy to clipboard operation
wasmtime-go copied to clipboard

tests failed on wasmtime v0.35.3

Open howjmay opened this issue 3 years ago • 3 comments

Multiple tests can't pass under wasmtime v0.35.3

howjmay avatar Apr 13 '22 14:04 howjmay

Thanks for the report! Can you post the logs of what's failing?

alexcrichton avatar Apr 13 '22 16:04 alexcrichton

One of the log I saw include

=== RUN   TestTrapFrames
--- FAIL: TestTrapFrames (0.01s)
panic: expected 3 frames [recovered]
	panic: expected 3 frames

After examination, I think failure happened only in trap_test.go. I met no errors in other files.

howjmay avatar Apr 13 '22 16:04 howjmay

Is this still relevant? 0.39.0 is the latest release... 🤔

srenatus avatar Jul 29 '22 11:07 srenatus