#!watchflakes
post <- pkg == "net" && test == "TestVariousDeadlines" && `connectex: A connection attempted failed`
=== RUN TestVariousDeadlines
=== PAUSE TestVariousDeadlines
=== CONT TestVariousDeadlines
timeout_test.go:1003: 1ns 0/1
timeout_test.go:1019: 1ns 0/1: good timeout after 82.7µs; 0 bytes
timeout_test.go:1003: 2ns 0/1
timeout_test.go:1019: 2ns 0/1: good timeout after 891.3µs; 0 bytes
timeout_test.go:1003: 5ns 0/1
timeout_test.go:1019: 5ns 0/1: good timeout after 72µs; 0 bytes
timeout_test.go:1003: 50ns 0/1
timeout_test.go:1019: 50ns 0/1: good timeout after 833.5µs; 0 bytes
timeout_test.go:1003: 100ns 0/1
timeout_test.go:1007: dial tcp 127.0.0.1:56139: connectex: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond.
--- FAIL: TestVariousDeadlines (1.03s)
From https://ci.chromium.org/ui/p/golang/builders/try-workers/gotip-windows-amd64-test_only/b8770051282862599649/overview:
See previously #19519.
(CC @ianlancetaylor @neild)