mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
No bug: Re-enable testAddonManager for Android 4.0 r=me
This commit is contained in:
parent
d7fd6c6037
commit
c4e00bd636
@ -4,11 +4,9 @@
|
||||
# disabled on Android 2.3; bug 975187
|
||||
skip-if = android_version == "10"
|
||||
[testAddonManager]
|
||||
# disabled on x86 only; bug 936216
|
||||
#skip-if = processor == "x86"
|
||||
# disabled across the board - bug 941624, bug 1063509, bug 1073374, bug 1087221,
|
||||
# bug 1088023, bug 1088027, bug 1090206
|
||||
skip-if = true
|
||||
# disabled on x86; bug 936216
|
||||
# disabled on 2.3; bug 941624, bug 1063509, bug 1073374, bug 1087221, bug 1088023, bug 1088027, bug 1090206
|
||||
skip-if = android_version == "10" || processor == "x86"
|
||||
[testAddSearchEngine]
|
||||
# disabled on Android 2.3; bug 979552
|
||||
skip-if = android_version == "10"
|
||||
|
Loading…
Reference in New Issue
Block a user