-
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
cmd/compile/internal/ssa: TestNexting broken on longtest builder #31263
Comments
@dr2chase |
Neither do I, but there's a clear inflection point in the dashboard, and the other CLs around that point seem even less likely. |
The fact that the |
Change https://golang.org/cl/172423 mentions this issue: |
This test fails frequently in the longtest builder, and the failures on the build dashboard have masked two other regressions so far. Let's skip it until it can be fixed. Updates #31263 Change-Id: I82bae216ebc3c5fd395c27c72c196334a130af7d Reviewed-on: https://go-review.googlesource.com/c/go/+/172423 Run-TryBot: Bryan C. Mills <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> Reviewed-by: David Chase <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
This test is now skipped in the builders. It should still be fixed, but is no longer quite as urgent. |
It's back, but with a different subtest:
Are these important or should we skip this too? |
We skip it for now, sort it out during the freeze. |
This is probably fixed, because TestNexting now tests Delve instead of Gdb |
https://build.golang.org/log/accd72f95cd2dcfb4da4bee9029543f35d626fd1:
The first failure is at https://golang.org/cl/168479, but https://golang.org/cl/170639 seems like a more likely culprit. (CC @randall77 for both.)
The text was updated successfully, but these errors were encountered: