-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: TestRepoRootForImportPath fails #15979
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
Labels
FrozenDueToAge
Testing
An issue that has been verified to require only test changes, not just a test failure.
Milestone
Comments
As far as I can see, this test has been broken since it was submitted in https://golang.org/cl/23135, but nobody noticed because the test does not run with -test.short as used on the builders. I asked on the CL what the intent is. |
Bother. I'll jump on this right away - sorry. |
Any status update, @emonty? |
CL https://golang.org/cl/24645 mentions this issue. |
Should be fixed by afccfb8. |
gopherbot
pushed a commit
that referenced
this issue
Jul 4, 2016
The original intent of the code was to allow both with and without .git suffix for now to allow a transition period. The noVCSSuffix check was a copy pasta error. Fixes #15979. Change-Id: I3d39aba8d026b40fc445244d6d01d8bc1979d1e4 Reviewed-on: https://go-review.googlesource.com/24645 Reviewed-by: Ian Lance Taylor <[email protected]>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
FrozenDueToAge
Testing
An issue that has been verified to require only test changes, not just a test failure.
At tip:
This test doesn't run in
-short
mode, which is probably why no one noticed. (We could really use a builder that runs the full tests.)The text was updated successfully, but these errors were encountered: