-
Notifications
You must be signed in to change notification settings - Fork 18k
runtime: TestStackBarrierProfiling failing on mipsle #17936
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
Comments
Is it due to issue #13405, in particular, #13405 (comment) ?
/cc @aclements |
@cherrymui, good find. Seems likely. Should we make that test do the |
CL https://golang.org/cl/33306 mentions this issue. |
/cc @vstefanovic |
Since stack barriers aren't even on by default now, I'm sure this is the timing issue. (I'll be removing this test in Go 1.9 when I remove support for stack barriers.) I'm not positive, but I think CONFIG_HZ_100 would actually be fine if CONFIG_HIGH_RES_TIMERS were set. |
@bradfitz, just found http://elinux.org/High_Resolution_Timers#How_to_detect_if_your_timer_system_supports_high_resolution |
@cherrymui, feel free to improve it. I don't know exactly how to parse /proc/timer_list. I'm just trying to get build.golang.org to not be so red. |
linux-mipsle at 1b66b38
https://build.golang.org/log/59970800b3d64dc2d3d4231a7de764086a67ac15
/cc @vstefanovic @cherrymui
The text was updated successfully, but these errors were encountered: