-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
http package fails test #1117
Labels
Comments
export DISABLE_NET_TESTS=1 ./all.bash Sorry about the trouble. Status changed to Duplicate. Merged into issue #20. |
I tried that, but now I get a different problem (which I guess means that the DISABLE_NET_TESTS=1 doesn't cover everything?). Also, I have a networked machine so don't really understand why these tests wouldn't work (unless they involve google internal servers). Anyway here's the problem: cd netchan && gomake test make[1]: Entering directory `/home/mark/opt/go/src/pkg/netchan' gotest make[2]: Entering directory `/home/mark/opt/go/src/pkg/netchan' rm -f _test/netchan.a _gotest_.8 make[2]: Leaving directory `/home/mark/opt/go/src/pkg/netchan' make[2]: Entering directory `/home/mark/opt/go/src/pkg/netchan' 8g -o _gotest_.8 common.go export.go import.go netchan_test.go rm -f _test/netchan.a gopack grc _test/netchan.a _gotest_.8 make[2]: Leaving directory `/home/mark/opt/go/src/pkg/netchan' --- FAIL: netchan.TestExportSendImportReceive new exporter: listen tcp 127.0.0.1:0: invalid argument --- FAIL: netchan.TestExportReceiveImportSend new exporter: listen tcp 127.0.0.1:0: invalid argument --- FAIL: netchan.TestClosingExportSendImportReceive new exporter: listen tcp 127.0.0.1:0: invalid argument --- FAIL: netchan.TestExportDrain new exporter: listen tcp 127.0.0.1:0: invalid argument --- FAIL: netchan.TestExportSync new exporter: listen tcp 127.0.0.1:0: invalid argument FAIL make[1]: *** [test] Error 1 make[1]: Leaving directory `/home/mark/opt/go/src/pkg/netchan' make: *** [netchan.test] Error 2 |
This issue was closed.
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The text was updated successfully, but these errors were encountered: