Closed
Bug 525377
Opened 16 years ago
Closed 16 years ago
tbpl should order mochitest chunks
Categories
(Tree Management Graveyard :: TBPL, enhancement)
Tree Management Graveyard
TBPL
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: sgautherie, Assigned: mstange)
References
()
Details
It should display them as:
M1 M2 M3 M4 M5
Mo1 Mo2 Mo3 Mo4 Mo5
Md1 Md2 Md3 Md4 Md5
not randomly ordered.
(example: M1 M4 M3 M5 M2 Mo4 Mo5 Mo3 Mo2 Mo1 Md3 Md2 Md5 Md4 Md1)
Comment 1•16 years ago
|
||
yesterda there was a brief talk ongoing in developers about showing M[1 2 3 4 5] Mo[1 2 3 4 5] and so on...
but i can't find a bug about that.
Comment 3•16 years ago
|
||
Without knowing of this bug, I implemented this feature independently in my clone.
You can test it here: http://tbpl.swatinem.de/
Markus will pull from me shortly.
| Assignee | ||
Comment 4•16 years ago
|
||
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/460a6ef67ccb
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/d42394765f6c
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/1a43512c8996
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/a7a8e7a8de97
Oops, forgot the bug number in the checkin message.
Also, this doesn't really look good yet - please file bugs with suggestions!
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
| Reporter | ||
Comment 5•16 years ago
|
||
Something wrong on FF3.6 (and FF3.5), which doesn't use chunks:
I see (2009.11.12 17:56:30 -8) "M []" or "M [ ]";
there were (2009.11.12 09:39:08 -8) a few "M [*]" () too...
As for suggestions,
*maybe the space after the letter could be removed?
*maybe it could use "()" instead of "[]"?
*maybe the letter (and "brackets") could take the color of the worst case: purple/red/orange/green/gray?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
| Reporter | ||
Comment 6•16 years ago
|
||
(In reply to comment #5)
> there were (2009.11.12 09:39:08 -8) a few "M [*]" () too...
This case happens when a comment is added: the number is missing.
| Reporter | ||
Comment 7•16 years ago
|
||
(In reply to comment #6)
> (In reply to comment #5)
> > there were (2009.11.12 09:39:08 -8) a few "M [*]" () too...
>
> This case happens when a comment is added: the number is missing.
Sorry, no number on FF3.6: for both issues, chunk notation should just not be applied on these trees.
| Assignee | ||
Comment 8•16 years ago
|
||
Oh man. My testing is lacking in thoroughness.
Turn off Mochitest chunking on Firefox 3.6:
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/49a8c492607d
Tweak the appearance:
http://hg.mozilla.org/users/mstange_themasta.com/tinderboxpushlog/rev/3312044bbf98
I didn't remove the space between the letter and the brackets, I only made it a little smaller.
Status: REOPENED → RESOLVED
Closed: 16 years ago → 16 years ago
Resolution: --- → FIXED
Comment 9•16 years ago
|
||
i must say this grouping is really awesome and helps a lot.
| Reporter | ||
Comment 10•16 years ago
|
||
V.Fixed.
I filed bug 528450 on my 3rd suggestion.
Status: RESOLVED → VERIFIED
| Reporter | ||
Comment 11•16 years ago
|
||
Ah, yet another case: '(1 2 3 4 5 1 2 3 4 5)'.
Should be '(1 1 2 2 3 3 4 4 5 5)'.
Updated•11 years ago
|
Product: Webtools → Tree Management
Updated•11 years ago
|
Product: Tree Management → Tree Management Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•