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

Issue 58660044: code review 58660044: syscall: add fcntl test (Closed)

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

Description

syscall: add fcntl test Also updates documentation.

Patch Set 1 : diff -r e2dd08f26402 https://code.google.com/p/go #

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

Total comments: 2

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

Total comments: 1

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

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

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

Total comments: 5

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

Total comments: 1

Patch Set 8 : diff -r cf5dd8accd5e https://code.google.com/p/go #

Patch Set 9 : diff -r cf5dd8accd5e https://code.google.com/p/go #

Total comments: 2

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+37 lines, -14 lines) Patch
M src/pkg/syscall/syscall_unix_test.go View 1 2 3 4 5 6 7 8 9 3 chunks +37 lines, -14 lines 0 comments Download

Messages

Total messages: 16
mikio
Hello 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-12 16:24:41 UTC) #1
bradfitz
https://codereview.appspot.com/58660044/diff/40001/src/pkg/syscall/fcntl_unix_test.go File src/pkg/syscall/fcntl_unix_test.go (right): https://codereview.appspot.com/58660044/diff/40001/src/pkg/syscall/fcntl_unix_test.go#newcode27 src/pkg/syscall/fcntl_unix_test.go:27: name := "/tmp/TestFcntlFlock" make a tempdir first and put ...
11 years, 4 months ago (2014-02-12 16:37:17 UTC) #2
mikio
ptal https://codereview.appspot.com/58660044/diff/40001/src/pkg/syscall/fcntl_unix_test.go File src/pkg/syscall/fcntl_unix_test.go (right): https://codereview.appspot.com/58660044/diff/40001/src/pkg/syscall/fcntl_unix_test.go#newcode27 src/pkg/syscall/fcntl_unix_test.go:27: name := "/tmp/TestFcntlFlock" On 2014/02/12 16:37:17, bradfitz wrote: ...
11 years, 4 months ago (2014-02-12 17:28:54 UTC) #3
mikio
On Thu, Feb 13, 2014 at 6:50 AM, <nightlyone@googlemail.com> wrote: > Just two grammar nits. ...
11 years, 4 months ago (2014-02-13 12:11:06 UTC) #4
mikio
Hello iant@golang.org, bradfitz@golang.org, nightlyone@googlemail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
11 years, 4 months ago (2014-02-24 05:44:40 UTC) #5
minux1
https://codereview.appspot.com/58660044/diff/110001/src/pkg/syscall/syscall_unix_test.go File src/pkg/syscall/syscall_unix_test.go (right): https://codereview.appspot.com/58660044/diff/110001/src/pkg/syscall/syscall_unix_test.go#newcode7 src/pkg/syscall/syscall_unix_test.go:7: // This file tests that some basic syscalls are ...
11 years, 4 months ago (2014-02-24 05:49:05 UTC) #6
mikio
ptal https://codereview.appspot.com/58660044/diff/110001/src/pkg/syscall/syscall_unix_test.go File src/pkg/syscall/syscall_unix_test.go (right): https://codereview.appspot.com/58660044/diff/110001/src/pkg/syscall/syscall_unix_test.go#newcode7 src/pkg/syscall/syscall_unix_test.go:7: // This file tests that some basic syscalls ...
11 years, 4 months ago (2014-02-24 06:41:18 UTC) #7
minux1
https://codereview.appspot.com/58660044/diff/110001/src/pkg/syscall/syscall_unix_test.go File src/pkg/syscall/syscall_unix_test.go (right): https://codereview.appspot.com/58660044/diff/110001/src/pkg/syscall/syscall_unix_test.go#newcode72 src/pkg/syscall/syscall_unix_test.go:72: if err := syscall.FcntlFlock(uintptr(fd), syscall.F_GETLK, &flock); err != nil ...
11 years, 4 months ago (2014-02-24 06:46:21 UTC) #8
mikio
On Mon, Feb 24, 2014 at 3:41 PM, <mikioh.mikioh@gmail.com> wrote: > i'm fine as it ...
11 years, 4 months ago (2014-02-24 06:48:38 UTC) #9
mikio
On Mon, Feb 24, 2014 at 3:46 PM, <minux.ma@gmail.com> wrote: > Don't you want to ...
11 years, 4 months ago (2014-02-24 06:52:25 UTC) #10
minux1
On Mon, Feb 24, 2014 at 1:52 AM, Mikio Hara <mikioh.mikioh@gmail.com> wrote: > On Mon, ...
11 years, 4 months ago (2014-02-24 07:06:31 UTC) #11
mikio
On Mon, Feb 24, 2014 at 4:06 PM, minux <minux.ma@gmail.com> wrote: >> Ah, do you ...
11 years, 4 months ago (2014-02-24 07:14:08 UTC) #12
mikio
Hello iant@golang.org, bradfitz@golang.org, nightlyone@googlemail.com, minux.ma@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
11 years, 4 months ago (2014-02-24 07:34:23 UTC) #13
minux1
LGTM. https://codereview.appspot.com/58660044/diff/170001/src/pkg/syscall/syscall_unix_test.go File src/pkg/syscall/syscall_unix_test.go (right): https://codereview.appspot.com/58660044/diff/170001/src/pkg/syscall/syscall_unix_test.go#newcode69 src/pkg/syscall/syscall_unix_test.go:69: defer func() { why not just defer syscall.Unlink(name) ...
11 years, 4 months ago (2014-02-24 07:59:10 UTC) #14
mikio
*** Submitted as https://code.google.com/p/go/source/detail?r=aaeb25be6d7f *** syscall: add fcntl test Also updates documentation. LGTM=minux.ma R=iant, bradfitz, ...
11 years, 4 months ago (2014-02-24 11:35:12 UTC) #15
gobot
11 years, 4 months ago (2014-02-24 12:15:16 UTC) #16
Message was sent while issue was closed.
This CL appears to have broken the darwin-amd64-race-cheney builder.
Sign in to reply to this message.

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