Bug 1561046 - remove android_version >= '19' from manifest files r=gbrown

This patch removes annotations of `android_version >= 19`.

Differential Revision: https://phabricator.services.mozilla.com/D45796

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Edwin Takahashi 2019-09-13 22:14:38 +00:00
parent 5906f23d74
commit 557fc6ed68

View File

@ -769,7 +769,6 @@ skip-if = (android_version == '23' && debug) || (android_version == '25' && debu
skip-if = (android_version == '23' && debug) || (android_version == '25' && debug) # android(bug 1232305)
[test_bug1018933.html]
[test_bug1113600.html]
skip-if = android_version >= '19' # bug 1198168, android(bug 1232305)
tags=capturestream
[test_bug1242338.html]
skip-if = toolkit == 'android' # bug 1306916, bug 1329566, android(bug 1232305)
@ -1087,7 +1086,6 @@ skip-if = toolkit == 'android' || (verify && debug && os == 'win') # android(bug
[test_video_dimensions.html]
skip-if = toolkit == 'android' # bug 1298238, bug 1304535, android(bug 1232305)
[test_resolution_change.html]
skip-if = android_version >= '19' # bug 1393866
tags=capturestream
[test_resume.html]
skip-if = true # bug 1021673
@ -1290,7 +1288,7 @@ tags = suspend
[test_temporary_file_blob_video_plays.html]
skip-if = toolkit == 'android' || (os == 'win' && processor == 'aarch64') # bug 1533534 # android(bug 1232305)
[test_videoPlaybackQuality_totalFrames.html]
skip-if = (os == 'win' || android_version >= '19' || (os == 'mac' && os_version == '10.14')) # bug 1374189, mac due to bug 1544938
skip-if = os == 'win' || (os == 'mac' && os_version == '10.14') # bug 1374189, mac due to bug 1544938
[test_video_gzip_encoding.html]