83 lines
2.9 KiB
TOML
83 lines
2.9 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",
|
|
"simple_document.html",
|
|
"incremental-js-value-script.sjs",
|
|
"fission_document.html",
|
|
"fission_iframe.html",
|
|
"helper_service_workers_navigation.js",
|
|
"test_service_worker.js",
|
|
"test_sw_page.html",
|
|
"test_sw_page_worker.js",
|
|
"test_worker.js",
|
|
]
|
|
|
|
["browser_target_command_bfcache.js"]
|
|
|
|
["browser_target_command_browser_workers.js"]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1767778
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && tsan", # Bug 1767778
|
|
]
|
|
|
|
["browser_target_command_content_scripts.js"]
|
|
|
|
["browser_target_command_detach.js"]
|
|
|
|
["browser_target_command_frames.js"]
|
|
|
|
["browser_target_command_frames_popups.js"]
|
|
|
|
["browser_target_command_frames_reload_server_side_targets.js"]
|
|
|
|
["browser_target_command_getAllTargets.js"]
|
|
|
|
["browser_target_command_invalid_api_usage.js"]
|
|
|
|
["browser_target_command_processes.js"]
|
|
|
|
["browser_target_command_reload.js"]
|
|
|
|
["browser_target_command_scope_flag.js"]
|
|
|
|
["browser_target_command_service_workers.js"]
|
|
|
|
["browser_target_command_service_workers_navigation.js"]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1767781
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1872255
|
|
]
|
|
|
|
["browser_target_command_service_workers_navigation_stopped.js"]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && !a11y_checks", # Bug 1767781
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt && a11y_checks", # Bug 1767781
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && opt", # Bug 1767781
|
|
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929449
|
|
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && ccov", # Bug 1767781
|
|
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && opt", # Bug 1767781
|
|
]
|
|
|
|
["browser_target_command_switchToTarget.js"]
|
|
|
|
["browser_target_command_tab_workers.js"]
|
|
|
|
["browser_target_command_tab_workers_bfcache_navigation.js"]
|
|
skip-if = [
|
|
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1721859
|
|
"os == 'linux' && os_version == '24.04' && processor == 'x86_64' && display == 'x11' && debug", # Bug 1721859
|
|
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && debug", # Bug 1721859
|
|
"os == 'win' && os_version == '11.26100' && processor == 'x86_64' && debug", # Bug 1721859
|
|
]
|
|
|
|
["browser_target_command_various_descriptors.js"]
|
|
|
|
["browser_target_command_watchTargets.js"]
|
|
|
|
["browser_watcher_actor_getter_caching.js"]
|