Bug 1252121 - disable test_basic_pan.html and test_tap.html on android 2.3. r=gbrown

MozReview-Commit-ID: fBVJ1ABzhK
This commit is contained in:
Joel Maher 2016-02-29 08:38:38 -08:00
parent bba2cbe9cb
commit 9d567405e8

View File

@ -27,7 +27,8 @@ skip-if = (os == 'android') || (os == 'b2g') # uses wheel events which are not s
[test_basic_pan.html]
# Windows touch injection doesn't work in automation, but this test can be run locally on a windows touch device.
# On OS X we don't support touch events at all.
skip-if = (toolkit == 'windows') || (toolkit == 'cocoa')
# Android 2.3: bug 1252121
skip-if = (toolkit == 'windows') || (toolkit == 'cocoa') || (android_version == '10')
[test_scroll_inactive_flattened_frame.html]
skip-if = (os == 'android') || (os == 'b2g') || (buildapp == 'mulet') # wheel events not supported on mobile; see bug 1164274 for mulet
[test_scroll_inactive_bug1190112.html]
@ -38,4 +39,5 @@ skip-if = (os == 'android') || (os == 'b2g') || (buildapp == 'mulet') # wheel ev
[test_tap.html]
# Windows touch injection doesn't work in automation, but this test can be run locally on a windows touch device.
# On OS X we don't support touch events at all.
skip-if = (toolkit == 'windows') || (toolkit == 'cocoa')
# Android 2.3: bug 1252121
skip-if = (toolkit == 'windows') || (toolkit == 'cocoa') || (android_version == '10')