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

Issue 46640043: code review 46640043: container/list: improve test coverage

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by shawnps
Modified:
12 years, 5 months ago
Reviewers:
dave
CC:
golang-codereviews, dave_cheney.net, gobot, bradfitz, gri
Visibility:
Public.

Description

container/list: improve test coverage

Patch Set 1 #

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

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

Total comments: 11

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

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

Total comments: 13

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

Total comments: 6

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+39 lines, -0 lines) Patch
M src/pkg/container/list/list_test.go View 1 2 3 4 5 6 1 chunk +39 lines, -0 lines 0 comments Download

Messages

Total messages: 17
shawnps
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
12 years, 5 months ago (2013-12-31 06:26:09 UTC) #1
dave_cheney.net
On 2013/12/31 06:26:09, shawnps wrote: > Hello mailto:golang-codereviews@googlegroups.com, > > I'd like you to review ...
12 years, 5 months ago (2013-12-31 10:53:36 UTC) #2
gobot
R=golang-dev (assigned by dave@cheney.net)
12 years, 5 months ago (2013-12-31 12:06:58 UTC) #3
shawnps
On 2013/12/31 12:06:58, gobot wrote: > R=golang-dev (assigned by mailto:dave@cheney.net) This might be adding too ...
12 years, 5 months ago (2014-01-01 18:19:02 UTC) #4
bradfitz
https://codereview.appspot.com/46640043/diff/40001/src/pkg/container/list/list_test.go File src/pkg/container/list/list_test.go (right): https://codereview.appspot.com/46640043/diff/40001/src/pkg/container/list/list_test.go#newcode290 src/pkg/container/list/list_test.go:290: func TestLazyInit(t *testing.T) { TestZeroList maybe? https://codereview.appspot.com/46640043/diff/40001/src/pkg/container/list/list_test.go#newcode295 src/pkg/container/list/list_test.go:295: t.Errorf("Len() ...
12 years, 5 months ago (2014-01-02 18:23:53 UTC) #5
gobot
R=gri@golang.org (assigned by r@golang.org)
12 years, 5 months ago (2014-01-03 18:22:34 UTC) #6
gri
Please address bradfitz's feedback. https://codereview.appspot.com/46640043/diff/40001/src/pkg/container/list/list_test.go File src/pkg/container/list/list_test.go (right): https://codereview.appspot.com/46640043/diff/40001/src/pkg/container/list/list_test.go#newcode290 src/pkg/container/list/list_test.go:290: func TestLazyInit(t *testing.T) { On ...
12 years, 5 months ago (2014-01-03 19:20:21 UTC) #7
shawnps
https://codereview.appspot.com/46640043/diff/40001/src/pkg/container/list/list_test.go File src/pkg/container/list/list_test.go (right): https://codereview.appspot.com/46640043/diff/40001/src/pkg/container/list/list_test.go#newcode290 src/pkg/container/list/list_test.go:290: func TestLazyInit(t *testing.T) { On 2014/01/02 18:23:54, bradfitz wrote: ...
12 years, 5 months ago (2014-01-03 19:27:17 UTC) #8
shawnps
Hello golang-codereviews@googlegroups.com, dave@cheney.net, gobot@golang.org, bradfitz@golang.org, gri@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
12 years, 5 months ago (2014-01-03 19:27:39 UTC) #9
gri
Some more. Looks good otherwise. https://codereview.appspot.com/46640043/diff/80001/src/pkg/container/list/list_test.go File src/pkg/container/list/list_test.go (right): https://codereview.appspot.com/46640043/diff/80001/src/pkg/container/list/list_test.go#newcode291 src/pkg/container/list/list_test.go:291: var l1, l2, l3, ...
12 years, 5 months ago (2014-01-03 19:45:35 UTC) #10
shawnps
https://codereview.appspot.com/46640043/diff/80001/src/pkg/container/list/list_test.go File src/pkg/container/list/list_test.go (right): https://codereview.appspot.com/46640043/diff/80001/src/pkg/container/list/list_test.go#newcode291 src/pkg/container/list/list_test.go:291: var l1, l2, l3, l4 List On 2014/01/03 19:45:35, ...
12 years, 5 months ago (2014-01-04 04:03:18 UTC) #11
shawnps
Hello golang-codereviews@googlegroups.com, dave@cheney.net, gobot@golang.org, bradfitz@golang.org, gri@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
12 years, 5 months ago (2014-01-04 04:03:40 UTC) #12
dave_cheney.net
On 2014/01/04 04:03:40, shawnps wrote: > Hello mailto:golang-codereviews@googlegroups.com, mailto:dave@cheney.net, mailto:gobot@golang.org, > mailto:bradfitz@golang.org, mailto:gri@golang.org (cc: mailto:golang-codereviews@googlegroups.com), ...
12 years, 5 months ago (2014-01-04 09:40:11 UTC) #13
dave_cheney.net
https://codereview.appspot.com/46640043/diff/100001/src/pkg/container/list/list_test.go File src/pkg/container/list/list_test.go (right): https://codereview.appspot.com/46640043/diff/100001/src/pkg/container/list/list_test.go#newcode310 src/pkg/container/list/list_test.go:310: l := New() var l List https://codereview.appspot.com/46640043/diff/100001/src/pkg/container/list/list_test.go#newcode315 src/pkg/container/list/list_test.go:315: checkList(t, ...
12 years, 5 months ago (2014-01-04 09:40:20 UTC) #14
shawnps
https://codereview.appspot.com/46640043/diff/100001/src/pkg/container/list/list_test.go File src/pkg/container/list/list_test.go (right): https://codereview.appspot.com/46640043/diff/100001/src/pkg/container/list/list_test.go#newcode310 src/pkg/container/list/list_test.go:310: l := New() On 2014/01/04 09:40:21, dfc wrote: > ...
12 years, 5 months ago (2014-01-04 15:52:32 UTC) #15
shawnps
Hello golang-codereviews@googlegroups.com, dave@cheney.net, gobot@golang.org, bradfitz@golang.org, gri@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
12 years, 5 months ago (2014-01-04 15:52:44 UTC) #16
dave_cheney.net
12 years, 5 months ago (2014-01-04 20:49:07 UTC) #17
*** Submitted as https://code.google.com/p/go/source/detail?r=36d5461843ce ***

container/list: improve test coverage

R=golang-codereviews, dave, gobot, bradfitz, gri
CC=golang-codereviews
https://codereview.appspot.com/46640043

Committer: Dave Cheney <dave@cheney.net>
Sign in to reply to this message.

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