18 lines
599 B
INI
18 lines
599 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. Also known to be flaky on
|
|
# Linux32 (bug 1172468, bug 1349307), so skip them there as well.
|
|
skip-if = asan || debug || (os == 'linux' && bits == 32)
|
|
support-files =
|
|
head.js
|
|
|
|
[browser_all_files_referenced.js]
|
|
[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]
|