Closed
Bug 1037370
Opened 10 years ago
Closed 10 years ago
TEST-UNEXPECTED-FAIL | /tests/content/media/test/test_fastSeek.html | uncaught exception - TypeError: v.parentNode is null at http://mochi.test:8888/tests/content/media/test/test_fastSeek.html:62
Categories
(Core :: Audio/Video, defect)
Tracking
()
RESOLVED
FIXED
mozilla34
Tracking | Status | |
---|---|---|
firefox31 | --- | wontfix |
firefox32 | --- | fixed |
firefox33 | --- | fixed |
firefox34 | --- | fixed |
firefox-esr24 | --- | unaffected |
firefox-esr31 | --- | fixed |
b2g-v1.4 | --- | unaffected |
b2g-v2.0 | --- | fixed |
b2g-v2.1 | --- | fixed |
People
(Reporter: jwwang, Assigned: jwwang, Mentored)
References
Details
(Whiteboard: [good first bug])
Attachments
(1 file)
1.07 KB,
patch
|
cajbir
:
review+
|
Details | Diff | Splinter Review |
https://tbpl.mozilla.org/php/getParsedLog.php?id=43595419&tree=Try&full=1#error0
At end of the test, mediaTestCleanup() [1] is called to clean up which will remove nodes from the document. Therefore v.parentNode will be null. [2]
[1] https://hg.mozilla.org/try/file/d8abaf7a0099/content/media/test/manifest.js#l743
[2] https://hg.mozilla.org/try/file/d8abaf7a0099/content/media/test/test_fastSeek.html#l62
Assignee | ||
Updated•10 years ago
|
Mentor: jwwang
Whiteboard: [good first bug]
Assignee | ||
Comment 1•10 years ago
|
||
Looks like no one will take this bug... I will move on though...
Assignee | ||
Comment 2•10 years ago
|
||
See comment 0 for the root cause.
try: https://tbpl.mozilla.org/?tree=Try&rev=23f901c88665
no failures in test_fastSeek.html.
Assignee: nobody → jwwang
Status: NEW → ASSIGNED
Attachment #8459578 -
Flags: review?(cajbir.bugzilla)
Updated•10 years ago
|
Attachment #8459578 -
Flags: review?(cajbir.bugzilla) → review+
Assignee | ||
Comment 3•10 years ago
|
||
try: https://tbpl.mozilla.org/?tree=Try&rev=23f901c88665
no failures in test_fastSeek.html.
Keywords: checkin-needed
Keywords: checkin-needed
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla34
Updated•10 years ago
|
status-b2g-v1.4:
--- → unaffected
status-b2g-v2.0:
--- → affected
status-b2g-v2.1:
--- → fixed
status-firefox31:
--- → wontfix
status-firefox32:
--- → affected
status-firefox33:
--- → affected
status-firefox34:
--- → fixed
status-firefox-esr24:
--- → unaffected
status-firefox-esr31:
--- → affected
Updated•10 years ago
|
Flags: needinfo?(ryanvm)
Comment 6•10 years ago
|
||
https://hg.mozilla.org/releases/mozilla-aurora/rev/68e087b509e0
https://hg.mozilla.org/releases/mozilla-beta/rev/d76eb20e74b4
https://hg.mozilla.org/releases/mozilla-esr31/rev/1e303589a899
Flags: needinfo?(ryanvm)
Comment 7•10 years ago
|
||
Updated•10 years ago
|
QA Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•