]> Cypherpunks repositories - gostls13.git/commit
vendor: update x/net/internal/nettest for aix support
authorTobias Klauser <tklauser@distanz.ch>
Wed, 28 Nov 2018 08:33:19 +0000 (09:33 +0100)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 28 Nov 2018 16:27:48 +0000 (16:27 +0000)
commit71f9f4b84b2974acf723ea78c1c6eb82d6755794
tree0c3c7e08ce0ee34e8ddba8b0382a0c734c700530
parent5966c2f4ec35c0f1ad53331c552a35f5f6cb3eea
vendor: update x/net/internal/nettest for aix support

Update golang.org/x/net/internal/nettest to x/net git rev 9b4f9f5ad519
for:

   internal/nettest: add AIX operating system
   https://golang.org/cl/144077

This fixes the build failure of the vendored x/net/internal/nettest on
aix/ppc64.

Additionally this also pulls in:

  all: re-adjust build constraints for JS and NaCl
  https://golang.org/cl/122539

Updates #25893

Change-Id: I9abefc7d4ad158e9e68913362f7f1320321d6f5f
Reviewed-on: https://go-review.googlesource.com/c/151301
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/vendor/golang_org/x/net/internal/nettest/helper_nobsd.go
src/vendor/golang_org/x/net/internal/nettest/helper_posix.go
src/vendor/golang_org/x/net/internal/nettest/helper_stub.go
src/vendor/golang_org/x/net/internal/nettest/helper_unix.go
src/vendor/golang_org/x/net/internal/nettest/stack.go