Bruce Dawson
unread,Nov 6, 2020, 9:19:49 PM11/6/20Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Chromium-dev, yuh...@chromium.org, Avi Drissman, Chromium-dev
That range works on Windows, for what it's worth, so I checked to see what other options worked. I tried linux and reproduced your failure. I then tried linux64 and it worked. My guess is that we don't support 32-bit Linux anymore and that option should be removed from bisect-builds.py. I've created a CL to do that to avoid future confusion, or I might figure out the maximum range of linux bisects and do a range check and more helpful error message.
So, change linux to linux64 and you will be in business.
Also, the bisect-builds.py script was recently updated so that if you are bisecting between stable versions you can use milestone numbers, like this:
tools/bisect-builds.py -g M85 -b M86
If you aren't bisecting between stable builds you may still be able to use version numbers, like this:
tools/bisect-builds.py -g 87.0.4280.0 -b 88.0.4310.0
The script translates from milestone or version numbers into revision numbers and then proceeds as normal.
Also, I recommend using --verify-range. It is always frustrating to go through the entire bisect process and then realize that you had the wrong range.