]> Cypherpunks repositories - gostls13.git/commit
net/http/httptest: add test for issue 7264
authorDmitriy Vyukov <dvyukov@google.com>
Fri, 11 Apr 2014 09:01:10 +0000 (13:01 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Fri, 11 Apr 2014 09:01:10 +0000 (13:01 +0400)
commit388d5330ac64eb4f2e3ad0635bf1a440c07923ca
treeaf9658539fb42eaea6eec47e0a7f65fe308f0f3c
parent3ca788de64bd7938efba378668e6ac65ff4b65ca
net/http/httptest: add test for issue 7264
The test fails now with -race, so it's disabled.
The intention is that the fix for issue 7264
will also modify this test the same way and enable it.
Reporduce with 'go test -race -issue7264 -cpu=4'.
Update #7264

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/86770043
src/pkg/net/http/httptest/server_test.go