From f31d1cba33bfa351312a6136bb42a9bf8b1a76b3 Mon Sep 17 00:00:00 2001 From: Ryan VanderMeulen Date: Fri, 21 Aug 2015 09:41:52 -0400 Subject: [PATCH] Bug 1187903 - Skip various failure-prone EME tests on Windows debug. --- dom/media/test/mochitest.ini | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dom/media/test/mochitest.ini b/dom/media/test/mochitest.ini index dde2ff7e2ff..7053803d16b 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' # bug 1043403 +skip-if = toolkit == 'android' || (os == 'win' && debug) # bug 1043403, bug 1187903 [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' && !debug) # bug 1043403, bug 1140675 +skip-if = toolkit == 'android' || os == 'win' # bug 1043403, bug 1140675, bug 1187903 [test_eme_stream_capture_blocked_case2.html] tags=msg capturestream -skip-if = toolkit == 'android' || (os == 'win' && !debug) # bug 1043403, bug 1140675 +skip-if = toolkit == 'android' || os == 'win' # bug 1043403, bug 1140675, bug 1187903 [test_eme_stream_capture_blocked_case3.html] tags=msg capturestream -skip-if = toolkit == 'android' || (os == 'win' && !debug) # bug 1043403, bug 1140675 +skip-if = toolkit == 'android' || os == 'win' # bug 1043403, bug 1140675, bug 1187903 [test_empty_resource.html] [test_error_in_video_document.html] skip-if = toolkit == 'android' || (os == 'win' && !debug) || (os == 'mac' && !debug) # bug 608634