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

Issue 6618062: code review 6618062: test: convert tests to run.go whenever possible. (Closed)

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

Description

test: convert tests to run.go whenever possible. The other tests either need a complex procedure or are architecture- or OS-dependent. Update issue 4139.

Patch Set 1 #

Patch Set 2 : diff -r 1571ae601243 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 1571ae601243 https://go.googlecode.com/hg/ #

Total comments: 12

Patch Set 4 : diff -r 7677524b8a24 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 7677524b8a24 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -152 lines) Patch
M test/ddd2.go View 1 2 3 1 chunk +3 lines, -12 lines 0 comments Download
M test/ddd2.dir/ddd2.go View 1 1 chunk +0 lines, -2 lines 0 comments Download
M test/ddd2.dir/ddd3.go View 1 1 chunk +0 lines, -5 lines 0 comments Download
M test/fixedbugs/bug437.go View 1 2 chunks +2 lines, -21 lines 0 comments Download
M test/fixedbugs/bug437.dir/x.go View 1 1 chunk +0 lines, -5 lines 0 comments Download
M test/interface/embed1.go View 1 2 chunks +2 lines, -41 lines 0 comments Download
M test/interface/embed1.dir/embed0.go View 1 1 chunk +0 lines, -2 lines 0 comments Download
M test/interface/embed1.dir/embed1.go View 1 1 chunk +0 lines, -5 lines 0 comments Download
M test/interface/private.go View 1 2 chunks +2 lines, -30 lines 0 comments Download
M test/interface/private.dir/private1.go View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M test/interface/private.dir/prog.go View 1 2 3 1 chunk +0 lines, -5 lines 0 comments Download
M test/interface/recursive1.go View 1 2 chunks +2 lines, -10 lines 0 comments Download
M test/interface/recursive1.dir/recursive1.go View 1 2 3 1 chunk +0 lines, -2 lines 0 comments Download
M test/interface/recursive1.dir/recursive2.go View 1 1 chunk +0 lines, -5 lines 0 comments Download
M test/run.go View 1 2 3 2 chunks +0 lines, -5 lines 0 comments Download

Messages

Total messages: 6
remyoudompheng
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 6 months ago (2012-10-07 21:48:32 UTC) #1
remyoudompheng
ping
12 years, 5 months ago (2012-10-10 18:34:25 UTC) #2
DMorsing
Some weirdness going on here that makes me think you forgot to add some new ...
12 years, 5 months ago (2012-10-10 19:39:44 UTC) #3
remyoudompheng
sorry for the hg copy'ies https://codereview.appspot.com/6618062/diff/4016/test/fixedbugs/bug437.go File test/fixedbugs/bug437.go (right): https://codereview.appspot.com/6618062/diff/4016/test/fixedbugs/bug437.go#newcode11 test/fixedbugs/bug437.go:11: package ignored On 2012/10/10 ...
12 years, 5 months ago (2012-10-10 19:49:11 UTC) #4
iant
LGTM https://codereview.appspot.com/6618062/diff/4016/test/interface/private.dir/private1.go File test/interface/private.dir/private1.go (right): https://codereview.appspot.com/6618062/diff/4016/test/interface/private.dir/private1.go#newcode1 test/interface/private.dir/private1.go:1: // skip # used by private.go You can ...
12 years, 5 months ago (2012-10-10 20:08:00 UTC) #5
remyoudompheng
12 years, 5 months ago (2012-10-10 20:35:40 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=cd34abb3699f ***

test: convert tests to run.go whenever possible.

The other tests either need a complex procedure
or are architecture- or OS-dependent.

Update issue 4139.

R=golang-dev, daniel.morsing, iant
CC=golang-dev
http://codereview.appspot.com/6618062

http://codereview.appspot.com/6618062/diff/4016/test/interface/private.dir/pr...
File test/interface/private.dir/private1.go (right):

http://codereview.appspot.com/6618062/diff/4016/test/interface/private.dir/pr...
test/interface/private.dir/private1.go:1: // skip # used by private.go
On 2012/10/10 20:08:00, iant wrote:
> You can remove the // skip comment.

Done.

http://codereview.appspot.com/6618062/diff/4016/test/interface/private.dir/pr...
File test/interface/private.dir/prog.go (right):

http://codereview.appspot.com/6618062/diff/4016/test/interface/private.dir/pr...
test/interface/private.dir/prog.go:1: // $G $D/${F}1.go && errchk $G $D/$F.go
On 2012/10/10 20:08:00, iant wrote:
> You can remove this leading comment.

Done.

http://codereview.appspot.com/6618062/diff/4016/test/interface/recursive1.dir...
File test/interface/recursive1.dir/recursive1.go (right):

http://codereview.appspot.com/6618062/diff/4016/test/interface/recursive1.dir...
test/interface/recursive1.dir/recursive1.go:1: // skip # used by recursive2
On 2012/10/10 20:08:00, iant wrote:
> You can remove this leading comment.

Done.
Sign in to reply to this message.

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