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
|
[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 == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # Bug 1767778
"os == 'linux' && os_version == '24.04' && arch == '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"]
["browser_target_command_service_workers_navigation_stopped.js"]
skip-if = [
"os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Bug 1767781
"os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1929449
"os == 'win' && os_version == '11.26100' && arch == 'x86_64' && ccov", # Bug 1767781
"os == 'win' && os_version == '11.26100' && arch == '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 == '24.04' && arch == 'x86_64' && display == 'x11' && debug", # Bug 1721859
"os == 'mac' && os_version == '14.70' && arch == 'x86_64' && debug", # Bug 1721859
"os == 'win' && os_version == '11.26100' && arch == 'x86_64' && debug", # Bug 1721859
]
["browser_target_command_various_descriptors.js"]
["browser_target_command_watchTargets.js"]
["browser_watcher_actor_getter_caching.js"]
|