Bug 1187903 - Skip various failure-prone EME tests on Windows debug.

This commit is contained in:
Ryan VanderMeulen 2015-08-21 09:41:52 -04:00
parent 9f96369c36
commit f31d1cba33

View File

@ -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