mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 979552 - Disable some robocop tests on Android 2.3
This commit is contained in:
parent
c374245688
commit
ff66e08eeb
@ -6,6 +6,8 @@ skip-if = android_version == "10"
|
|||||||
# disabled on x86 only; bug 936216
|
# disabled on x86 only; bug 936216
|
||||||
skip-if = processor == "x86"
|
skip-if = processor == "x86"
|
||||||
[testAddSearchEngine]
|
[testAddSearchEngine]
|
||||||
|
# disabled on Android 2.3; bug 979552
|
||||||
|
skip-if = android_version == "10"
|
||||||
[testAdobeFlash]
|
[testAdobeFlash]
|
||||||
skip-if = processor == "x86"
|
skip-if = processor == "x86"
|
||||||
[testAwesomebar]
|
[testAwesomebar]
|
||||||
@ -15,6 +17,8 @@ skip-if = processor == "x86"
|
|||||||
# [testBookmark] # see bug 915350
|
# [testBookmark] # see bug 915350
|
||||||
[testBookmarksPanel]
|
[testBookmarksPanel]
|
||||||
[testBookmarkFolders]
|
[testBookmarkFolders]
|
||||||
|
# disabled on Android 2.3; bug 979552
|
||||||
|
skip-if = android_version == "10"
|
||||||
# [testBookmarklets] # see bug 915350
|
# [testBookmarklets] # see bug 915350
|
||||||
# [testBookmarkKeyword] # see bug 915350
|
# [testBookmarkKeyword] # see bug 915350
|
||||||
[testBrowserProvider]
|
[testBrowserProvider]
|
||||||
@ -37,8 +41,8 @@ skip-if = processor == "x86"
|
|||||||
# disabled on x86 only; bug 957185
|
# disabled on x86 only; bug 957185
|
||||||
skip-if = processor == "x86"
|
skip-if = processor == "x86"
|
||||||
[testImportFromAndroid]
|
[testImportFromAndroid]
|
||||||
# disabled on x86 only; bug 900664
|
# disabled on x86 and 2.3; bug 900664, 979552
|
||||||
skip-if = processor == "x86"
|
skip-if = android_version == "10" || processor == "x86"
|
||||||
[testInputUrlBar]
|
[testInputUrlBar]
|
||||||
[testJarReader]
|
[testJarReader]
|
||||||
[testLinkContextMenu]
|
[testLinkContextMenu]
|
||||||
@ -72,12 +76,16 @@ skip-if = processor == "x86"
|
|||||||
skip-if = processor == "x86"
|
skip-if = processor == "x86"
|
||||||
[testSessionOOMRestore]
|
[testSessionOOMRestore]
|
||||||
[testSettingsMenuItems]
|
[testSettingsMenuItems]
|
||||||
|
# disabled on Android 2.3; bug 979552
|
||||||
|
skip-if = android_version == "10"
|
||||||
# [testShareLink] # see bug 915897
|
# [testShareLink] # see bug 915897
|
||||||
[testSystemPages]
|
[testSystemPages]
|
||||||
# disabled on x86 only; bug 907383
|
# disabled on x86 only; bug 907383
|
||||||
skip-if = processor == "x86"
|
skip-if = processor == "x86"
|
||||||
# [testThumbnails] # see bug 813107
|
# [testThumbnails] # see bug 813107
|
||||||
[testTitleBar]
|
[testTitleBar]
|
||||||
|
# disabled on Android 2.3; bug 979552
|
||||||
|
skip-if = android_version == "10"
|
||||||
# [testVkbOverlap] # see bug 907274
|
# [testVkbOverlap] # see bug 907274
|
||||||
|
|
||||||
# Using JavascriptTest
|
# Using JavascriptTest
|
||||||
|
Loading…
Reference in New Issue
Block a user