]> Cypherpunks repositories - gostls13.git/commit
crypto/tls: remove flakey tests
authorAdam Langley <agl@golang.org>
Fri, 3 Aug 2012 17:28:05 +0000 (13:28 -0400)
committerAdam Langley <agl@golang.org>
Fri, 3 Aug 2012 17:28:05 +0000 (13:28 -0400)
commite1077420807882bd52fd4857100a199b9afc5909
tree141abf090abfd06364fa46c1c91fd7f0bd11b240
parentbbb5f1bffbcb03b442ea953dfbe41169530e450f
crypto/tls: remove flakey tests

This removes some (non-short only) tests that involved connections to
the outside world and thus were flakey. This does remove some test
coverage of the root fetchers on non-Windows platforms, but the right
place for that is crypto/x509.

R=golang-dev, krautz, rsc
CC=golang-dev
https://golang.org/cl/6455085
src/pkg/crypto/tls/root_test.go [deleted file]