From ab00497b2bba59b19e51465218aa5f2daa2d7118 Mon Sep 17 00:00:00 2001 From: Sebastian Hengst Date: Tue, 11 Jun 2019 09:50:26 +0000 Subject: [PATCH] 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 --- toolkit/content/tests/chrome/chrome.ini | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/toolkit/content/tests/chrome/chrome.ini b/toolkit/content/tests/chrome/chrome.ini index fa7244290e6c..4835f6f9cec1 100644 --- a/toolkit/content/tests/chrome/chrome.ini +++ b/toolkit/content/tests/chrome/chrome.ini @@ -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]