-
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
go test broken with parameters #33869
Comments
I just noticed that this is a duplicate of #33774 however I'd like to point out that this works on some platforms (windows) and not on others (darwin/openbsd). This inconsistent behavior between platforms will cause all kinds of headaches for people working on multiplatform code. Can all platforms at least fail the same way so that when a repo is migrated to 1.13 at least the tests will fail everywhere the same? |
It should fail on all platforms: the underlying problem is due to |
This is likely a duplicate of #31859, but it would be helpful to get more detail on the cross-platform aspect. |
Ignore the part about windows. Our developer on windows was not testing in the same directory. This can be closed as a duplicate. |
It looks like
go test
fails if any parameters are passed to it.For example:
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
It works fine with 1.12
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
go test -v
What did you expect to see?
Tests running.
What did you see instead?
The text was updated successfully, but these errors were encountered: