Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime/pprof: Error on package test #1641

Closed
gopherbot opened this issue Mar 25, 2011 · 2 comments
Closed

runtime/pprof: Error on package test #1641

gopherbot opened this issue Mar 25, 2011 · 2 comments

Comments

@gopherbot
Copy link

by mikio.hr:

Before filing a bug, please check whether it has been fixed since
the latest release: run "hg pull -u" and retry what you did to
reproduce the problem.  Thanks.

What steps will reproduce the problem?
1. cd go/src
2. ./all.bash
3.

What is the expected output?
no FAIL

What do you see instead?
gopack grc _test/runtime/pprof.a _gotest_.6 
--- FAIL: pprof_test.TestCPUProfile (0.3 seconds)
    profile too short: [0x0 0x3 0x0 0x2710 0x0]
FAIL
make[1]: *** [test] Error 1
make: *** [runtime/pprof.test] Error 2

Which compiler are you using (5g, 6g, 8g, gccgo)?
6g version 7860

Which operating system are you using?
darwin/amd64
Darwin Kernel Version 10.7.0: Sat Jan 29 15:16:10 PST 2011;
root:xnu-1504.9.37~1/RELEASE_X86_64 x86_64

Which revision are you using?  (hg identify)
fad73d342108 tip

Please provide any additional information below.
@rsc
Copy link
Contributor

rsc commented Mar 25, 2011

Comment 1:

This is an OS X bug.  I will disable the test.

Owner changed to @rsc.

Status changed to Accepted.

@rsc
Copy link
Contributor

rsc commented Mar 25, 2011

Comment 2:

This issue was closed by revision 071d212.

Status changed to Fixed.

@golang golang locked and limited conversation to collaborators Jun 24, 2016
@rsc rsc removed their assignment Jun 22, 2022
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants