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

Issue 13651044: code review 13651044: bytes: additional test coverage (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 6 months ago by dave
Modified:
11 years, 6 months ago
Reviewers:
bradfitz
CC:
golang-dev, bradfitz
Visibility:
Public.

Description

bytes: additional test coverage Add coverage for some uncovered bytes methods. The increase in actual coverage is disapointing small.

Patch Set 1 #

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

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

Total comments: 8

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+85 lines, -0 lines) Patch
M src/pkg/bytes/bytes_test.go View 1 2 3 3 chunks +50 lines, -0 lines 0 comments Download
M src/pkg/bytes/reader_test.go View 1 2 3 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 5
dave_cheney.net
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
11 years, 6 months ago (2013-09-11 10:42:40 UTC) #1
bradfitz
LGTM after nits https://codereview.appspot.com/13651044/diff/5001/src/pkg/bytes/bytes_test.go File src/pkg/bytes/bytes_test.go (right): https://codereview.appspot.com/13651044/diff/5001/src/pkg/bytes/bytes_test.go#newcode1155 src/pkg/bytes/bytes_test.go:1155: t.Fatal("Truncate(-1) should have paniced") 20, not ...
11 years, 6 months ago (2013-09-11 10:51:20 UTC) #2
dave_cheney.net
Thanks for your prompt review Brad, PTAL. https://codereview.appspot.com/13651044/diff/5001/src/pkg/bytes/bytes_test.go File src/pkg/bytes/bytes_test.go (right): https://codereview.appspot.com/13651044/diff/5001/src/pkg/bytes/bytes_test.go#newcode1155 src/pkg/bytes/bytes_test.go:1155: t.Fatal("Truncate(-1) should ...
11 years, 6 months ago (2013-09-11 11:06:19 UTC) #3
bradfitz
I'm sure it's fine. On Wed, Sep 11, 2013 at 4:06 AM, <dave@cheney.net> wrote: > ...
11 years, 6 months ago (2013-09-11 11:19:46 UTC) #4
dave_cheney.net
11 years, 6 months ago (2013-09-11 11:21:00 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=0d3484e18799 ***

bytes: additional test coverage

Add coverage for some uncovered bytes methods. The increase in actual coverage
is disapointing small.

R=golang-dev, bradfitz
CC=golang-dev
https://codereview.appspot.com/13651044
Sign in to reply to this message.

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