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

Issue 153710043: code review 153710043: runtime/pprof: disable new memory test (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 6 months ago by rsc
Modified:
9 years, 6 months ago
Reviewers:
gobot, brainman
CC:
dvyukov, golang-codereviews
Visibility:
Public.

Description

runtime/pprof: disable new memory test It cannot run 'go tool pprof'. There is no guarantee that's installed. It needs to build a temporary pprof binary and run that. It also needs to skip the test on systems that can't build and run binaries, namely android and nacl. See src/cmd/nm/nm_test.go's TestNM for a template. Update issue 8867 Status: Accepted

Patch Set 1 #

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

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

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M src/runtime/malloc.go View 1 1 chunk +2 lines, -0 lines 2 comments Download
M src/runtime/pprof/mprof_test.go View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello dvyukov (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
9 years, 6 months ago (2014-10-16 18:58:07 UTC) #1
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=7a5bb1f85e8d *** runtime/pprof: disable new memory test It cannot run 'go tool ...
9 years, 6 months ago (2014-10-16 18:58:15 UTC) #2
brainman
https://codereview.appspot.com/153710043/diff/20002/src/runtime/malloc.go File src/runtime/malloc.go (right): https://codereview.appspot.com/153710043/diff/20002/src/runtime/malloc.go#newcode43 src/runtime/malloc.go:43: //go:nowritebarrier What is this to do with "disable new ...
9 years, 6 months ago (2014-10-16 22:30:40 UTC) #3
rsc
https://codereview.appspot.com/153710043/diff/20002/src/runtime/malloc.go File src/runtime/malloc.go (right): https://codereview.appspot.com/153710043/diff/20002/src/runtime/malloc.go#newcode43 src/runtime/malloc.go:43: //go:nowritebarrier On 2014/10/16 22:30:39, brainman wrote: > What is ...
9 years, 6 months ago (2014-10-16 23:50:26 UTC) #4
gobot
9 years, 6 months ago (2014-10-17 04:01:20 UTC) #5
Message was sent while issue was closed.
This CL appears to have broken the linux-arm-luitvd builder.
See http://build.golang.org/log/d1cefce282345d0d7939e0695e30c4cb6f1130dd
Sign in to reply to this message.

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