-
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
x/exp/errors/fmt: TestPanics broken #30622
Comments
This is failure is consistent on the |
Issue #32528 has been resolved, and so the tests for the |
I'm not familiar enough with this code to know how the test should be fixed. I can send a CL to skip this test on builders with a reference to this issue. It'd be good to have a fix sooner so that trybots can succeed on x/exp. |
Change https://golang.org/cl/196034 mentions this issue: |
Now that golang/go#32528 has been resolved and inner modules are being tested too, disable this failing test until it can be fixed. We don't want to distract people trying to do other work in x/exp with trybot failures. Updates golang/go#30622 Change-Id: Ia6f9c2b64100c7a9056a013453caf6e6c76177ad Reviewed-on: https://go-review.googlesource.com/c/exp/+/196034 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This is still showing up on the Regardless, we shouldn't only hide the failure from the builders: end users may reasonably try to run |
Change https://golang.org/cl/204078 mentions this issue: |
Fixing the tests is trivial. Why not do that? Sent a CL. |
Change https://golang.org/cl/204140 mentions this issue: |
The test has been fixed in CL 204078, so there isn't a need to skip it on builders anymore. Updates golang/go#30622 Change-Id: I88aeed35f963a9cdfe9b5ee6241956d23c2d23ad Reviewed-on: https://go-review.googlesource.com/c/exp/+/204140 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
From tip: https://build.golang.org/log/5dd20c71b5e4d2d29ae2230ab47058abb52d88e5
The text was updated successfully, but these errors were encountered: