Closed
Bug 1033707
Opened 12 years ago
Closed 8 years ago
Trychooser "Build Queue" / "Test Queue" entries are mispositioned, due to "shell rooting analysis (not run by default)" pushing them to wrap
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: dholbert, Unassigned)
Details
(Keywords: trychooser)
Attachments
(1 file)
|
59.95 KB,
image/png
|
Details |
STR:
1. Load http://trychooser.pub.build.mozilla.org/ from a Linux machine.
2. Try to figure out how many tests are running/pending, in the "macosx64" row.
ACTUAL RESULTS:
There's an extra number next to "macosx64", wrapped from the previous line. It looks like this:
{
Platform Build Test
Queue Queue
linux 5 6
linux64 5 1523
[...slice...]
shell rooting analysis (not run by default) N/A
macosx64 0 876 5
}
This is due to "shell rooting analysis (not run by default)" string being too long and pushing one of its numbers to wrap.
(It's actually the "5" that is wrapped -- "0 876" are the numbers for macosx64, though they're not in the right columns. Due to this misalignment, it's hard from this table to figure out what the queue-lengths are for this platform, unless you remember exactly which numbers to look at.)
(The layout gets all messed up because these "columns" are really floated elements, and float-based layout is easy to mess up if something is too wide.)
EXPECTED RESULTS:
Shorter label (or max-width-clamped label), so that there's no bizarre wrapping.
| Reporter | ||
Comment 1•12 years ago
|
||
(I'm hitting this on Linux [and have for quite a while], but I'm betting that it doesn't repro on other platforms due to different fonts there.)
| Reporter | ||
Comment 2•12 years ago
|
||
Updated•12 years ago
|
Keywords: trychooser
| Assignee | ||
Updated•9 years ago
|
Component: Tools → General
Comment 3•8 years ago
|
||
I think try chooser is dead/dying now that we have ./mach try fuzzy.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
| Reporter | ||
Comment 4•8 years ago
|
||
Hmm, I guess I'd better learn to use that then. :) Thanks.
You need to log in
before you can comment on or make changes to this bug.
Description
•