testing: TestBenchmarkBLoopIterationCorrect fails under GOMAXPROCS=1 #70627
Labels
FixPending
Issues that have a fix which has not yet been reviewed or submitted.
NeedsFix
The path to resolution is known, but the work has not been done.
Milestone
At tip (commit c5adb82), TestBenchmarkBLoopIterationCorrect succeeds under most conditions.
But it fails consistently when run in an environment where
GOMAXPROCS
is 1:Also see https://ci.chromium.org/b/8729873930854023953/test-results as an example where a builder is running into this. (CC @golang/plan9.)
The regexp added in CL 630455 (CC @JunyangShao) seems to require a -n suffix after the benchmark name, but that suffix isn't included when n is 1.
The text was updated successfully, but these errors were encountered: