Bug 1294420 - Skip tests that use h264 on WinXP. r?gerald draft
authorDan Glastonbury <dglastonbury@mozilla.com>
Thu, 11 Aug 2016 21:24:12 +0800
changeset 399557 3fb20ad96b879717ea6b2ba8d7ad91030ccffc26
parent 399489 de4deb24974f188be76d35afcc970ff42bb1e320
child 399790 f567b60a98fe6b1cba895d12bf7f8d506e25ba20
child 401429 8e2c41c9379bda6ff15855615b966292c7dc2714
push id25871
push userbmo:dglastonbury@mozilla.com
push dateThu, 11 Aug 2016 13:31:30 +0000
reviewersgerald
bugs1294420
milestone51.0a1
Bug 1294420 - Skip tests that use h264 on WinXP. r?gerald Fix permafail for mda on WinXP which has no h264 MozReview-Commit-ID: 35tlO5vPTLD
dom/media/test/mochitest.ini
--- a/dom/media/test/mochitest.ini
+++ b/dom/media/test/mochitest.ini
@@ -881,13 +881,16 @@ tags = webvtt
 # The tests below contain backend-specific tests. Write backend independent
 # tests rather than adding to this list.
 [test_can_play_type_webm.html]
 [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')
 tags = suspend
 [test_background_video_no_suspend_short_vid.html]
+skip-if = (os == 'win' && os_version == '5.1')
 tags = suspend
 [test_background_video_no_suspend_disabled.html]
+skip-if = (os == 'win' && os_version == '5.1')
 tags = suspend