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

Issue 61070044: code review 61070044: cmd/go: fix test.bash (Closed)

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

Description

cmd/go: fix test.bash Fixes issue 7260. Fix three broken tests in test.bash The test for issue 4568 was confused by go $ACTION . producing a package root of "", avoiding this mode fixes the test but weakens the test. The test for issue 4773 was broken on linux because math/Rand would fail to resolve as a package causing the test for duplicates to be skipped. Finally, the last breakage was a small change in the error message. Also, add test for foldDup.

Patch Set 1 #

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

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

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

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

Total comments: 1

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+40 lines, -7 lines) Patch
A src/cmd/go/pkg_test.go View 1 2 3 4 1 chunk +27 lines, -0 lines 0 comments Download
M src/cmd/go/test.bash View 1 2 3 4 5 3 chunks +13 lines, -7 lines 0 comments Download

Messages

Total messages: 6
dave_cheney.net
Hello iant@golang.org, rsc@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-09 03:38:37 UTC) #1
iant
LGTM https://codereview.appspot.com/61070044/diff/60001/src/cmd/go/test.bash File src/cmd/go/test.bash (right): https://codereview.appspot.com/61070044/diff/60001/src/cmd/go/test.bash#newcode482 src/cmd/go/test.bash:482: mkdir -p $d/src/example/{a,a/a,a/A,b} No need to list "a", ...
11 years, 4 months ago (2014-02-09 20:34:42 UTC) #2
dave_cheney.net
On 2014/02/09 20:34:42, iant wrote: > LGTM > > https://codereview.appspot.com/61070044/diff/60001/src/cmd/go/test.bash > File src/cmd/go/test.bash (right): > ...
11 years, 4 months ago (2014-02-09 23:36:24 UTC) #3
dave_cheney.net
*** Submitted as https://code.google.com/p/go/source/detail?r=b1f7a2f34d33 *** cmd/go: fix test.bash Fixes issue 7260. Fix three broken tests ...
11 years, 4 months ago (2014-02-09 23:42:15 UTC) #4
gobot
This CL appears to have broken the freebsd-amd64 builder.
11 years, 4 months ago (2014-02-09 23:46:37 UTC) #5
dave_cheney.net
11 years, 4 months ago (2014-02-09 23:51:27 UTC) #6
False.


On Mon, Feb 10, 2014 at 10:46 AM, <gobot@golang.org> wrote:

> This CL appears to have broken the freebsd-amd64 builder.
>
> https://codereview.appspot.com/61070044/
>
Sign in to reply to this message.

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