Bug 1355984 - Skip browser static analysis check tests on ASAN when running in the devtools suite as well. r=Gijs

--HG--
extra : rebase_source : e04b45363b6e63d68a175517f9060315633fe302
This commit is contained in:
Ryan VanderMeulen 2017-04-18 12:57:15 -04:00
Родитель 94493db811
Коммит 3348cc9f53
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -96,6 +96,6 @@ skip-if = os == "mac" && os_version == "10.8" || os == "win" && os_version == "5
[browser_two_tabs.js]
# We want these tests to run for mochitest-dt as well, so we include them here:
[../../../../browser/base/content/test/static/browser_parsable_css.js]
skip-if = debug # no point in running on both opt and debug, and will likely intermittently timeout on debug
skip-if = debug || asan # no point in running on both opt and debug, and will likely intermittently timeout on debug
[../../../../browser/base/content/test/static/browser_all_files_referenced.js]
skip-if = debug # no point in running on both opt and debug, and will likely intermittently timeout on debug
skip-if = debug || asan # no point in running on both opt and debug, and will likely intermittently timeout on debug