зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1558370 - Correct disabling of test_arrowpanel.xul which redisables toolkit chrome tests on Android. r=emilio
Differential Revision: https://phabricator.services.mozilla.com/D34490 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
1002cff1d3
Коммит
ab00497b2b
|
@ -1,6 +1,5 @@
|
|||
[DEFAULT]
|
||||
skip-if = os == 'android'
|
||||
skip-if = (debug && (os == 'win' ) && (bits == 32)) #Bug 1546256
|
||||
support-files =
|
||||
../widgets/popup_shared.js
|
||||
../widgets/tree_shared.js
|
||||
|
@ -58,7 +57,7 @@ support-files =
|
|||
|
||||
[test_about_networking.html]
|
||||
[test_arrowpanel.xul]
|
||||
skip-if = (verify && (os == 'win'))
|
||||
skip-if = (verify && (os == 'win')) || (debug && (os == 'win') && (bits == 32)) # Bug 1546256
|
||||
[test_autocomplete2.xul]
|
||||
[test_autocomplete3.xul]
|
||||
[test_autocomplete4.xul]
|
||||
|
|
Загрузка…
Ссылка в новой задаче