Skip to content

go.exp/locale/search: broken by recent change to go test behavior #7982

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

Closed
davecheney opened this issue May 13, 2014 · 4 comments
Closed

go.exp/locale/search: broken by recent change to go test behavior #7982

davecheney opened this issue May 13, 2014 · 4 comments
Milestone

Comments

@davecheney
Copy link
Contributor

What steps will reproduce the problem?


1. update to rev e09975f9c771
2. % go test code.google.com/p/go.exp/locale/search

What is the expected output? What do you see instead?

Expected: 

ok      code.google.com/p/go.exp/locale/search  0.001s

Got:

# code.google.com/p/go.exp/locale/search_test
src/code.google.com/p/go.exp/locale/search/examples_test.go:8: can't find import:
"code.google.com/p/go.exp/locale/search"

Please use labels and text to provide additional information.

# code.google.com/p/go.exp/locale/search_test
src/code.google.com/p/go.exp/locale/search/examples_test.go:8: can't find import:
"code.google.com/p/go.exp/locale/search"
@davecheney
Copy link
Contributor Author

@josharian
Copy link
Contributor

Comment 2:

Was this fixed by https://code.google.com/p/go/source/detail?r=9dda71feeba5?

@gopherbot
Copy link
Contributor

Comment 3 by s.jegen:

It seems to have been fixed for me even before that commit:
$ go version
go version devel +b9c40afbd66c Tue May 13 09:53:47 2014 +0400 + linux/amd64
$ go test code.google.com/p/go.exp/locale/search
ok      code.google.com/p/go.exp/locale/search  0.002s
Version
go version devel +6e10ddc0bbc2 Tue May 13 12:17:49 2014 -0700 + linux/amd64
Works for me as well.

@josharian
Copy link
Contributor

Comment 4:

Confirmed fixed as of +2cd1027581fa.
I think the actual fix was https://golang.org/cl/96310043.

Status changed to Fixed.

@rsc rsc added this to the Go1.3 milestone Apr 14, 2015
@rsc rsc removed the release-go1.3 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants