]> Cypherpunks repositories - gostls13.git/commit
all: fix tests for older versions of AIX 7.2
authorClément Chigot <clement.chigot@atos.net>
Fri, 2 Nov 2018 09:55:12 +0000 (10:55 +0100)
committerIan Lance Taylor <iant@golang.org>
Fri, 2 Nov 2018 13:44:27 +0000 (13:44 +0000)
commitbd4b6ca781e7e82580620011f8af2a7f11c5c239
tree6ba233e594fa5e4b412a9ae7b6eac4848af638e9
parent5ee06f547122b7417b70ada55bb0d633e2094d88
all: fix tests for older versions of AIX 7.2

This commit fixes tests which fail on some versions of AIX 7.2 due
to internal bugs.

getsockname isn't working properly with unix networks.

Timezone files aren't returning a correct output.

Change-Id: I4ff15683912be62ab86dfbeeb63b73513404d086
Reviewed-on: https://go-review.googlesource.com/c/146940
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/platform_test.go
src/time/zoneinfo_read.go