Closed
Bug 716238
Opened 14 years ago
Closed 14 years ago
ThunderbirdTry: "reftest/tests/content/media/test/crashtests/495794-1.html | load failed: timed out waiting for reftest-wait to be removed"
Categories
(Core :: Audio/Video, defect)
Core
Audio/Video
Tracking
()
VERIFIED
FIXED
mozilla12
People
(Reporter: sgautherie, Assigned: standard8)
References
()
Details
(Whiteboard: [perma-orange])
Attachments
(1 file)
1.26 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
(In reply to Serge Gautherie (:sgautherie) from bug 573634 comment #20)
> http://ftp.mozilla.org/pub/mozilla.org/thunderbird/try-builds/sgautherie.
> bz@free.fr-aeea4848d0e6/try-comm-central-macosx64/try-comm-central-macosx64-
> opt-unittest-crashtest-build63.txt.gz
> try-comm-central-macosx64-opt-unittest-crashtest
http://tinderbox.mozilla.org/showlog.cgi?log=ThunderbirdTry/1325930064.1325931088.952.gz
WINNT 5.2 try-comm-central opt test crashtest on 2012/01/07 01:54:24
too.
This looks like (all platform) perma-orange on ThunderbirdTry.
*****
Test code is:
{
1 <!DOCTYPE html>
2 <html class="reftest-wait">
3 <body>
4 <audio src="495794-1.ogg" autoplay onended="document.documentElement.className=undefined"></audio>
5 </body>
6 </html>
}
*****
I think Thunderbird does not automatically play videos, does it?
Might it be possible to enable a related preference just for this test?
Otherwise, might need to somehow disable this test for TB...
Assignee | ||
Comment 1•14 years ago
|
||
Thunderbird disables media.autoplay.enabled by default as we don't want media elements playing automatically.
As a result 495794-1.html fails because it is expecting autoplay to be enabled when it isn't.
There's two potential solutions to this bug: 1) force the autoplay pref to true via the profile, 2) Set autoplay pref to true for each test.
I've gone for the former as that seems to be the long-term robust solution.
Comment on attachment 590670 [details] [diff] [review]
Proposed fix
r=dbaron, though in the future somebody who works on video/audio stuff would probably be a better reviewer
Attachment #590670 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 3•14 years ago
|
||
Landed on inbound: https://hg.mozilla.org/integration/mozilla-inbound/rev/ab64f34dd8ea
Whiteboard: [perma-orange] → [perma-orange][inbound]
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Whiteboard: [perma-orange][inbound] → [perma-orange]
Target Milestone: --- → mozilla12
Reporter | ||
Comment 5•14 years ago
|
||
http://tinderbox.mozilla.org/showlog.cgi?log=ThunderbirdTry/1327474497.1327474782.16144.gz
OS X 10.6.2 try-comm-central opt test crashtest on 2012/01/24 22:54:57
http://tinderbox.mozilla.org/showlog.cgi?log=ThunderbirdTry/1327460903.1327461724.22414.gz
WINNT 5.2 try-comm-central opt test crashtest on 2012/01/24 19:08:23
V.Fixed
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•