commit | 9cb79a0838511d3cab064fe8aa042b76e7acc00b | [log] [tgz] |
---|---|---|
author | Dmitri Shuralyov <dmitshur@golang.org> | Wed Dec 23 14:01:20 2020 -0500 |
committer | Dmitri Shuralyov <dmitshur@golang.org> | Wed Apr 28 18:55:06 2021 +0000 |
tree | 7af507b148a872a6e97e0f18d436e559effd281a | |
parent | 422a156f2ce8ec7cbf3fe8c7c99f8b13aae1746a [diff] |
[release-branch.go1.15-bundle] ipv6: skip known-failing tests on OpenBSD 6.8 builders These tests are known to be failing on OpenBSD 6.8 and need investigation. The OpenBSD 6.8 builders are default TryBots now, so skip them to prevent people working on other packages from constantly getting a failure. Issue 42064 remains open to do the work of determining if the ipv6 package needs to be fixed, or if OpenBSD 6.8 has a problem and the test can be permanently skipped as unsupported. For golang/go#11811. Updates golang/go#42064. Updates golang/go#35712. Change-Id: I59883384e4dbce679cb1a4e8e2c3f0fa7983010b Reviewed-on: https://go-review.googlesource.com/c/net/+/280052 Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> TryBot-Result: Go Bot <gobot@golang.org> Reviewed-by: Alexander Rakoczy <alex@golang.org> Trust: Dmitri Shuralyov <dmitshur@golang.org> (cherry picked from commit 6772e930b67bb09bf22262c7378e7d2f67cf59d1) Reviewed-on: https://go-review.googlesource.com/c/net/+/314751 Trust: Katie Hockman <katie@golang.org> Run-TryBot: Katie Hockman <katie@golang.org> Reviewed-by: Katie Hockman <katie@golang.org>
This repository holds supplementary Go networking libraries.
The easiest way to install is to run go get -u golang.org/x/net
. You can also manually git clone the repository to $GOPATH/src/golang.org/x/net
.
This repository uses Gerrit for code changes. To learn how to submit changes to this repository, see https://golang.org/doc/contribute.html. The main issue tracker for the net repository is located at https://github.com/golang/go/issues. Prefix your issue with “x/net:” in the subject line, so it is easy to find.