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

Issue 121200043: code review 121200043: test: add test for function type in function literal (Closed)

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

Description

test: add test for function type in function literal The gccgo compiler used to fail this test. This was the root cause of http://gcc.gnu.org/PR61308 . The fix for the gccgo compiler is http://codereview.appspot.com/122020043 .

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+22 lines, -0 lines) Patch
A test/fixedbugs/bug489.go View 1 chunk +22 lines, -0 lines 0 comments Download

Messages

Total messages: 6
iant
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go
9 years, 9 months ago (2014-08-05 02:38:46 UTC) #1
dave_cheney.net
On 2014/08/05 02:38:46, iant wrote: > Hello mailto:golang-codereviews@googlegroups.com, > > I'd like you to review ...
9 years, 9 months ago (2014-08-05 02:43:10 UTC) #2
bradfitz
LGTM but s/sport/spot/ in CL description On Mon, Aug 4, 2014 at 7:38 PM, <iant@golang.org> ...
9 years, 9 months ago (2014-08-05 02:43:31 UTC) #3
iant
*** Submitted as https://code.google.com/p/go/source/detail?r=e6fade946dcb *** test: add test for function type in function literal The ...
9 years, 9 months ago (2014-08-05 02:50:53 UTC) #4
gobot
This CL appears to have broken the freebsd-amd64-race builder. See http://build.golang.org/log/042f14b3f49b567d4af869726dd7ec3feb5d5d3f
9 years, 9 months ago (2014-08-05 03:00:14 UTC) #5
iant
9 years, 9 months ago (2014-08-05 03:20:45 UTC) #6
On Mon, Aug 4, 2014 at 8:00 PM,  <gobot@golang.org> wrote:
> This CL appears to have broken the freebsd-amd64-race builder.
> See http://build.golang.org/log/042f14b3f49b567d4af869726dd7ec3feb5d5d3f
>
> https://codereview.appspot.com/121200043/

Not really.

pprof_test.go:136: crc32.ChecksumIEEE: 0
pprof_test.go:136: crc32.Update: 18
pprof_test.go:150: crc32.ChecksumIEEE has 0 samples out of 18, want at
least 1, ideally 9
FAIL
FAIL runtime/pprof 37.506s
Sign in to reply to this message.

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