]> Cypherpunks repositories - gostls13.git/commit
net, runtime: drop macOS 10.12 skip conditions in tests
authorTobias Klauser <tklauser@distanz.ch>
Mon, 10 May 2021 12:52:22 +0000 (14:52 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Mon, 10 May 2021 15:49:50 +0000 (15:49 +0000)
commit82517acae866d60a9754d44d004bfa159e656c07
tree4cddd76f4b4ad0bef5d68554d993a59e271fa1a7
parent031854117f91fbc1265840a04caf2a7a168dd06b
net, runtime: drop macOS 10.12 skip conditions in tests

Go 1.17 requires macOS 10.13 or later. Thus, drop the special cases for
the darwin-amd64-10_12 builder added in CL 202618.

Updates #22019
Updates #23011
Updates #32919

Change-Id: Idef11c213dfb25fd002b7cda6d425cf2e26a2e06
Reviewed-on: https://go-review.googlesource.com/c/go/+/318329
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/net/dial_test.go
src/net/server_test.go
src/runtime/crash_test.go