Closed
Bug 386526
Opened 17 years ago
Closed 17 years ago
[FIX]Mochitest creates nodes using createElement, not createElementNS
Categories
(Testing :: Mochitest, defect, P2)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bzbarsky, Assigned: sayrer)
References
Details
(Keywords: autotest-issue)
Attachments
(2 files)
(deleted),
patch
|
sayrer
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
sayrer
:
review+
|
Details | Diff | Splinter Review |
As a result, the nodes created in non-HTML files are not HTML, and the output table doesn't get styled (because the "class" attribute on random nodes doesn't match CSS classes).
Reporter | ||
Comment 1•17 years ago
|
||
Actually, this is worse than I thought. The test framework relies on the nodes it creates having classes to function properly, as far as I can tell. See bug 396776. So it's possible that this issue will cause us to miss regresions.
Severity: normal → major
Reporter | ||
Comment 2•17 years ago
|
||
So I think I have a fix if I can get packed.js regenerated somehow....
Reporter | ||
Comment 3•17 years ago
|
||
We'd still need to regenerate packed.js after checking this in, though.
Reporter | ||
Updated•17 years ago
|
OS: Linux → All
Priority: -- → P1
Hardware: PC → All
Summary: Mochitest creates nodes using createElement, not createElementNS → [FIX]Mochitest creates nodes using createElement, not createElementNS
Target Milestone: --- → mozilla1.9 M9
Assignee | ||
Updated•17 years ago
|
Attachment #281547 -
Flags: review?(sayrer) → review+
Reporter | ||
Comment 4•17 years ago
|
||
Checked in. Robert. do you want another bug on regenerating packed.js? Or should I assign this one to you?
Reporter | ||
Comment 5•17 years ago
|
||
So not marking fixed yet, since it's not until packed.js is regenerated.
Assignee | ||
Comment 6•17 years ago
|
||
Just assign this to me.
Reporter | ||
Updated•17 years ago
|
Assignee: bzbarsky → sayrer
Status: ASSIGNED → NEW
Comment 7•17 years ago
|
||
Ignoring the results of all .xml mochitests is really bad, IMO.
Severity: major → blocker
Flags: blocking1.9?
Updated•17 years ago
|
Keywords: checkin-needed
Updated•17 years ago
|
Keywords: checkin-needed
Whiteboard: [needs landing]
Assignee | ||
Updated•17 years ago
|
Severity: blocker → normal
Priority: P1 → P2
Updated•17 years ago
|
Flags: tracking1.9+ → blocking1.9+
Comment 10•17 years ago
|
||
Sayre - final thoughts on this?
Assignee | ||
Comment 11•17 years ago
|
||
(In reply to comment #10)
> Sayre - final thoughts on this?
>
It is a blocker, it needs to be fixed. Working on it.
Updated•17 years ago
|
Attachment #281547 -
Flags: approval1.9+
Updated•17 years ago
|
Keywords: checkin-needed
Updated•17 years ago
|
Keywords: checkin-needed
Comment 12•17 years ago
|
||
Sayre, progress? Time is up.
Assignee | ||
Comment 13•17 years ago
|
||
I'll get this today
Assignee | ||
Comment 14•17 years ago
|
||
I'll check this in later tonight
Attachment #318489 -
Flags: review+
Assignee | ||
Updated•17 years ago
|
Attachment #318489 -
Attachment description: largely automaticly generated, npotb → generated, npotb
Comment 15•17 years ago
|
||
Comment on attachment 318489 [details] [diff] [review]
generated, npotb
[Checkin: Comment 17]
a1.9+=damons
Attachment #318489 -
Flags: approval1.9+
Assignee | ||
Updated•17 years ago
|
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Comment 16•16 years ago
|
||
Moving a bunch of Core :: Testing bugs to Testing :: Mochitest to clear out the former, which is obsolete now that we have more specialized categories for such bugs; filter on the string "MochitestMmMm" to delete all these notifications.
Component: Testing → Mochitest
Flags: blocking1.9+
Product: Core → Testing
QA Contact: testing → mochitest
Target Milestone: mozilla1.9beta1 → ---
Version: Trunk → unspecified
Whiteboard: [needs landing]
Updated•15 years ago
|
Attachment #281547 -
Attachment description: Proposed fix → Proposed fix
[Checkin: Comment 4]
Comment 17•15 years ago
|
||
Comment on attachment 318489 [details] [diff] [review]
generated, npotb
[Checkin: Comment 17]
http://hg.mozilla.org/mozilla-central/rev/f04505b82293
Attachment #318489 -
Attachment description: generated, npotb → generated, npotb
[Checkin: Comment 17]
Comment 18•15 years ago
|
||
(In reply to comment #17)
> http://hg.mozilla.org/mozilla-central/rev/f04505b82293
Iiuc, the (only) actual change (in this 185 kB patch) was the block at
http://hg.mozilla.org/mozilla-central/rev/f04505b82293#l1.3337
*****
Is this bug/fix specific to Mozilla tree,
or could/should it be upstreamed to MochiKit (too)?
You need to log in
before you can comment on or make changes to this bug.
Description
•