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: flaky test #6118

Closed
bradfitz opened this issue Aug 12, 2013 · 1 comment
Closed

runtime/pprof: flaky test #6118

bradfitz opened this issue Aug 12, 2013 · 1 comment
Milestone

Comments

@bradfitz
Copy link
Contributor

Change 39a586fa20b1 broke the linux-arm-panda build:
http://build.golang.org/log/cb6ac775cad7b975402cc9d02e43a3b7b85e5f2f


ok      runtime/debug   0.023s
--- FAIL: TestBlockProfile (0.12 seconds)
        pprof_test.go:174: Bad chan entry, expect:
                
                [0-9]+ [0-9]+ @ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+ 0x[0-9,a-f]+
                #       0x[0-9,a-f]+    runtime/pprof_test\.produceChanContention\+0x[0-9,a-f]+ .*/src/pkg/runtime/pprof/pprof_test.go:[0-9]+
                #       0x[0-9,a-f]+    runtime/pprof_test\.TestBlockProfile\+0x[0-9,a-f]+      .*/src/pkg/runtime/pprof/pprof_test.go:[0-9]+
                
                got:
                --- contention:
                cycles/second=999695303
FAIL
FAIL    runtime/pprof   6.515s
?       runtime/race    [no test files]
@dvyukov
Copy link
Member

dvyukov commented Aug 13, 2013

Comment 1:

Status changed to Duplicate.

Merged into issue #6114.

@rsc rsc added this to the Go1.2 milestone Apr 14, 2015
@rsc rsc removed the go1.2maybe label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
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

4 participants