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:
Sebastian Hengst 2019-06-11 09:50:26 +00:00
Родитель 1002cff1d3
Коммит ab00497b2b
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -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]