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

Issue 5849057: code review 5849057: syscall: add a test for passing an fd over a unix socket (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 2 months ago by bradfitz
Modified:
12 years, 2 months ago
Reviewers:
r, bsiegert, r2
CC:
golang-dev, iant
Visibility:
Public.

Description

syscall: add a test for passing an fd over a unix socket Updates issue 1101

Patch Set 1 #

Patch Set 2 : diff -r b15d9965bcd8 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r b15d9965bcd8 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 4 : diff -r b15d9965bcd8 https://go.googlecode.com/hg/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+150 lines, -0 lines) Patch
A src/pkg/syscall/passfd_test.go View 1 2 3 1 chunk +150 lines, -0 lines 1 comment Download

Messages

Total messages: 8
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 2 months ago (2012-03-17 19:48:33 UTC) #1
iant
LGTM http://codereview.appspot.com/5849057/diff/1003/src/pkg/syscall/passfd_test.go File src/pkg/syscall/passfd_test.go (right): http://codereview.appspot.com/5849057/diff/1003/src/pkg/syscall/passfd_test.go#newcode44 src/pkg/syscall/passfd_test.go:44: println("running child process.") Should remove the printlns before ...
12 years, 2 months ago (2012-03-18 04:48:08 UTC) #2
bradfitz
*** Submitted as http://code.google.com/p/go/source/detail?r=160ec5506cb7 *** syscall: add a test for passing an fd over a ...
12 years, 2 months ago (2012-03-18 05:20:01 UTC) #3
bsiegert
I don't understand all of the code but there is a typo in a comment. ...
12 years, 2 months ago (2012-03-18 15:59:42 UTC) #4
r
I'd like to delete this test too, being the first test to go into syscall ...
12 years, 2 months ago (2012-03-18 23:47:00 UTC) #5
bradfitz
I don't see what's wrong with +build to limit the tests to the operating systems ...
12 years, 2 months ago (2012-03-18 23:59:01 UTC) #6
r2
On Mar 19, 2012, at 10:59 AM, Brad Fitzpatrick wrote: > I don't see what's ...
12 years, 2 months ago (2012-03-19 00:10:59 UTC) #7
r2
12 years, 2 months ago (2012-03-19 00:12:14 UTC) #8
And for the record: I expect the deletions to be temporary and for the tests to
come back in some form once we know how best to test the syscall package.

-rob

Sign in to reply to this message.

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