From ef9217e7bd9c854e4f8d2d79ff8aec550130cbc4 Mon Sep 17 00:00:00 2001 From: Richard Musiol Date: Sun, 4 Mar 2018 12:18:32 +0100 Subject: net: add js/wasm architecture This commit adds the js/wasm architecture to the net package. The net package is not supported by js/wasm, but a simple fake networking is available so tests of other packages that require basic TCP sockets can pass. The tests of the net package itself are mostly disabled. Updates #18892 Change-Id: Id287200c39f0a3e23d20ef17260ca15ccdcca032 Reviewed-on: https://go-review.googlesource.com/109995 Run-TryBot: Brad Fitzpatrick TryBot-Result: Gobot Gobot Reviewed-by: Brad Fitzpatrick --- src/net/http/cgi/host_test.go | 1 + 1 file changed, 1 insertion(+) (limited to 'src/net/http/cgi') diff --git a/src/net/http/cgi/host_test.go b/src/net/http/cgi/host_test.go index ed8b919fb3..1790d5de98 100644 --- a/src/net/http/cgi/host_test.go +++ b/src/net/http/cgi/host_test.go @@ -502,6 +502,7 @@ func TestDirWindows(t *testing.T) { } func TestEnvOverride(t *testing.T) { + check(t) cgifile, _ := filepath.Abs("testdata/test.cgi") var perl string -- cgit v1.3