]> Cypherpunks repositories - gostls13.git/commit
crypto/x509: skip known TestSystemVerify flakes on windows-*-2008 builders
authorBryan C. Mills <bcmills@google.com>
Wed, 8 Dec 2021 21:47:56 +0000 (16:47 -0500)
committerBryan Mills <bcmills@google.com>
Thu, 9 Dec 2021 17:16:12 +0000 (17:16 +0000)
commit78b4518e31b39aac4fbad1679db95b3f526229a7
tree465ce223d2781c05ff82ae46f96b20b9a69761e7
parent307d7c67477ee7ccb8544ac802e965b5d18a069e
crypto/x509: skip known TestSystemVerify flakes on windows-*-2008 builders

The "-2008" builders are the only ones on which the failure has
been observed, so I suspect that it is due to a platform bug fixed in a
subsequent release.

Since no one has added a workaround since #19564 was filed over four
years ago, I'm assuming that no workaround is planned for this issue.
Let's add a skip for the known failure mode and call it at that.

Fixes #19564

Change-Id: Iefc22d1cc78bfdc79c845eb60cac22e26caf388c
Reviewed-on: https://go-review.googlesource.com/c/go/+/370377
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Roland Shoemaker <roland@golang.org>
Reviewed-by: Filippo Valsorda <filippo@golang.org>
src/crypto/x509/verify_test.go