зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1358559 - Sync the disabling of browser_all_files_referenced.js on linux32 to the redundant and duplicative run of the same test in the devtools suite
MozReview-Commit-ID: FvZFpMytppg
This commit is contained in:
Родитель
e449ec82f3
Коммит
3bac91ef14
|
@ -97,6 +97,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 || asan # no point in running on both opt and debug, and will likely intermittently timeout on debug
|
||||
skip-if = debug || asan || (os == 'linux' && bits == 32) # 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 || asan # no point in running on both opt and debug, and will likely intermittently timeout on debug
|
||||
skip-if = debug || asan || (os == 'linux' && bits == 32) # no point in running on both opt and debug, and will likely intermittently timeout on debug
|
||||
|
|
Загрузка…
Ссылка в новой задаче