browser.toml (2395B)
1 [DEFAULT] 2 tags = "devtools" 3 subsuite = "devtools" 4 support-files = [ 5 "!/devtools/client/shared/test/shared-head.js", 6 "!/devtools/client/shared/test/telemetry-test-helpers.js", 7 "!/devtools/client/shared/test/highlighter-test-actor.js", 8 "head.js", 9 "simple_document.html", 10 "incremental-js-value-script.sjs", 11 "fission_document.html", 12 "fission_iframe.html", 13 "helper_service_workers_navigation.js", 14 "test_service_worker.js", 15 "test_sw_page.html", 16 "test_sw_page_worker.js", 17 "test_worker.js", 18 ] 19 20 ["browser_target_command_bfcache.js"] 21 22 ["browser_target_command_browser_workers.js"] 23 skip-if = [ 24 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # Bug 1767778 25 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # Bug 1767778 26 ] 27 28 ["browser_target_command_content_scripts.js"] 29 30 ["browser_target_command_detach.js"] 31 32 ["browser_target_command_frames.js"] 33 34 ["browser_target_command_frames_popups.js"] 35 36 ["browser_target_command_frames_reload_server_side_targets.js"] 37 38 ["browser_target_command_getAllTargets.js"] 39 40 ["browser_target_command_invalid_api_usage.js"] 41 42 ["browser_target_command_processes.js"] 43 44 ["browser_target_command_reload.js"] 45 46 ["browser_target_command_scope_flag.js"] 47 48 ["browser_target_command_service_workers.js"] 49 50 ["browser_target_command_service_workers_navigation.js"] 51 52 ["browser_target_command_service_workers_navigation_stopped.js"] 53 skip-if = [ 54 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt", # Bug 1767781 55 "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1929449 56 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && ccov", # Bug 1767781 57 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && opt", # Bug 1767781 58 ] 59 60 ["browser_target_command_switchToTarget.js"] 61 62 ["browser_target_command_tab_workers.js"] 63 64 ["browser_target_command_tab_workers_bfcache_navigation.js"] 65 skip-if = [ 66 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug", # Bug 1721859 67 "os == 'mac' && os_version == '14.70' && arch == 'x86_64' && debug", # Bug 1721859 68 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && debug", # Bug 1721859 69 ] 70 71 ["browser_target_command_various_descriptors.js"] 72 73 ["browser_target_command_watchTargets.js"] 74 75 ["browser_watcher_actor_getter_caching.js"]