Closed as not planned
Description
#!watchflakes
default <- pkg == "net/http" && test == "TestResponseControllerSetPastWriteDeadline/h2"
Issue created automatically to collect these failures.
Example (log):
=== RUN TestResponseControllerSetPastWriteDeadline/h2
=== PAUSE TestResponseControllerSetPastWriteDeadline/h2
=== CONT TestResponseControllerSetPastWriteDeadline/h2
==================
WARNING: DATA RACE
Read at 0x00c00037bbe3 by goroutine 10724:
testing.(*common).logDepth()
C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1023 +0x504
testing.(*common).log()
C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:1010 +0xa4
...
C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:2159 +0x8be
testing.(*M).Run()
C:/b/s/w/ir/x/w/goroot/src/testing/testing.go:2027 +0xf17
net/http_test.TestMain()
C:/b/s/w/ir/x/w/goroot/src/net/http/main_test.go:24 +0x64
main.main()
_testmain.go:1225 +0x2d4
==================
testing.go:1398: race detected during execution of test
--- FAIL: TestResponseControllerSetPastWriteDeadline/h2 (0.09s)