fune/dom/tests/browser/browser.ini
Nicolas Chevobbe ec8bdecd6f Bug 1691586 - [devtools] Enable browser_ConsoleStorageAPITests.js on fission. r=bomsy
The test was doing a navigation from about:blank to an example.com URL in a
ContentTask, which I guess was going bad with fission enabled since we were
creating a new content process.
I don't think there was a good reason to do that, so we start the test directly
with the "final" URL.
And since about:blank page can be special, we use a data url instead.
A few `info` calls are added to have better logs, and the test is slightly refactored
to be easier to follow.

Finally, the test was a bit loose, only checking the number of events we were
receiving. We take this opportunity to really check that we get the events that
are expected.

Differential Revision: https://phabricator.services.mozilla.com/D109278
2021-03-22 12:32:00 +00:00

125 lines
3.8 KiB
INI

[DEFAULT]
support-files =
browser_frame_elements.html
page_privatestorageevent.html
page_localstorage_e10s.html
page_localstorage_snapshotting_e10s.html
position.html
test-console-api.html
test_bug1004814.html
worker_bug1004814.js
geo_leak_test.html
dummy.html
dummy.png
test_largeAllocation.html
test_largeAllocation.html^headers^
test_largeAllocation2.html
test_largeAllocation2.html^headers^
test_largeAllocationFormSubmit.sjs
helper_largeAllocation.js
helper_localStorage_e10s.js
!/dom/tests/mochitest/geolocation/network_geolocation.sjs
[browser_allocateGigabyte.js]
disabled = Does not reliably pass on 32-bit systems - bug 1314098
skip-if = !e10s
[browser_autofocus_background.js]
[browser_autofocus_preference.js]
[browser_beforeunload_between_chrome_content.js]
skip-if = !e10s
[browser_bug396843.js]
[browser_bug1004814.js]
[browser_bug1008941_dismissGeolocationHanger.js]
tags = geolocation
[browser_bug1236512.js]
skip-if = os != "mac"
[browser_bug1238427.js]
[browser_bug1316330.js]
skip-if = !e10s
[browser_bug1563629.js]
support-files =
file_postMessage_parent.html
[browser_bug1685807.js]
support-files =
file_bug1685807.html
[browser_cancel_keydown_keypress_event.js]
support-files =
prevent_return_key.html
[browser_ConsoleAPI_originAttributes.js]
[browser_ConsoleAPITests.js]
skip-if = e10s
[browser_ConsoleStorageAPITests.js]
[browser_ConsoleStoragePBTest_perwindowpb.js]
[browser_data_document_crossOriginIsolated.js]
[browser_focus_steal_from_chrome.js]
[browser_focus_steal_from_chrome_during_mousedown.js]
[browser_frame_elements.js]
[browser_hasbeforeunload.js]
support-files =
beforeunload_test_page.html
run-if = e10s
[browser_largeAllocation_win32.js]
skip-if = fission || !e10s || os != "win" || processor != "x86" # Large-Allocation requires non-fission e10s
[browser_largeAllocation_non_win32.js]
skip-if = fission || !e10s || (os == "win" && processor == "x86") # Large-Allocation requires non-fission e10s
[browser_localStorage_e10s.js]
fail-if = fission
skip-if = !e10s || verify || tsan # This is a test of e10s functionality. Times out on TSan intermittently.
[browser_localStorage_privatestorageevent.js]
[browser_localStorage_snapshotting_e10s.js]
fail-if = fission
skip-if =
!e10s # This is a test of e10s functionality.
(fission && debug) # Intermittently fails uncleanly and breaks subsequent tests.
[browser_persist_cookies.js]
support-files =
set-samesite-cookies-and-redirect.sjs
mimeme.sjs
[browser_persist_image_accept.js]
[browser_persist_mixed_content_image.js]
support-files =
test_mixed_content_image.html
[browser_pointerlock_warning.js]
[browser_sessionStorage_navigation.js]
support-files =
file_empty.html
file_coop_coep.html
file_coop_coep.html^headers^
[browser_test_focus_after_modal_state.js]
skip-if = verify
support-files =
focus_after_prompt.html
[browser_test_new_window_from_content.js]
tags = openwindow
skip-if = toolkit == 'android' || (os == "linux" && debug) # see bug 1261495 for Linux debug time outs
support-files =
test_new_window_from_content_child.html
[browser_test_toolbars_visibility.js]
support-files =
test_new_window_from_content_child.html
[browser_unlinkable_about_page_can_load_module_scripts.js]
support-files =
file_load_module_script.html
file_module_loaded.js
file_module_loaded2.js
[browser_xhr_sandbox.js]
[browser_noopener.js]
skip-if = verify && debug && (os == 'linux')
support-files =
test_noopener_source.html
test_noopener_target.html
[browser_noopener_null_uri.js]
[browser_wakelock.js]
[browser_keypressTelemetry.js]
skip-if = webrender
[browser_windowProxy_transplant.js]
support-files =
file_postMessage_parent.html
[browser_navigate_replace_browsingcontext.js]
[browser_persist_cross_origin_iframe.js]
support-files =
image.html
[browser_bytecode_cache_asm_js.js]
support-files =
page_bytecode_cache_asm_js.html
page_bytecode_cache_asm_js.js