diff --git a/dom/media/test/mochitest.ini b/dom/media/test/mochitest.ini index b356f1b13cbd..28e9faa471a8 100644 --- a/dom/media/test/mochitest.ini +++ b/dom/media/test/mochitest.ini @@ -623,18 +623,18 @@ skip-if = toolkit == 'android' # bug 1043403 [test_eme_persistent_sessions.html] skip-if = toolkit == 'android' # bug 1043403 [test_eme_playback.html] -skip-if = toolkit == 'android' || os == 'win' # bug 1043403, bug 1187903, bug 1186406 +skip-if = toolkit == 'android' || toolkit == 'gonk' || os == 'win' # bug 1043403, bug 1187903, bug 1186406, bug 1193351 [test_eme_requestKeySystemAccess.html] skip-if = toolkit == 'android' # bug 1043403 [test_eme_stream_capture_blocked_case1.html] tags=msg capturestream -skip-if = toolkit == 'android' || os == 'win' # bug 1043403, bug 1140675, bug 1187903 +skip-if = toolkit == 'android' || toolkit == 'gonk' || os == 'win' # bug 1043403, bug 1140675, bug 1187903, bug 1193351 [test_eme_stream_capture_blocked_case2.html] tags=msg capturestream -skip-if = toolkit == 'android' || os == 'win' # bug 1043403, bug 1140675, bug 1187903 +skip-if = toolkit == 'android' || toolkit == 'gonk' || os == 'win' # bug 1043403, bug 1140675, bug 1187903, bug 1193351 [test_eme_stream_capture_blocked_case3.html] tags=msg capturestream -skip-if = toolkit == 'android' || os == 'win' # bug 1043403, bug 1140675, bug 1187903 +skip-if = toolkit == 'android' || toolkit == 'gonk' || os == 'win' # bug 1043403, bug 1140675, bug 1187903, bug 1193351 [test_empty_resource.html] [test_error_in_video_document.html] skip-if = toolkit == 'android' || (os == 'win' && !debug) || (os == 'mac' && !debug) # bug 608634