blob: 83f50ef208cf7c879d94ef246dc362e5459dd772 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[default]
head = head.js
skip-if =
asan || tsan # With sanitizers, we regularly hit internal timeouts.
support-files =
small-shot.mp3
[browser_aboutprocesses_default_options.js]
https_first_disabled = true
[browser_aboutprocesses_show_all_frames.js]
https_first_disabled = true
[browser_aboutprocesses_show_threads.js]
https_first_disabled = true
[browser_aboutprocesses_show_frames_without_threads.js]
https_first_disabled = true
[browser_aboutprocesses_selection.js]
[browser_aboutprocesses_twisty.js]
[browser_aboutprocesses_shortcut.js]
[browser_aboutprocesses_utility_actors.js]
|