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

Issue 7288053: code review 7288053: cmd/go, testing: revise docs for test flags (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 5 months ago by rsc
Modified:
12 years, 5 months ago
Reviewers:
CC:
adg, golang-dev
Visibility:
Public.

Description

cmd/go, testing: revise docs for test flags In cmd/go's 'go help testflag': * Rewrite list of flags to drop test. prefix on every name. * Sort list of flags. * Add example of using -bench to match all benchmarks. In testing: * Remove mention of undefined 'CPU group' concept. Fixes issue 4488. Fixes issue 4508.

Patch Set 1 #

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

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

Total comments: 8

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+49 lines, -42 lines) Patch
M src/cmd/go/test.go View 1 2 3 2 chunks +48 lines, -41 lines 0 comments Download
M src/pkg/testing/testing.go View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 6
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
12 years, 5 months ago (2013-02-04 04:01:53 UTC) #1
adg
https://codereview.appspot.com/7288053/diff/4001/src/cmd/go/test.go File src/cmd/go/test.go (right): https://codereview.appspot.com/7288053/diff/4001/src/cmd/go/test.go#newcode96 src/cmd/go/test.go:96: Run enough iterations of each benchmark to take t. ...
12 years, 5 months ago (2013-02-04 04:08:30 UTC) #2
rsc
https://codereview.appspot.com/7288053/diff/4001/src/cmd/go/test.go File src/cmd/go/test.go (right): https://codereview.appspot.com/7288053/diff/4001/src/cmd/go/test.go#newcode96 src/cmd/go/test.go:96: Run enough iterations of each benchmark to take t. ...
12 years, 5 months ago (2013-02-04 04:15:07 UTC) #3
rsc
Hello adg@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 5 months ago (2013-02-04 04:15:48 UTC) #4
adg
LGTM
12 years, 5 months ago (2013-02-04 04:27:35 UTC) #5
rsc
12 years, 5 months ago (2013-02-04 04:47:08 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=0582ed1add0a ***

cmd/go, testing: revise docs for test flags

In cmd/go's 'go help testflag':
* Rewrite list of flags to drop test. prefix on every name.
* Sort list of flags.
* Add example of using -bench to match all benchmarks.

In testing:
* Remove mention of undefined 'CPU group' concept.

Fixes issue 4488.
Fixes issue 4508.

R=adg
CC=golang-dev
https://codereview.appspot.com/7288053
Sign in to reply to this message.

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