browser.toml (6397B)
1 [DEFAULT] 2 tags = "devtools" 3 subsuite = "devtools" 4 support-files = [ 5 "head.js", 6 "resources/manifest/icon.svg", 7 "resources/manifest/load-fail.html", 8 "resources/manifest/load-no-manifest.html", 9 "resources/manifest/load-ok-icons.html", 10 "resources/manifest/load-ok-json-error.html", 11 "resources/manifest/load-ok-manifest-link.html", 12 "resources/manifest/load-ok-warnings.html", 13 "resources/manifest/load-ok.html", 14 "resources/manifest/manifest.json", 15 "resources/service-workers/controlled-install-sw.js", 16 "resources/service-workers/controlled-install.html", 17 "resources/service-workers/debug-sw.js", 18 "resources/service-workers/debug.html", 19 "resources/service-workers/dynamic-registration.html", 20 "resources/service-workers/empty.html", 21 "resources/service-workers/empty-sw.js", 22 "resources/service-workers/scope-page.html", 23 "resources/service-workers/simple.html", 24 "resources/service-workers/simple-unicode.html", 25 "!/devtools/client/debugger/test/mochitest/shared-head.js", 26 "!/devtools/client/shared/test/shared-head.js", 27 "!/devtools/client/shared/test/telemetry-test-helpers.js", 28 ] 29 30 ["browser_application_panel_debug-service-worker.js"] 31 fail-if = [ 32 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 33 ] 34 35 ["browser_application_panel_list-domain-workers.js"] 36 https_first_disabled = true 37 fail-if = [ 38 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 39 ] 40 skip-if = [ 41 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1559591 42 ] 43 44 ["browser_application_panel_list-multiple-workers-same-registration.js"] 45 https_first_disabled = true 46 fail-if = [ 47 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 48 ] 49 skip-if = [ 50 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug", # Bug 1559591 51 ] 52 53 ["browser_application_panel_list-several-workers.js"] 54 https_first_disabled = true 55 fail-if = [ 56 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 57 ] 58 skip-if = [ 59 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1559591 60 ] 61 62 ["browser_application_panel_list-single-worker.js"] 63 https_first_disabled = true 64 fail-if = [ 65 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 66 ] 67 68 ["browser_application_panel_list-unicode.js"] 69 fail-if = [ 70 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 71 ] 72 skip-if = [ 73 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1559591 74 ] 75 76 ["browser_application_panel_list-workers-empty.js"] 77 fail-if = [ 78 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 79 ] 80 81 ["browser_application_panel_manifest-display.js"] 82 fail-if = [ 83 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 84 ] 85 86 ["browser_application_panel_manifest-load.js"] 87 fail-if = [ 88 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 89 ] 90 91 ["browser_application_panel_manifest-open-json.js"] 92 https_first_disabled = true 93 fail-if = [ 94 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 95 ] 96 97 ["browser_application_panel_manifest-reload.js"] 98 https_first_disabled = true 99 fail-if = [ 100 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 101 ] 102 103 ["browser_application_panel_open-links.js"] 104 skip-if = [ 105 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11'", # Bug 1467256, 1559591 106 "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1467256, 1559591 107 "os == 'win' && os_version == '11.26100' && arch == 'x86_64'", # Bug T1467256, 1559591BD 108 ] 109 110 ["browser_application_panel_sidebar.js"] 111 fail-if = [ 112 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 113 ] 114 115 ["browser_application_panel_start-service-worker.js"] 116 fail-if = [ 117 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 118 ] 119 skip-if = [ 120 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && asan", # Bug 1781479 121 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # Bug 1608640 122 "os == 'mac' && os_version == '14.70' && arch == 'x86_64'", # Bug 1980084 123 "os == 'win' && os_version == '11.26100' && arch == 'x86_64' && asan", # Bug 1781479 124 ] 125 126 ["browser_application_panel_target-switching.js"] 127 https_first_disabled = true 128 skip-if = [ 129 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1640234 130 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1640234 131 ] 132 133 ["browser_application_panel_telemetry-debug-worker.js"] 134 https_first_disabled = true 135 skip-if = [ 136 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && opt && a11y_checks", # Bug 1654354 137 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", 138 ] 139 140 ["browser_application_panel_telemetry-select-page.js"] 141 fail-if = [ 142 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 143 ] 144 145 ["browser_application_panel_telemetry-start-worker.js"] 146 fail-if = [ 147 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 148 ] 149 skip-if = [ 150 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && tsan", # Bug 1654468 151 "os == 'mac' && os_version == '14.70' && arch == 'x86_64' && debug", # Bug 1559591 152 ] 153 154 ["browser_application_panel_telemetry-unregister-worker.js"] 155 fail-if = [ 156 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 157 ] 158 159 ["browser_application_panel_unregister-worker.js"] 160 fail-if = [ 161 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 162 ] 163 164 ["browser_application_panel_viewsource-service-worker.js"] 165 https_first_disabled = true 166 fail-if = [ 167 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 168 ] 169 skip-if = [ 170 "os == 'linux' && os_version == '24.04' && arch == 'x86_64' && display == 'x11' && debug && http3", # Bug 1559591 171 ] 172 173 ["browser_application_panel_worker-states.js"] 174 fail-if = [ 175 "a11y_checks", # Bug 1849028 clicked element may not be focusable and/or labeled 176 ]