Closed
Bug 454781
Opened 16 years ago
Closed 15 years ago
Mochitest doesn't align the names of the testfiles and test results
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla1.9.2a1
People
(Reporter: smaug, Assigned: smaug)
Details
(Keywords: fixed1.9.1, Whiteboard: [fixed1.9.1b99])
Attachments
(3 files, 2 obsolete files)
69.88 KB,
image/png
|
Details | |
69.40 KB,
image/png
|
Details | |
5.85 KB,
patch
|
Details | Diff | Splinter Review |
It is very difficult to see which test fails because the results aren't in the
same line with filenames. The patch puts filenames to the same line with
results.
I didn't remove or change linksToTableRows() because it is used also elsewhere.
Attachment #338085 -
Flags: review?(sayrer)
Assignee | ||
Comment 1•16 years ago
|
||
Attachment #338087 -
Flags: review?(sayrer)
Assignee | ||
Updated•16 years ago
|
Attachment #338085 -
Attachment is obsolete: true
Attachment #338085 -
Flags: review?(sayrer)
Assignee | ||
Comment 2•16 years ago
|
||
Assignee | ||
Comment 3•16 years ago
|
||
Updated•16 years ago
|
Attachment #338087 -
Flags: review?(sayrer) → review+
Assignee | ||
Comment 4•16 years ago
|
||
Uh, --chrome tests do something different and the patch make that even uglier.
Assignee | ||
Comment 5•16 years ago
|
||
Now all the callers of linksToTableRows are fixed
Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Comment 6•16 years ago
|
||
Backed out, reopening.
Apparently this was the cause of leakage on moz2-win32-slave07/08. They're replacing qm-win2k3-moz2-01 (which has also been mostly orange from leaks), although other platforms and qm-win2k3-03 were not leaking. Who knew?
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 7•16 years ago
|
||
ugh. Really. It means that we have a leak bug somewhere if a web page (mochitest)
can trigger it.
Assignee | ||
Comment 8•16 years ago
|
||
Justin, which test was leaking, mochitest or chrome?
Comment 9•16 years ago
|
||
The leak was in the Mochitest run... For an example, see:
http://tinderbox.mozilla.org/showlog.cgi?log=Firefox/1222299875.1222302701.18816.gz&fulltext=1#err0
Assignee | ||
Comment 10•16 years ago
|
||
I relanded this. There has been some leak fixes, hopefully fixing the
problems the patch revealed.
Not marking fixed before I've got leak results from windows tboxes.
Assignee | ||
Comment 11•16 years ago
|
||
Didn't work. Backed out.
Assignee | ||
Comment 12•15 years ago
|
||
Tried to reland, since this is *very* annoying bug.
The patch does still apply cleanly.
http://hg.mozilla.org/mozilla-central/rev/04cb4a9e893b
Assignee | ||
Updated•15 years ago
|
Status: REOPENED → RESOLVED
Closed: 16 years ago → 15 years ago
Resolution: --- → FIXED
Comment 13•15 years ago
|
||
Comment on attachment 338831 [details] [diff] [review]
fixes also --chrome
[Checkin: Comment 12 & 13]
http://hg.mozilla.org/releases/mozilla-1.9.1/rev/0efac62f1a94
Attachment #338831 -
Attachment description: fixes also --chrome → fixes also --chrome
[Checkin: Comment 12 & 13]
Updated•15 years ago
|
Attachment #338087 -
Attachment is obsolete: true
Updated•15 years ago
|
Flags: in-testsuite-
Keywords: fixed1.9.1
OS: Linux → All
Hardware: x86 → All
Whiteboard: [fixed1.9.1b5]
Target Milestone: --- → mozilla1.9.2a1
Version: unspecified → Trunk
Comment 14•15 years ago
|
||
Verified FIXED
Ran mochitests on both latest trunk and branch, spotted the patched alignment.
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.1pre) Gecko/20090601 Shiretoko/3.5pre
Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.5; en-US; rv:1.9.2a1pre) Gecko/20090601 Minefield/3.6a1pre
Status: RESOLVED → VERIFIED
Updated•15 years ago
|
Whiteboard: [fixed1.9.1b5] → [fixed1.9.1b99]
You need to log in
before you can comment on or make changes to this bug.
Description
•