]> Cypherpunks repositories - gostls13.git/commit
net: ignore TestDialerLocalAddr timeout failures on Darwin
authorIan Lance Taylor <iant@golang.org>
Wed, 3 Jan 2018 18:57:36 +0000 (10:57 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 3 Jan 2018 19:46:56 +0000 (19:46 +0000)
commit74d8340cf6d8fc958992ded4ffb6c4a53327dfa1
tree2bb3ab6d76a62dc9dc48afb245d43f70f4cb0195
parent36454187dbd9d543c4ff2f4c9c41e513fcae54ab
net: ignore TestDialerLocalAddr timeout failures on Darwin

I don't know why these errors occur. Ignore them to avoid breaking the
build.

Updates #22019

Change-Id: Ia048e6d9b928e8e237b311ff3a364e7a23af4aa4
Reviewed-on: https://go-review.googlesource.com/86000
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/net/dial_test.go