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
This commit is contained in:
Geoff Brown 2019-08-23 07:28:04 +00:00
Родитель 5d73f5457f
Коммит 85b583d58e
1 изменённых файлов: 7 добавлений и 7 удалений

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

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