blob: a1069969ada293f58d779f9d9e253a480969a7ea (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
[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]
|