-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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/godoc: fix TestWeb failures for <1.11 releases #26531
Comments
Perhaps related to this earlier error?
|
Perhaps, although that was changed on 13th June. golang/tools@02fcd6a. I am unable to see all results from the |
@ianthehat, is this related to the work on x/tools/go/packages? |
I don't believe so, x/tools/go/packages is a higher level abstraction that uses golang.org/x/tools/go/gcexportdata to load export data itself. |
I think I have figured it out. It is this test which is actually failing in 1.10 and 1.9.
And that is due to @bradfitz's latest changes to show version info in godoc. It is checking for text which has only been added in 1.11. Hence those are failing for 1.10 and 1.9. I am going to repurpose this bug to fix this since I see a clear reason for the failure. I don't see the gcimporter_test.go failures any more. It is just TestWeb failures now. We can create a new issue if we see that again. |
Change https://golang.org/cl/125755 mentions this issue: |
Change https://golang.org/cl/125816 mentions this issue: |
Updates golang/go#11811 Updates golang/go#26531 Change-Id: I9cc7daf551b76c3f06b9dd827c5733513c06895e Reviewed-on: https://go-review.googlesource.com/125816 Run-TryBot: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Agniva De Sarker <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
https://build.golang.org/?repo=golang.org%2fx%2ftools.
I see failures across all platforms.
Mostly it is this line which is getting repeated in all the test logs-
A couple of the failures -
https://build.golang.org/log/af9e4d76623dc0222c893aea9fb08594d936c271
https://build.golang.org/log/572376bd9dd8e6c81e37c95d587d030c25291b66
Looks like a valid failure which needs to be fixed. Please feel free to correct me if I am wrong.
The text was updated successfully, but these errors were encountered: