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

Issue 73100043: code review 73100043: syscall: add missing SO_ERROR constant for nacl/* (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 3 months ago by dave
Modified:
11 years, 3 months ago
Reviewers:
gobot, bradfitz
CC:
iant, rsc, mikio, bradfitz, golang-codereviews
Visibility:
Public.

Description

syscall: add missing SO_ERROR constant for nacl/* CL 69340044 requires that syscall.SO_ERROR be defined on all unix like platforms. Add SO_ERROR to the list of dummy constants in sycall/net_nacl.go.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/pkg/syscall/net_nacl.go View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5
dave_cheney.net
Hello iant@golang.org, rsc@golang.org, mikioh.mikioh@gmail.com (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 3 months ago (2014-03-09 02:01:17 UTC) #1
bradfitz
LGTM On Mar 8, 2014 6:01 PM, <dave@cheney.net> wrote: > Reviewers: iant, rsc, mikio, > ...
11 years, 3 months ago (2014-03-09 02:02:23 UTC) #2
dave_cheney.net
*** Submitted as https://code.google.com/p/go/source/detail?r=1849f83423ca *** syscall: add missing SO_ERROR constant for nacl/* CL 69340044 requires ...
11 years, 3 months ago (2014-03-09 02:18:36 UTC) #3
gobot
This CL appears to have broken the freebsd-amd64 builder.
11 years, 3 months ago (2014-03-09 02:22:36 UTC) #4
dave_cheney.net
11 years, 3 months ago (2014-03-09 02:25:08 UTC) #5
Lies!

# GOMAXPROCS=2 runtime -cpu=1,2,4
--- FAIL: TestFutexsleep-2 (0.00 seconds)
futex_test.go:51: futexsleep test "before the year 2038" finished
early after 34.64us
FAIL
FAIL runtime 58.566s

On Sun, Mar 9, 2014 at 1:22 PM,  <gobot@golang.org> wrote:
> This CL appears to have broken the freebsd-amd64 builder.
>
> https://codereview.appspot.com/73100043/
Sign in to reply to this message.

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