You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a segmentation violation errors in some tests during tinygo build <...> invocation. They start failing very recently after this change (this is not necessarily connected) and not in every run.
Full error message can be seen by following below links, message in both cases more or less similar:
This is code which tinygo failed to compile -> plugin.go.
I can't reproduce this locally. Tried testing with Ubuntu 22.04 and older Ubuntu 20.04 with exact same Go and TinyGo versions as in failing tests, but everything worked well.
So this seems to be some sort of flaky test, probably environment-dependent (github runner).
We have a segmentation violation errors in some tests during
tinygo build <...>
invocation. They start failing very recently after this change (this is not necessarily connected) and not in every run.Full error message can be seen by following below links, message in both cases more or less similar:
This error happens with different versions of
tinygo
. For example:This is code which
tinygo
failed to compile -> plugin.go.I can't reproduce this locally. Tried testing with Ubuntu 22.04 and older Ubuntu 20.04 with exact same Go and TinyGo versions as in failing tests, but everything worked well.
So this seems to be some sort of flaky test, probably environment-dependent (github runner).
To reproduce you need to clone https://github.com/knqyf263/go-plugin and run
make test
.The text was updated successfully, but these errors were encountered: