File: browser.toml

package info (click to toggle)
firefox 147.0.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,683,320 kB
  • sloc: cpp: 7,607,359; javascript: 6,533,295; ansic: 3,775,223; python: 1,415,500; xml: 634,561; asm: 438,949; java: 186,241; sh: 62,752; makefile: 18,079; objc: 13,092; perl: 12,808; yacc: 4,583; cs: 3,846; pascal: 3,448; lex: 1,720; ruby: 1,003; php: 436; lisp: 258; awk: 247; sql: 66; sed: 54; csh: 10; exp: 6
file content (126 lines) | stat: -rw-r--r-- 3,245 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
[DEFAULT]
tags = "devtools"
subsuite = "devtools"
support-files = [
  "!/devtools/client/shared/test/shared-head.js",
  "!/devtools/client/shared/test/telemetry-test-helpers.js",
  "!/devtools/client/shared/test/highlighter-test-actor.js",
  "head.js",
  "breakpoint_document.html",
  "doc_console.html",
  "doc_console_iframe.html",
  "empty.html",
  "network_document.html",
  "network_document_navigation.html",
  "network_navigation.js",
  "early_console_document.html",
  "fission_document.html",
  "fission_document_workers.html",
  "fission_iframe.html",
  "fission_iframe_workers.html",
  "iframe_request.html",
  "service-worker-sources.js",
  "sources.html",
  "sources.js",
  "sse_backend.sjs",
  "sse_frontend_iframe.html",
  "sse_frontend.html",
  "style_document.css",
  "style_document.html",
  "style_iframe.css",
  "style_iframe.html",
  "stylesheets-nested-iframes.html",
  "test_image.png",
  "test_service_worker.js",
  "test_worker.js",
  "websocket_backend_wsh.py",
  "websocket_frontend_iframe.html",
  "websocket_frontend.html",
  "worker-sources.js",
]

["browser_browser_resources_console_messages.js"]

["browser_resources_clear_resources.js"]

["browser_resources_client_caching.js"]

["browser_resources_console_messages.js"]

["browser_resources_console_messages_navigation.js"]

["browser_resources_console_messages_workers.js"]

["browser_resources_css_changes.js"]

["browser_resources_css_messages.js"]

["browser_resources_css_registered_properties.js"]

["browser_resources_document_events.js"]

["browser_resources_error_messages.js"]

["browser_resources_getAllResources.js"]

["browser_resources_invalid_api_usage.js"]

["browser_resources_last_private_context_exit.js"]

["browser_resources_network_event_stacktraces.js"]

["browser_resources_network_event_stacktraces_keepalive.js"]

["browser_resources_network_events.js"]

["browser_resources_network_events_cache.js"]

["browser_resources_network_events_navigation.js"]

["browser_resources_network_events_parent_process.js"]

["browser_resources_platform_messages.js"]

["browser_resources_reflows.js"]
skip-if = [
  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug", # Bug 1767771
  "os == 'mac' && os_version == '14.70' && arch == 'x86_64' && debug", # Bug 1767771
  "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && debug", # Bug 1767771
]

["browser_resources_root_node.js"]

["browser_resources_scope_flag.js"]

["browser_resources_server_sent_events.js"]

["browser_resources_several_resources.js"]

["browser_resources_sources.js"]

["browser_resources_stylesheets.js"]

["browser_resources_stylesheets_header.js"]

["browser_resources_stylesheets_import.js"]

["browser_resources_stylesheets_navigation.js"]

["browser_resources_stylesheets_nested_iframes.js"]

["browser_resources_target_destroy.js"]

["browser_resources_target_resources_race.js"]

["browser_resources_target_switching.js"]

["browser_resources_thread_states.js"]

["browser_resources_unwatch_early.js"]

["browser_resources_watch_unwatch_multiple.js"]

["browser_resources_websocket.js"]
skip-if = [
  "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298
]