mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-02 01:48:05 +00:00
Bug 1336581 - Disable failing Mochitest Skia tests on Android, r=gbrown
This commit is contained in:
parent
327d2bec81
commit
021b991ace
@ -201,6 +201,7 @@ skip-if = toolkit != 'cocoa'
|
||||
disabled = bug 407107
|
||||
[test_2d.strokeRect.zero.5.html]
|
||||
[test_bitmaprenderer.html]
|
||||
skip-if = android_version == '25' # bug 1336581
|
||||
[test_bug232227.html]
|
||||
[test_bug613794.html]
|
||||
[test_bug764125.html]
|
||||
@ -227,16 +228,20 @@ support-files = captureStream_common.js
|
||||
[test_drawWindow.html]
|
||||
support-files = file_drawWindow_source.html file_drawWindow_common.js
|
||||
[test_imagebitmap.html]
|
||||
skip-if = android_version == '17' || android_version == '19' # bug 1336581
|
||||
tags = imagebitmap
|
||||
[test_imagebitmap_close.html]
|
||||
tags = imagebitmap
|
||||
[test_imagebitmap_cropping.html]
|
||||
skip-if = android_version >= '17' # bug 1336581
|
||||
tags = imagebitmap
|
||||
[test_imagebitmap_extensions.html]
|
||||
skip-if = android_version >= '17' # bug 1336581
|
||||
tags = imagebitmap
|
||||
[test_imagebitmap_extensions_on_worker.html]
|
||||
tags = imagebitmap
|
||||
[test_imagebitmap_on_worker.html]
|
||||
skip-if = android_version >= '17' # bug 1336581
|
||||
tags = imagebitmap
|
||||
[test_imagebitmap_structuredclone.html]
|
||||
tags = imagebitmap
|
||||
|
Loading…
Reference in New Issue
Block a user