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

Issue 7370049: code review 7370049: net/http/cgi: move syscall usage in test to its own not... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years ago by bradfitz
Modified:
12 years ago
Reviewers:
CC:
golang-dev, akumar_mail.nanosouffle.net
Visibility:
Public.

Description

net/http/cgi: make tests compile on plan9 Don't reference the non-portable syscall.Signal(0). Maybe they'll pass too. Untested. plan9 bit from Akshat Kumar.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -6 lines) Patch
M src/pkg/net/http/cgi/host_test.go View 1 2 chunks +1 line, -6 lines 0 comments Download
A src/pkg/net/http/cgi/plan9_test.go View 1 2 1 chunk +18 lines, -0 lines 0 comments Download
A src/pkg/net/http/cgi/posix_test.go View 1 1 chunk +21 lines, -0 lines 0 comments Download

Messages

Total messages: 5
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
12 years ago (2013-02-25 20:59:46 UTC) #1
akumar_mail.nanosouffle.net
LGTM. It would be great if you could include a new file, plan9_test.go with the ...
12 years ago (2013-02-25 21:23:21 UTC) #2
bradfitz
*** Submitted as https://code.google.com/p/go/source/detail?r=dabf3d5de8a7 *** net/http/cgi: make tests compile on plan9 Don't reference the non-portable ...
12 years ago (2013-02-25 21:27:18 UTC) #3
bradfitz
done, thanks. On Mon, Feb 25, 2013 at 1:22 PM, Akshat Kumar <akumar@mail.nanosouffle.net>wrote: > LGTM. ...
12 years ago (2013-02-25 21:27:18 UTC) #4
akumar_mail.nanosouffle.net
12 years ago (2013-02-25 21:38:32 UTC) #5
Thank you for fixing the itoa and for the speedy delivery.
I've tested and this passes on Linux and Plan 9.

On 25 February 2013 21:27,  <bradfitz@golang.org> wrote:
> *** Submitted as
> https://code.google.com/p/go/source/detail?r=dabf3d5de8a7 ***
>
> net/http/cgi: make tests compile on plan9
>
> Don't reference the non-portable syscall.Signal(0).
>
> Maybe they'll pass too. Untested. plan9 bit from
> Akshat Kumar.
>
> R=golang-dev, akumar
> CC=golang-dev
> https://codereview.appspot.com/7370049
>
>
> https://codereview.appspot.com/7370049/
Sign in to reply to this message.

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