mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-12 14:20:14 +02:00
MozReview-Commit-ID: FdZyOpdvarb --HG-- extra : rebase_source : f89b0e1bb75b2ca5626ff07e53f768db6e5caeeb
17 lines
539 B
INI
17 lines
539 B
INI
[DEFAULT]
|
|
# These tests can be prone to intermittent failures on slower systems.
|
|
# Since the specific flavor doesn't matter from a correctness standpoint,
|
|
# just skip the tests on ASAN and debug builds.
|
|
skip-if = asan || debug
|
|
support-files =
|
|
head.js
|
|
|
|
[browser_all_files_referenced.js]
|
|
skip-if = verify && bits == 32 # Causes OOMs when run repeatedly
|
|
[browser_misused_characters_in_strings.js]
|
|
support-files =
|
|
bug1262648_string_with_newlines.dtd
|
|
[browser_parsable_css.js]
|
|
support-files =
|
|
dummy_page.html
|
|
[browser_parsable_script.js]
|