From 85b583d58eac89a4c7bd3e5afdfbc58c0a4db2cc Mon Sep 17 00:00:00 2001 From: Geoff Brown Date: Fri, 23 Aug 2019 07:28:04 +0000 Subject: [PATCH] Bug 1510405 - Skip searchconfigs xpcshell tests on aarch64; r=Standard8 These tests take a long time to run on aarch64, which makes it difficult to assign an appropriate task max-run-time for aarch64 xpcshell tests. Differential Revision: https://phabricator.services.mozilla.com/D43110 --HG-- extra : moz-landing-system : lando --- .../xpcshell/searchconfigs/xpcshell-common.ini | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell-common.ini b/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell-common.ini index c65d7f3ea63f..aa251c7ad15d 100644 --- a/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell-common.ini +++ b/toolkit/components/search/tests/xpcshell/searchconfigs/xpcshell-common.ini @@ -1,35 +1,35 @@ [test_amazon.js] # This is an extensive test and currently takes a long time. Therefore skip on # debug/asan and extend the timeout length otherwise. -skip-if = debug || asan +skip-if = debug || asan || (os == "win" && processor == "aarch64") requesttimeoutfactor = 3 [test_baidu.js] # This is an extensive test and currently takes a long time. Therefore skip on # debug/asan and extend the timeout length otherwise. -skip-if = debug || asan +skip-if = debug || asan || (os == "win" && processor == "aarch64") requesttimeoutfactor = 3 [test_bing.js] # This is an extensive test and currently takes a long time. Therefore skip on # debug/asan and extend the timeout length otherwise. -skip-if = debug || asan +skip-if = debug || asan || (os == "win" && processor == "aarch64") requesttimeoutfactor = 3 [test_duckduckgo.js] # This is an extensive test and currently takes a long time. Therefore skip on # debug/asan and extend the timeout length otherwise. -skip-if = debug || asan +skip-if = debug || asan || (os == "win" && processor == "aarch64") requesttimeoutfactor = 3 [test_ebay.js] # This is an extensive test and currently takes a long time. Therefore skip on # debug/asan and extend the timeout length otherwise. -skip-if = debug || asan +skip-if = debug || asan || (os == "win" && processor == "aarch64") requesttimeoutfactor = 3 [test_google.js] # This is an extensive test and currently takes a long time. Therefore skip on # debug/asan and extend the timeout length otherwise. -skip-if = debug || asan +skip-if = debug || asan || (os == "win" && processor == "aarch64") requesttimeoutfactor = 3 [test_yandex.js] # This is an extensive test and currently takes a long time. Therefore skip on # debug/asan and extend the timeout length otherwise. -skip-if = debug || asan +skip-if = debug || asan || (os == "win" && processor == "aarch64") requesttimeoutfactor = 3