Bug 979552 - Disable some robocop tests on Android 2.3

This commit is contained in:
Geoff Brown 2014-03-04 17:02:04 -07:00
parent c374245688
commit ff66e08eeb

View File

@ -6,6 +6,8 @@ skip-if = android_version == "10"
# disabled on x86 only; bug 936216
skip-if = processor == "x86"
[testAddSearchEngine]
# disabled on Android 2.3; bug 979552
skip-if = android_version == "10"
[testAdobeFlash]
skip-if = processor == "x86"
[testAwesomebar]
@ -15,6 +17,8 @@ skip-if = processor == "x86"
# [testBookmark] # see bug 915350
[testBookmarksPanel]
[testBookmarkFolders]
# disabled on Android 2.3; bug 979552
skip-if = android_version == "10"
# [testBookmarklets] # see bug 915350
# [testBookmarkKeyword] # see bug 915350
[testBrowserProvider]
@ -37,8 +41,8 @@ skip-if = processor == "x86"
# disabled on x86 only; bug 957185
skip-if = processor == "x86"
[testImportFromAndroid]
# disabled on x86 only; bug 900664
skip-if = processor == "x86"
# disabled on x86 and 2.3; bug 900664, 979552
skip-if = android_version == "10" || processor == "x86"
[testInputUrlBar]
[testJarReader]
[testLinkContextMenu]
@ -72,12 +76,16 @@ skip-if = processor == "x86"
skip-if = processor == "x86"
[testSessionOOMRestore]
[testSettingsMenuItems]
# disabled on Android 2.3; bug 979552
skip-if = android_version == "10"
# [testShareLink] # see bug 915897
[testSystemPages]
# disabled on x86 only; bug 907383
skip-if = processor == "x86"
# [testThumbnails] # see bug 813107
[testTitleBar]
# disabled on Android 2.3; bug 979552
skip-if = android_version == "10"
# [testVkbOverlap] # see bug 907274
# Using JavascriptTest