]> Cypherpunks repositories - gostls13.git/commit
net: re-enable TestDualStack{TCP,UDP}Listener on dragonfly
authorMikio Hara <mikioh.mikioh@gmail.com>
Fri, 19 Feb 2016 08:39:27 +0000 (17:39 +0900)
committerMikio Hara <mikioh.mikioh@gmail.com>
Thu, 25 Feb 2016 03:14:01 +0000 (03:14 +0000)
commit4accfe1be5d6324a31543a6bfd9eadfa00d90342
treed03d501c25a01ca49f44a824e2e9acc2f2fec357
parentb48120ca3a5e8767ef1dea46c6231538f374a640
net: re-enable TestDualStack{TCP,UDP}Listener on dragonfly

It looks like the latest DragonFly BSD kernels, at least 4.4 and above,
have finished working on handling of shared IP control blocks. Let's
re-enbale test cases referring to IP control blocks and see what
happens.

Updates #13146.

Change-Id: Icbe2250e788f6a445a648541272c99b598c3013d
Reviewed-on: https://go-review.googlesource.com/19406
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/listen_test.go