Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(521)

Issue 7812052: code review 7812052: net: enable IPv6 tests on Windows (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 11 months ago by mikio
Modified:
11 years, 11 months ago
Reviewers:
CC:
brainman, golang-dev, bradfitz, dave_cheney.net
Visibility:
Public.

Description

net: enable IPv6 tests on Windows Also removes redundant tests that run Go 1.0 non-IPv6 support Windows code on IPv6 enabled Windows kernels.

Patch Set 1 #

Patch Set 2 : diff -r 2eb36d0ca449 https://code.google.com/p/go #

Patch Set 3 : diff -r 2eb36d0ca449 https://code.google.com/p/go #

Total comments: 2

Patch Set 4 : diff -r c879a45c3389 https://code.google.com/p/go #

Total comments: 3

Patch Set 5 : diff -r cc1364dd939c https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -62 lines) Patch
M src/pkg/net/multicast_test.go View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/net/unicast_posix_test.go View 1 5 chunks +4 lines, -61 lines 0 comments Download

Messages

Total messages: 13
mikio
Hello alex.brainman@gmail.com, golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 11 months ago (2013-03-27 11:39:25 UTC) #1
bradfitz
https://codereview.appspot.com/7812052/diff/5001/src/pkg/net/unicast_posix_test.go File src/pkg/net/unicast_posix_test.go (left): https://codereview.appspot.com/7812052/diff/5001/src/pkg/net/unicast_posix_test.go#oldcode104 src/pkg/net/unicast_posix_test.go:104: func TestSimpleTCPListener(t *testing.T) { why are these being deleted? ...
11 years, 11 months ago (2013-03-27 16:22:20 UTC) #2
mikio
PTAL https://codereview.appspot.com/7812052/diff/5001/src/pkg/net/unicast_posix_test.go File src/pkg/net/unicast_posix_test.go (left): https://codereview.appspot.com/7812052/diff/5001/src/pkg/net/unicast_posix_test.go#oldcode104 src/pkg/net/unicast_posix_test.go:104: func TestSimpleTCPListener(t *testing.T) { On 2013/03/27 16:22:20, bradfitz ...
11 years, 11 months ago (2013-03-28 02:01:45 UTC) #3
brainman
LGTM https://codereview.appspot.com/7812052/diff/10001/src/pkg/net/multicast_test.go File src/pkg/net/multicast_test.go (right): https://codereview.appspot.com/7812052/diff/10001/src/pkg/net/multicast_test.go#newcode96 src/pkg/net/multicast_test.go:96: case "plan9", "solaris": It skips this test anyway: ...
11 years, 11 months ago (2013-03-28 03:01:40 UTC) #4
dave_cheney.net
LGTM if you revert the removal of those tests (please see the comment) and update ...
11 years, 11 months ago (2013-03-28 03:10:55 UTC) #5
brainman
On 2013/03/28 03:10:55, dfc wrote: > On 2013/03/28 03:01:40, brainman wrote: > > It skips ...
11 years, 11 months ago (2013-03-28 03:18:00 UTC) #6
dave_cheney.net
> No, it will not. os.Getuid (used for the check) does nothing on Windows. > ...
11 years, 11 months ago (2013-03-28 03:19:09 UTC) #7
mikio
On 2013/03/28 03:19:09, dfc wrote: > > No, it will not. os.Getuid (used for the ...
11 years, 11 months ago (2013-03-28 04:05:05 UTC) #8
mikio
On 2013/03/28 03:10:55, dfc wrote: > I'm uneasy with twiddling with these tests so close ...
11 years, 11 months ago (2013-03-28 04:27:57 UTC) #9
mikio
slipped. On 2013/03/28 04:27:57, mikio wrote: > i failed to grub what you were trying ...
11 years, 11 months ago (2013-03-28 04:30:39 UTC) #10
dave_cheney.net
>> i failed to grub what you were trying to say. >> are you saying ...
11 years, 11 months ago (2013-03-28 04:33:47 UTC) #11
mikio
yup, thanks. On 2013/03/28 04:33:47, dfc wrote: > >> i failed to grub what you ...
11 years, 11 months ago (2013-03-28 04:41:16 UTC) #12
mikio
11 years, 11 months ago (2013-03-29 02:46:56 UTC) #13
*** Submitted as https://code.google.com/p/go/source/detail?r=47934a0f435e ***

net: enable IPv6 tests on Windows

Also removes redundant tests that run Go 1.0 non-IPv6 support
Windows code on IPv6 enabled Windows kernels.

R=alex.brainman, golang-dev, bradfitz, dave
CC=golang-dev
https://codereview.appspot.com/7812052
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b