]> Cypherpunks repositories - gostls13.git/commit
os: don't use wait6 on netbsd
authorTobias Klauser <tklauser@distanz.ch>
Thu, 7 Oct 2021 07:55:43 +0000 (09:55 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Thu, 7 Oct 2021 20:02:29 +0000 (20:02 +0000)
commit0f52292e72ebbb79b2d41c8dca8e23ef9597e17d
tree3bc551fe06e61716f7afcea7c2a304784098eac2
parent4ab3c1065eb38b90247f7ad46160fc5bb07ca2ed
os: don't use wait6 on netbsd

CL 315281 changed the os package use wait6 on netbsd. This seems to be
causing frequent test failures as reported in #48789. Revert that change
using wait6 on netbsd for now.

Updates #13987
Updates #16028
For #48789

Change-Id: Ieddffc65611c7f449971eaa8ed6f4299a5f742c2
Reviewed-on: https://go-review.googlesource.com/c/go/+/354249
Trust: Tobias Klauser <tobias.klauser@gmail.com>
Trust: Bryan C. Mills <bcmills@google.com>
Trust: Benny Siegert <bsiegert@gmail.com>
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Benny Siegert <bsiegert@gmail.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/os/wait_unimp.go
src/os/wait_wait6.go