-
Notifications
You must be signed in to change notification settings - Fork 18k
cmd/go: TestScript/mod_install_versioned consistently failing on macOS High Sierra #27221
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
Comments
What is the value of |
And the |
|
Thanks. The problem is that So this is not an actual test failure, but is rather a bug in the test harness that shows up in your environment. I'll send a fix. |
That makes sense, thank you @ianlancetaylor. |
Change https://golang.org/cl/131398 mentions this issue: |
@ianlancetaylor |
Change https://golang.org/cl/131399 mentions this issue: |
…$WORK If $WORK happens to contain the string that a stdout/stderr/grep command is searching for, a negative grep command will fail incorrectly. Fixes #27170 Fixes #27221 Change-Id: I84454d3c42360fe3295c7235d388381525eb85b4 Reviewed-on: https://go-review.googlesource.com/131398 Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Bryan C. Mills <bcmills@google.com> (cherry picked from commit e3106b455b74c91db94e8e1abf2342b5b5aec7b1) Reviewed-on: https://go-review.googlesource.com/131399 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
What version of Go are you using (
go version
)?Go 1.11
Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?What did you do?
Tried installing Go 1.11 from source with
It seems to install, but then
TestScript/mod_install_versioned
fails, so the tests do not complete:I can reproduce this by going into
src/cmd/go
and runninggo test -run TestScript
.What did you expect to see?
Tests to pass after installing Go 1.11 from source on macOS.
What did you see instead?
TestScript/mod_install_versioned
failure.The text was updated successfully, but these errors were encountered: