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

Issue 10017045: code review 10017045: test: do not run SIGCHLD test on Plan 9 (Closed)

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

Description

test: do not run SIGCHLD test on Plan 9

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M test/sigchld.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10
ality
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 10 months ago (2013-06-05 00:10:05 UTC) #1
bradfitz
LGTM On Tue, Jun 4, 2013 at 5:10 PM, <ality@pbrane.org> wrote: > Reviewers: golang-dev1, > ...
11 years, 10 months ago (2013-06-05 00:11:13 UTC) #2
ality
*** Submitted as https://code.google.com/p/go/source/detail?r=6ec8c49421a0 *** test: do not run SIGCHLD test on Plan 9 R=golang-dev, ...
11 years, 10 months ago (2013-06-05 00:15:02 UTC) #3
brainman
This breaks windows build. I think the problem is in test/run.go when it reads build ...
11 years, 10 months ago (2013-06-05 04:01:22 UTC) #4
dave_cheney.net
I'm on it. On Wed, Jun 5, 2013 at 2:01 PM, <alex.brainman@gmail.com> wrote: > This ...
11 years, 10 months ago (2013-06-05 04:36:00 UTC) #5
brainman
On 2013/06/05 04:36:00, dfc wrote: > I'm on it. > Thank you Dave. In run.go ...
11 years, 10 months ago (2013-06-05 04:38:27 UTC) #6
dave_cheney.net
Rémy pointed out that the conditions are OR'd together, not AND'd, so !windows OR !plan9 ...
11 years, 10 months ago (2013-06-05 04:39:25 UTC) #7
remyoudompheng
2013/6/5 <alex.brainman@gmail.com>: > On 2013/06/05 04:36:00, dfc wrote: >> >> I'm on it. > > ...
11 years, 10 months ago (2013-06-05 04:40:00 UTC) #8
brainman
On 2013/06/05 04:40:00, remyoudompheng wrote: > > run.go follows that convention. > You are right. ...
11 years, 10 months ago (2013-06-05 04:48:04 UTC) #9
bradfitz
11 years, 10 months ago (2013-06-05 04:51:07 UTC) #10
On Tue, Jun 4, 2013 at 9:48 PM, <alex.brainman@gmail.com> wrote:

> On 2013/06/05 04:40:00, remyoudompheng wrote:
>
>  run.go follows that convention.
>>
>
>
> You are right. The +build is wrong in sigchld.go. But replacing " " with
> "," still fails, so I think run.go is broken.
>

run.go isn't broken so much as just never acquired support for the full
syntax.  It's grown as needed.
Sign in to reply to this message.

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