Closed
Bug 1294420
Opened 9 years ago
Closed 9 years ago
Don't run h264 only tests on Windows XP
Categories
(Core :: Audio/Video: Playback, defect)
Core
Audio/Video: Playback
Tracking
()
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: u480271, Assigned: u480271)
References
Details
Attachments
(1 file)
No description provided.
Comment hidden (mozreview-request) |
Assignee: nobody → dglastonbury
Comment 2•9 years ago
|
||
mozreview-review |
Comment on attachment 8780083 [details]
Bug 1294420 - Skip tests that use h264 on WinXP.
https://reviewboard.mozilla.org/r/70892/#review68290
Attachment #8780083 -
Flags: review?(gsquelart) → review+
Pushed by dglastonbury@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e053acbb4b89
Skip tests that use h264 on WinXP. r=gerald
Comment 4•9 years ago
|
||
mozreview-review |
Comment on attachment 8780083 [details]
Bug 1294420 - Skip tests that use h264 on WinXP.
https://reviewboard.mozilla.org/r/70892/#review68548
::: dom/media/test/mochitest.ini:889
(Diff revision 1)
> [test_can_play_type_wave.html]
> [test_fragment_noplay.html]
> [test_fragment_play.html]
>
> [test_background_video_suspend.html]
> +skip-if = (os == 'win' && os_version == '5.1')
https://hg.mozilla.org/mozilla-central/file/0502bd9e025edde29777ba1de4280f9b52af4663/dom/media/test/manifest.js#l1439
Can you use media.canPlayType() to check if this MIME type can be played or not? I prefer a platform independent way to do the check. If not, please add a comment to note H264 not supported on winxp so people won't try to fixed these skipped tests.
Updated•9 years ago
|
Component: Audio/Video → Audio/Video: Playback
Comment 5•9 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•