mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-24 13:21:05 +00:00
Bug 1561046 - remove android api >= 23, api <= 17, api == 22 from manifest files r=gbrown
This change removes the following specifiers in the `mochitest` manifest files: - api >= 23 - api <= 17 - api == 22 Of the three, api >= 23 may present some risks, but `mochitest-media` suite does not appear to report any issues. Differential Revision: https://phabricator.services.mozilla.com/D49337 --HG-- extra : moz-landing-system : lando
This commit is contained in:
parent
1643004a5d
commit
af84bcf3df
@ -233,7 +233,6 @@ tags = imagebitmap
|
||||
[test_imagebitmap_close.html]
|
||||
tags = imagebitmap
|
||||
[test_imagebitmap_cropping.html]
|
||||
skip-if = android_version >= '17' # bug 1336581
|
||||
tags = imagebitmap
|
||||
[test_imagebitmap_structuredclone.html]
|
||||
tags = imagebitmap
|
||||
|
@ -715,28 +715,18 @@ skip-if = true # bug 475110 - disabled since we don't play Wave files standalone
|
||||
[test_autoplay.html]
|
||||
[test_autoplay_contentEditable.html]
|
||||
[test_autoplay_policy.html]
|
||||
skip-if = android_version >= '23' # bug 1424903
|
||||
[test_autoplay_policy_activation.html]
|
||||
fail-if = fission
|
||||
skip-if = android_version >= '23' # bug 1424903
|
||||
[test_autoplay_policy_eventdown_activation.html]
|
||||
skip-if = android_version >= '23' # bug 1424903
|
||||
[test_autoplay_policy_key_blacklist.html]
|
||||
skip-if = android_version >= '23' || (verify && debug && (os == 'win')) # bug 1424903
|
||||
skip-if = (verify && debug && (os == 'win')) # bug 1424903
|
||||
[test_autoplay_policy_unmute_pauses.html]
|
||||
skip-if = android_version >= '23' # bug 1424903
|
||||
[test_autoplay_policy_play_before_loadedmetadata.html]
|
||||
skip-if = android_version >= '23' # bug 1424903
|
||||
[test_autoplay_policy_permission.html]
|
||||
skip-if = android_version >= '23' # bug 1424903
|
||||
[test_autoplay_policy_web_audio_notResumePageInvokedSuspendedAudioContext.html]
|
||||
skip-if = android_version >= '23' # bug 1424903
|
||||
[test_autoplay_policy_web_audio_mediaElementAudioSourceNode.html]
|
||||
skip-if = android_version >= '23' # bug 1424903
|
||||
[test_autoplay_policy_web_audio_AudioParamStream.html]
|
||||
skip-if = android_version >= '23' # bug 1424903
|
||||
[test_autoplay_policy_web_audio_createMediaStreamSource.html]
|
||||
skip-if = android_version >= '23' # bug 1424903
|
||||
[test_buffered.html]
|
||||
[test_bug448534.html]
|
||||
[test_bug463162.xhtml]
|
||||
@ -881,10 +871,8 @@ scheme=https
|
||||
[test_info_leak.html]
|
||||
[test_invalid_reject.html]
|
||||
[test_invalid_reject_play.html]
|
||||
skip-if = android_version <= '17' # android(bug 1232305)
|
||||
[test_invalid_seek.html]
|
||||
[test_load.html]
|
||||
fail-if = android_version == '22' # android(bug 1232305)
|
||||
[test_load_candidates.html]
|
||||
skip-if = toolkit == 'android' # android(bug 1232305)
|
||||
[test_load_same_resource.html]
|
||||
|
Loading…
Reference in New Issue
Block a user