-
Notifications
You must be signed in to change notification settings - Fork 17.9k
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
runtime: frequent TestSegv failures on linux-mips64le-mengzhuo #50605
Comments
Change https://golang.org/cl/378554 mentions this issue: |
(If we add a skip for this test, this issue can be moved to the Backlog milestone.) |
Also adjust other skips to actually call t.Skip, so that the test correctly shows as skipped instead of passing. For #50605 Change-Id: Ied482f231a879224c5a92e2c47a6b21c1593a7da Reviewed-on: https://go-review.googlesource.com/c/go/+/378554 Trust: Bryan Mills <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Run-TryBot: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
I'll take a look. |
A similar failure also occurred on |
Duplicate of #50979 |
Also adjust other skips to actually call t.Skip, so that the test correctly shows as skipped instead of passing. For golang#50605 Change-Id: Ied482f231a879224c5a92e2c47a6b21c1593a7da Reviewed-on: https://go-review.googlesource.com/c/go/+/378554 Trust: Bryan Mills <[email protected]> Reviewed-by: Michael Pratt <[email protected]> Run-TryBot: Bryan Mills <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
(Pulled out from #49182; CC @prattmic @cherrymui.)
runtime.TestSegv
is still failing periodically on thelinux-mips64le-mengzhuo
builder (CC @mengzhuo).A skip was added on
386
for #50504, but that skip does not apply tomips64le
. It also isn't obvious to me why this doesn't show up on the other MIPS builders (especiallylinux-mips64le-rtrk
).greplogs --dashboard -md -l -e '(?ms)\Alinux-mips.*FAIL: TestSegv'
2022-01-13T23:35:37-e550c30/linux-mips64le-mengzhuo
2021-12-04T04:41:31-cd5f2cf/linux-mips64le-mengzhuo
2021-11-24T21:11:45-b77f5f9/linux-mips64le-mengzhuo
2021-11-17T04:55:12-1d004fa/linux-mips64le-mengzhuo
2021-11-12T23:07:01-c8d6ee1/linux-mips64le-mengzhuo
2021-11-04T14:54:46-00d6d20/linux-mips64le-mengzhuo
The text was updated successfully, but these errors were encountered: