blob: 33fcc1a4cc2b2f3013a38326bd0304fbae8e62b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
[DEFAULT]
head =
tail =
skip-if = toolkit == 'android'
support-files =
!/toolkit/crashreporter/test/unit/crasher_subprocess_head.js
!/toolkit/crashreporter/test/unit/crasher_subprocess_tail.js
!/toolkit/crashreporter/test/unit/head_crashreporter.js
[test_content_annotation.js]
[test_content_exception_time_annotation.js]
[test_content_oom_annotation_windows.js]
skip-if = os != 'win'
[test_content_memory_list.js]
skip-if = os != 'win'
|