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: TestBlockProfile fails on ARM #6145

Closed
gopherbot opened this issue Aug 14, 2013 · 1 comment
Closed

runtime/pprof: TestBlockProfile fails on ARM #6145

gopherbot opened this issue Aug 14, 2013 · 1 comment
Milestone

Comments

@gopherbot
Copy link

by capnm9:

Randomly breaks the ARM build.

hg id
fa4c62bd1d41 tip

uname -a
Linux rpi 3.6.11+ #474 PREEMPT Thu Jun 13 17:14:42 BST 2013 armv6l GNU/Linux

Also spotted here:
http://build.golang.org/log/3e18360665753e8a4dfea3929822b33c7e0d4175

...
ok      runtime/debug   0.037s
--- FAIL: TestBlockProfile (0.12 seconds)
    pprof_test.go:202: 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=999999990
FAIL
FAIL    runtime/pprof   11.908s
?       runtime/race    [no test files]
ok      sort    0.933s
...
@dvyukov
Copy link
Member

dvyukov commented Aug 14, 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

3 participants