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 76 77 78 79 80
|
[DEFAULT]
tags = devtools
subsuite = devtools
support-files =
head.js
resources/manifest/icon.svg
resources/manifest/load-fail.html
resources/manifest/load-no-manifest.html
resources/manifest/load-ok-icons.html
resources/manifest/load-ok-json-error.html
resources/manifest/load-ok-manifest-link.html
resources/manifest/load-ok-warnings.html
resources/manifest/load-ok.html
resources/manifest/manifest.json
resources/service-workers/controlled-install-sw.js
resources/service-workers/controlled-install.html
resources/service-workers/debug-sw.js
resources/service-workers/debug.html
resources/service-workers/dynamic-registration.html
resources/service-workers/empty.html
resources/service-workers/empty-sw.js
resources/service-workers/scope-page.html
resources/service-workers/simple.html
resources/service-workers/simple-unicode.html
!/devtools/client/debugger/test/mochitest/shared-head.js
!/devtools/client/shared/test/shared-head.js
!/devtools/client/shared/test/telemetry-test-helpers.js
# Worker-related tests
[browser_application_panel_debug-service-worker.js]
skip-if = debug || asan || !serviceworker_e10s # Bug 1559591, 1575578, 1588154
[browser_application_panel_list-domain-workers.js]
https_first_disabled = true
skip-if = debug # Bug 1559591
[browser_application_panel_list-multiple-workers-same-registration.js]
https_first_disabled = true
skip-if = debug # Bug 1559591
[browser_application_panel_list-several-workers.js]
https_first_disabled = true
skip-if = debug # Bug 1559591
[browser_application_panel_list-single-worker.js]
https_first_disabled = true
skip-if = debug # Bug 1559591
[browser_application_panel_start-service-worker.js]
skip-if = asan || debug || !serviceworker_e10s || tsan # Bug 1559487, 1559591, 1608640
[browser_application_panel_list-workers-empty.js]
[browser_application_panel_list-unicode.js]
skip-if = debug # Bug 1559591
[browser_application_panel_unregister-worker.js]
skip-if = debug # Bug 1559591
[browser_application_panel_viewsource-service-worker.js]
https_first_disabled = true
skip-if = debug || asan || !serviceworker_e10s # Bug 1559591, 1575578, 1588154
[browser_application_panel_worker-states.js]
skip-if = asan || debug || !serviceworker_e10s # Bug 1559487, 1559591, 1608640
# Manifest-related tests
[browser_application_panel_manifest-display.js]
[browser_application_panel_manifest-load.js]
[browser_application_panel_manifest-open-json.js]
https_first_disabled = true
[browser_application_panel_manifest-reload.js]
https_first_disabled = true
# Telemetry tests
[browser_application_panel_telemetry-debug-worker.js]
https_first_disabled = true
skip-if =
asan || debug || !serviceworker_e10s # Bug 1559487, 1559591, 1608640
os == 'linux' && bits == 64 && !debug # Bug 1654354
[browser_application_panel_telemetry-select-page.js]
[browser_application_panel_telemetry-start-worker.js]
skip-if = ccov || asan || debug || !serviceworker_e10s || tsan # Bug 1559487, 1559591, 1608640, 1654468
[browser_application_panel_telemetry-unregister-worker.js]
skip-if = asan || debug || !serviceworker_e10s # Bug 1559487, 1559591, 1608640
# Misc tests
[browser_application_panel_open-links.js]
skip-if = true # Bug 1467256, 1559591
[browser_application_panel_sidebar.js]
[browser_application_panel_target-switching.js]
https_first_disabled = true
skip-if = (os == 'win') || (os == 'linux') # Bug 1640234
|