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

Issue 5293043: code review 5293043: fmt: fix test relying on map iteration order. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 10 months ago by dsymonds
Modified:
13 years, 10 months ago
Reviewers:
CC:
golang-dev, adg, r
Visibility:
Public.

Description

fmt: fix test relying on map iteration order. This fixes the 386 builds.

Patch Set 1 #

Patch Set 2 : diff -r 5d69a8cb06bb https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 5d69a8cb06bb https://go.googlecode.com/hg/ #

Total comments: 2

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+2 lines, -2 lines) Patch
M src/pkg/fmt/fmt_test.go View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 6
dsymonds
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 10 months ago (2011-10-18 00:21:32 UTC) #1
dsymonds
I thought I saw this fly by this morning, but I can't find it now. ...
13 years, 10 months ago (2011-10-18 00:22:14 UTC) #2
adg
LGTM http://codereview.appspot.com/5293043/diff/4001/src/pkg/fmt/fmt_test.go File src/pkg/fmt/fmt_test.go (right): http://codereview.appspot.com/5293043/diff/4001/src/pkg/fmt/fmt_test.go#newcode353 src/pkg/fmt/fmt_test.go:353: {"%#v", map[string]B{"a": {1, 2}}, `map[string] fmt_test.B{"a":fmt_test.B{I:1, j:2}}`}, This ...
13 years, 10 months ago (2011-10-18 00:45:19 UTC) #3
r
LGTM
13 years, 10 months ago (2011-10-18 00:45:28 UTC) #4
dsymonds
http://codereview.appspot.com/5293043/diff/4001/src/pkg/fmt/fmt_test.go File src/pkg/fmt/fmt_test.go (right): http://codereview.appspot.com/5293043/diff/4001/src/pkg/fmt/fmt_test.go#newcode353 src/pkg/fmt/fmt_test.go:353: {"%#v", map[string]B{"a": {1, 2}}, `map[string] fmt_test.B{"a":fmt_test.B{I:1, j:2}}`}, On 2011/10/18 ...
13 years, 10 months ago (2011-10-18 00:46:51 UTC) #5
dsymonds
13 years, 10 months ago (2011-10-18 00:47:17 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=ba08f59ca300 ***

fmt: fix test relying on map iteration order.

This fixes the 386 builds.

R=golang-dev, adg, r
CC=golang-dev
http://codereview.appspot.com/5293043
Sign in to reply to this message.

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