]> Cypherpunks repositories - gostls13.git/commit
net/http: skip a test on netbsd-arm
authorBenny Siegert <bsiegert@gmail.com>
Wed, 11 Apr 2018 10:38:04 +0000 (12:38 +0200)
committerTobias Klauser <tobias.klauser@gmail.com>
Wed, 11 Apr 2018 16:15:35 +0000 (16:15 +0000)
commit02328153520b10d6252064ef18d5eeb214f55824
treeeabc2dbb8ec01af1f6b44b4e5ec58649534e1804
parent467eca607697b30ba4f0b58bceae002f87ce5097
net/http: skip a test on netbsd-arm

TestServerDuplicateBackgroundRead has been causing crashes on the
netbsd-arm-bsiegert builder, with the system becoming completely
unresponsive (probably deadlocked). Skip this test while the crash
is under investigation.

Upstream bug report is http://gnats.netbsd.org/53173.

Change-Id: Ib48f19005cf2cbba8a27e75e689c2acb025d8870
Reviewed-on: https://go-review.googlesource.com/106295
Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
src/net/http/serve_test.go