134 lines
3.8 KiB
TOML
134 lines
3.8 KiB
TOML
[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",
|
|
"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_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 == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug", # Bug 1767771
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1767771
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1767771
|
|
"os == 'win' && os_version == '11.26100' && processor == '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"]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1744565
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11'", # Bug 1744565
|
|
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug", # Bug 1932913
|
|
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && asan", # Bug 1767772
|
|
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && ccov", # Bug 1767772
|
|
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && debug", # Bug 1767772
|
|
]
|
|
|
|
["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 == '18.04' && processor == 'x86_64' && debug && http3", # Bug 1829298
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug && http3", # Bug 1829298
|
|
]
|