-
Notifications
You must be signed in to change notification settings - Fork 17.5k
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/tools/cmd/stringer: TestTags is broken with tip Go #30874
Comments
I don't think I'll have time to fix it today and I'm OOO next week. This probably needs an owner on the tools team (CC @ianthehat, @matloob). It looks like @jba modified this test after module mode was released in Go 1.11. Perhaps he has more context on what might need to be updated. |
Change https://golang.org/cl/167771 mentions this issue: |
…dule mode Updates golang/go#30874 Change-Id: I170ea99b3f06c8bc4cc624e86b80eeb852ea7115 Reviewed-on: https://go-review.googlesource.com/c/tools/+/167771 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
Okay, x/tools passes again with my temporary(?) hacky fix. I didn't look into why it was failing. I slapped the environment on and it worked, so somebody who knows this code should understand it more before we close this bug. |
…dule mode Updates golang/go#30874 Change-Id: I170ea99b3f06c8bc4cc624e86b80eeb852ea7115 Reviewed-on: https://go-review.googlesource.com/c/tools/+/167771 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
…dule mode Updates golang/go#30874 Change-Id: I170ea99b3f06c8bc4cc624e86b80eeb852ea7115 Reviewed-on: https://go-review.googlesource.com/c/tools/+/167771 Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
From https://golang.org/cl/c/tools/+/167860/2#message-67538dc441493e6d29b62dd5f94db08732c1b248, the test is failing with this error on all platforms with tip Go:
The text was updated successfully, but these errors were encountered: