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

Issue 68720043: code review 68720043: syscall: fix solaris build (Closed)

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

Description

syscall: fix solaris build Solaris does not define syscall.{Mmap,Munmap}. Move the Mmap test to a new file and exclude solaris as discussed.

Patch Set 1 #

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

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

Total comments: 1

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

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

Patch Set 6 : diff -r 6efc914b865e https://code.google.com/p/go #

Patch Set 7 : diff -r 6efc914b865e https://code.google.com/p/go #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -11 lines) Patch
A src/pkg/syscall/mmap_unix_test.go View 1 2 3 4 1 chunk +22 lines, -0 lines 0 comments Download
M src/pkg/syscall/syscall_unix_test.go View 1 2 3 4 2 chunks +1 line, -11 lines 0 comments Download

Messages

Total messages: 11
dave_cheney.net
Hello aram@mgk.ro, mikioh.mikioh@gmail.com, iant@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
11 years, 4 months ago (2014-02-25 20:43:31 UTC) #1
aram
LGTM https://codereview.appspot.com/68720043/diff/10002/src/pkg/syscall/mmap_unix_test.go File src/pkg/syscall/mmap_unix_test.go (right): https://codereview.appspot.com/68720043/diff/10002/src/pkg/syscall/mmap_unix_test.go#newcode5 src/pkg/syscall/mmap_unix_test.go:5: // +build freebsd dragonfly darwin linux netbsd openbsd ...
11 years, 4 months ago (2014-02-25 20:46:37 UTC) #2
dave_cheney.net
On 2014/02/25 20:46:37, aram wrote: > LGTM > > https://codereview.appspot.com/68720043/diff/10002/src/pkg/syscall/mmap_unix_test.go > File src/pkg/syscall/mmap_unix_test.go (right): > ...
11 years, 4 months ago (2014-02-25 20:51:22 UTC) #3
dave_cheney.net
Hello aram@mgk.ro, mikioh.mikioh@gmail.com, iant@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
11 years, 4 months ago (2014-02-25 20:53:12 UTC) #4
aram
LGTM
11 years, 4 months ago (2014-02-25 20:55:10 UTC) #5
dave_cheney.net
Thanks. Submitting to fix the build On Wed, Feb 26, 2014 at 7:55 AM, <aram@mgk.ro> ...
11 years, 4 months ago (2014-02-25 20:56:25 UTC) #6
dave_cheney.net
*** Submitted as https://code.google.com/p/go/source/detail?r=3b393bd2c43b *** syscall: fix solaris build Solaris does not define syscall.{Mmap,Munmap}. Move ...
11 years, 4 months ago (2014-02-25 20:57:44 UTC) #7
gobot
This CL appears to have broken the netbsd-386-minux builder.
11 years, 4 months ago (2014-02-25 21:03:29 UTC) #8
dave_cheney.net
Lies, --- FAIL: TestOverflowSleep (0.13 seconds) sleep_test.go:363: negative timeout didn't fire FAIL FAIL time 5.668s ...
11 years, 4 months ago (2014-02-25 21:06:31 UTC) #9
mikio
please use "hg copy" in next time.
11 years, 4 months ago (2014-02-25 21:53:34 UTC) #10
dave_cheney.net
11 years, 4 months ago (2014-02-25 22:18:48 UTC) #11
I did, really I did.

On Wednesday, February 26, 2014, Mikio Hara <mikioh.mikioh@gmail.com> wrote:

> please use "hg copy" in next time.
>
Sign in to reply to this message.

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