mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-02 17:28:50 +02:00
Bug 1957450 - cleanup chrome.toml files to remove old conditions and standardize remaining conditions. r=aryx,devtools-reviewers,fxview-reviewers,profiler-reviewers,omc-reviewers,migration-reviewers,backup-reviewers,julienw,nchevobbe,mconley,pdahiya,nsharpley
Differential Revision: https://phabricator.services.mozilla.com/D243709
This commit is contained in:
parent
a0de043616
commit
c14deb16d6
60 changed files with 54 additions and 215 deletions
|
|
@ -1,4 +1,3 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_fxa_menu_message.html"]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,6 @@ prefs = [
|
|||
"browser.backup.scheduled.enabled=false",
|
||||
]
|
||||
support-files = ["head.js"]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_backup_settings.html"]
|
||||
|
||||
|
|
|
|||
|
|
@ -3,6 +3,5 @@
|
|||
["test_card_container.html"]
|
||||
|
||||
["test_fxview_search_textbox.html"]
|
||||
skip-if = ["debug"]
|
||||
|
||||
["test_fxview_tab_list.html"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = ["../head-common.js"]
|
||||
|
||||
["test_migration_wizard.html"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"file_data.txt",
|
||||
"file_disableScript.html",
|
||||
|
|
@ -10,6 +9,5 @@ support-files = [
|
|||
["test_addonMayLoad.html"]
|
||||
|
||||
["test_bug995943.xhtml"]
|
||||
skip-if = ["(verify && debug && (os == 'mac'))"]
|
||||
|
||||
["test_disableScript.xhtml"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
[DEFAULT]
|
||||
tags = "devtools"
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"doc_Debugger.Source.prototype.introductionType.xhtml",
|
||||
"Debugger.Source.prototype.element.js",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
[DEFAULT]
|
||||
tags = "devtools devtools-memory"
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_DominatorTree_01.html"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
tags = "devtools"
|
||||
|
||||
["test_decode.html"]
|
||||
|
|
|
|||
|
|
@ -1,10 +1,8 @@
|
|||
[DEFAULT]
|
||||
tags = "devtools"
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_css-logic-findCssSelector.html"]
|
||||
|
||||
["test_css-logic-getCssPath.html"]
|
||||
|
||||
["test_css-logic-getXPath.html"]
|
||||
skip-if = ["os == 'linux' && debug"] # Bug 1205739
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"662200a.html",
|
||||
"662200b.html",
|
||||
|
|
@ -83,10 +82,8 @@ skip-if = ["true"] # bug 1393441
|
|||
["test_bug311007.xhtml"]
|
||||
|
||||
["test_bug321671.xhtml"]
|
||||
skip-if = ["os == 'mac' && !debug"] # Bug 1784831
|
||||
|
||||
["test_bug360511.xhtml"]
|
||||
skip-if = ["os == 'win' && processor == 'x86'"]
|
||||
|
||||
["test_bug364461.xhtml"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"file_empty.html",
|
||||
"file_blocking_image.html",
|
||||
|
|
@ -63,7 +62,3 @@ support-files = ["file_navigator_resolve_identity_xrays.xhtml"]
|
|||
["test_text_change_notifications_when_inserting_text_containing_line_breaks.html"]
|
||||
|
||||
["test_urgent_start.html"]
|
||||
skip-if = [ #leaks Bug 1571583
|
||||
"os == 'win' && debug",
|
||||
"os == 'mac' && debug",
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"bug418986-1.js",
|
||||
"clonedoc/**",
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@ support-files = [
|
|||
["test_bug775543.html"]
|
||||
|
||||
["test_bug1123516_maplikesetlikechrome.xhtml"]
|
||||
skip-if = ["!debug"] # Test WebIDL interfaces are only available in debug builds
|
||||
run-if = ["debug"] # Test WebIDL interfaces are only available in debug builds
|
||||
|
||||
["test_bug1287912.html"]
|
||||
|
||||
|
|
@ -20,12 +20,12 @@ skip-if = ["!debug"] # Test WebIDL interfaces are only available in debug builds
|
|||
["test_document_location_via_xray_cached.html"]
|
||||
|
||||
["test_dom_xrays.html"]
|
||||
run-if = ["debug"] # Test WebIDL interfaces are only available in debug builds
|
||||
support-files = [
|
||||
"file_reflected_attribute_frozenarray.js",
|
||||
]
|
||||
skip-if = ["!debug"] # Test WebIDL interfaces are only available in debug builds
|
||||
|
||||
["test_interfaceLength_chrome.html"]
|
||||
skip-if = ["!debug"] # Test WebIDL interfaces are only available in debug builds
|
||||
run-if = ["debug"] # Test WebIDL interfaces are only available in debug builds
|
||||
|
||||
["test_proxies_via_xray.html"]
|
||||
|
|
|
|||
|
|
@ -4,16 +4,13 @@
|
|||
support-files = ["file_drawImage_context_properties.svg"]
|
||||
|
||||
["test_drawWindow_widget_layers.html"]
|
||||
skip-if = [
|
||||
"os == 'android'",
|
||||
"os == 'linux'", # Bug 1693807, Bug 1705410
|
||||
"os == 'win' && ccov", # Bug 1705410
|
||||
"os == 'win'", # Bug 1717900
|
||||
]
|
||||
support-files = [
|
||||
"../file_drawWindow_source.html",
|
||||
"../file_drawWindow_common.js",
|
||||
]
|
||||
skip-if = [
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1693807, Bug 1705410
|
||||
]
|
||||
|
||||
["test_webgl_debug_renderer_info.html"]
|
||||
subsuite = "gpu"
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"file_empty.html",
|
||||
"console.sys.mjs",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"bug415498-doc1.html",
|
||||
"bug415498-doc2.html",
|
||||
|
|
@ -13,7 +12,6 @@ support-files = [
|
|||
]
|
||||
|
||||
["test_DataTransferItemList.html"]
|
||||
skip-if = ["!debug && (os == 'linux')"] #Bug 1421150
|
||||
|
||||
["test_bug336682_2.xhtml"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,3 @@
|
|||
[DEFAULT]
|
||||
|
||||
["test_bug1697769.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929436
|
||||
]
|
||||
|
|
|
|||
|
|
@ -5,7 +5,6 @@ support-files = [
|
|||
]
|
||||
|
||||
["test_anchor_ping.html"]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_bug1414077.html"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = ["process_error.xhtml"]
|
||||
|
||||
["test_process_error.xhtml"]
|
||||
|
|
|
|||
|
|
@ -10,6 +10,5 @@ support-files = [
|
|||
["test_messageChannel.xhtml"]
|
||||
|
||||
["test_messageChannelWithMessageManager.xhtml"]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_messageChannelWithMessageManagerNotRemote.xhtml"]
|
||||
|
|
|
|||
|
|
@ -7,21 +7,21 @@
|
|||
["test_on_promise_settled_duplicates.html"]
|
||||
|
||||
["test_promise_argument_xrays.html"]
|
||||
run-if = ["debug"]
|
||||
support-files = [
|
||||
"file_promise_xrays.html",
|
||||
"file_promise_argument_tests.js",
|
||||
]
|
||||
skip-if = ["!debug"]
|
||||
|
||||
["test_promise_job_with_bind_from_discarded_iframe.html"]
|
||||
support-files = ["file_promise_job_with_bind_from_discarded_iframe.html"]
|
||||
|
||||
["test_promise_retval_xrays.html"]
|
||||
run-if = ["debug"]
|
||||
support-files = [
|
||||
"file_promise_xrays.html",
|
||||
"file_promise_retval_tests.js"
|
||||
]
|
||||
skip-if = ["debug == false"]
|
||||
|
||||
["test_promise_xrays.html"]
|
||||
support-files = ["file_promise_xrays.html"]
|
||||
|
|
|
|||
|
|
@ -5,10 +5,7 @@ support-files = [
|
|||
]
|
||||
|
||||
["test_bug1277803.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'android'",
|
||||
"verify",
|
||||
]
|
||||
skip-if = ["verify"]
|
||||
|
||||
["test_innerhtml_sanitizer.html"]
|
||||
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ support-files = [
|
|||
["test_ioutils_getfile.html"]
|
||||
|
||||
["test_ioutils_mac_xattr.html"]
|
||||
skip-if = ["(os != 'mac')"]
|
||||
run-if = ["os == 'mac'"]
|
||||
|
||||
["test_ioutils_mkdir.html"]
|
||||
|
||||
|
|
@ -34,6 +34,6 @@ skip-if = ["(os != 'mac')"]
|
|||
["test_ioutils_stat_set_modification_time.html"]
|
||||
|
||||
["test_ioutils_windows_file_attributes.html"]
|
||||
skip-if = ["(os != 'win')"]
|
||||
run-if = ["os == 'win'"]
|
||||
|
||||
["test_ioutils_worker.xhtml"]
|
||||
|
|
|
|||
|
|
@ -1,8 +1,6 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_beaconCookies.html"]
|
||||
skip-if = ["(verify && !debug && (os == 'win'))"]
|
||||
support-files = [
|
||||
"beacon-set-cookie.sjs",
|
||||
"file_beaconCookies.html",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"489127.html",
|
||||
"DOMWindowCreated_chrome.xhtml",
|
||||
|
|
@ -51,12 +50,14 @@ tags = "fullscreen"
|
|||
["test_bug830858.xhtml"]
|
||||
|
||||
["test_bug1224790-1.xhtml"]
|
||||
run-if = ["os == 'mac'"]
|
||||
tags = "openwindow"
|
||||
skip-if = ["os != 'mac'"]
|
||||
|
||||
["test_bug1224790-2.xhtml"]
|
||||
run-if = ["os == 'mac'"]
|
||||
tags = "openwindow"
|
||||
skip-if = ["os != 'mac'"]
|
||||
|
||||
["test_bug1931559.html"]
|
||||
|
||||
["test_callback_wrapping.xhtml"]
|
||||
|
||||
|
|
@ -70,19 +71,14 @@ skip-if = ["os != 'mac'"]
|
|||
|
||||
["test_elements_proto.xhtml"]
|
||||
|
||||
["test_first_focusable_in_scope.xhtml"]
|
||||
|
||||
["test_focus.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'linux'", # bug 1296622, Bug 1605253
|
||||
"os == 'mac' && !debug", # Bug 1828622
|
||||
"os == 'win' && !debug", # Bug 1828622
|
||||
]
|
||||
|
||||
["test_focus_dialog.xhtml"]
|
||||
|
||||
["test_focus_docnav.xhtml"]
|
||||
|
||||
["test_first_focusable_in_scope.xhtml"]
|
||||
|
||||
["test_focused_link_scroll.xhtml"]
|
||||
|
||||
["test_geolocation.xhtml"]
|
||||
|
|
@ -114,8 +110,9 @@ support-files = [
|
|||
"file_resize_move_windows_1.html",
|
||||
"file_resize_move_windows_2.html",
|
||||
]
|
||||
# disabled on linux for timeouts--bug-834716
|
||||
skip-if = ["os == 'linux'"]
|
||||
skip-if = [
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug # disabled on linux for timeouts--bug-834716
|
||||
]
|
||||
|
||||
["test_sandbox_bindings.xhtml"]
|
||||
|
||||
|
|
@ -128,13 +125,11 @@ skip-if = ["os == 'linux'"]
|
|||
["test_selectAtPoint.html"]
|
||||
|
||||
["test_sizemode_attribute.xhtml"]
|
||||
run-if = ["os == 'win'"]
|
||||
tags = "fullscreen"
|
||||
skip-if = ["os != 'win'"]
|
||||
|
||||
["test_subscript_bindings.xhtml"]
|
||||
|
||||
["test_window_getRegionalPrefsLocales.html"]
|
||||
|
||||
["test_xray_event_constructor.xhtml"]
|
||||
|
||||
["test_bug1931559.html"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_focusrings.xhtml"]
|
||||
support-files = ["file_focusrings.html"]
|
||||
|
|
@ -13,9 +12,5 @@ support-files = [
|
|||
"test_offsets.css",
|
||||
"test_offsets.js",
|
||||
]
|
||||
skip-if = [
|
||||
"os == 'mac' && debug", # leaks Bug 1571583
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && opt", # Bug 1929456
|
||||
]
|
||||
|
||||
["test_spacetopagedown.html"]
|
||||
|
|
|
|||
|
|
@ -4,11 +4,8 @@
|
|||
prefs = ["dom.security.skip_remote_script_assertion_in_system_priv_context=true"]
|
||||
|
||||
# nsIWidget::SynthesizeNativeKeyEvent() required (Bug 1410525 for headless)
|
||||
skip-if = [
|
||||
"os == 'linux'",
|
||||
"os == 'android'",
|
||||
"headless",
|
||||
]
|
||||
run-if = ["!headless"]
|
||||
skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64'"]
|
||||
|
||||
["test_browser.xhtml"]
|
||||
support-files = ["browsertest.html"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"page_blank.html",
|
||||
"frameQuota.html",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"file_url.sys.mjs",
|
||||
"file_worker_url.sys.mjs",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"WorkerDebugger.console_childWorker.js",
|
||||
"WorkerDebugger.console_debugger.js",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_bug434998.xhtml"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,5 @@
|
|||
[DEFAULT]
|
||||
prefs = ["test.ime_content_observer.assert_invalid_cache=true"]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_bug489202.xhtml"]
|
||||
|
||||
|
|
@ -27,6 +26,5 @@ support-files = ["green.png"]
|
|||
|
||||
["test_texteditor_keyevent_handling.html"]
|
||||
skip-if = [
|
||||
"debug && os == 'win'", # Bug 1116205, leaks on windows debug
|
||||
"os == 'linux'", # Fails delete key on linux
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Fails delete key on linux
|
||||
]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,6 @@
|
|||
[DEFAULT]
|
||||
prefs = ["gfx.font_loader.delay=0"]
|
||||
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_nsIEditorSpellCheck_ReplaceWord.html"]
|
||||
support-files = ["spellcheck.js"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_add_remove_dictionaries.xhtml"]
|
||||
skip-if = ["verify"]
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_bug415761.html"]
|
||||
skip-if = ["os != 'win'"]
|
||||
support-files = ["bug415761.ico"]
|
||||
|
|
|
|||
|
|
@ -1,10 +1,10 @@
|
|||
[DEFAULT]
|
||||
|
||||
["localization/test_formatMessages.html"]
|
||||
skip-if = ["debug"] # Intentionally triggers a debug assert for missing Fluent arguments.
|
||||
run-if = ["!debug"] # Intentionally triggers a debug assert for missing Fluent arguments.
|
||||
|
||||
["localization/test_formatValue.html"]
|
||||
skip-if = ["debug"] # Intentionally triggers a debug assert for missing Fluent arguments.
|
||||
run-if = ["!debug"] # Intentionally triggers a debug assert for missing Fluent arguments.
|
||||
|
||||
["localization/test_formatValues.html"]
|
||||
skip-if = ["debug"] # Intentionally triggers a debug assert for missing Fluent arguments.
|
||||
run-if = ["!debug"] # Intentionally triggers a debug assert for missing Fluent arguments.
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"bug503926.xhtml",
|
||||
"file_bug484459.html",
|
||||
|
|
@ -46,11 +45,6 @@ prefs = [
|
|||
["test_bug448587.xhtml"]
|
||||
|
||||
["test_bug484459.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'win'",
|
||||
"os == 'mac'",
|
||||
"os == 'linux' && !debug",
|
||||
] # bug 1131110, 1255284
|
||||
|
||||
["test_bug500931.xhtml"]
|
||||
|
||||
|
|
@ -220,8 +214,8 @@ support-files = [
|
|||
["test_xrayLargeTypedArray.html"]
|
||||
skip-if = ["bits == 32"] # Large ArrayBuffers not supported on 32-bit.
|
||||
|
||||
["test_xrayToExplicitResourceManagement.html"]
|
||||
|
||||
["test_xrayToJS.xhtml"]
|
||||
|
||||
["test_xrayic.xhtml"]
|
||||
|
||||
["test_xrayToExplicitResourceManagement.html"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"animated.gif",
|
||||
"blue-32x32.png",
|
||||
|
|
@ -104,7 +103,6 @@ support-files = ["file_bug465448.html"]
|
|||
["test_bug514660.xhtml"]
|
||||
|
||||
["test_bug533845.xhtml"]
|
||||
skip-if = ["os == 'linux' && !debug"] # Bug 1208197
|
||||
|
||||
["test_bug551434.html"]
|
||||
|
||||
|
|
@ -115,7 +113,6 @@ skip-if = ["os == 'linux' && !debug"] # Bug 1208197
|
|||
["test_bug1018265.xhtml"]
|
||||
|
||||
["test_bug1041200.xhtml"]
|
||||
skip-if = ["os == 'win' && bits == 64"] # Bug 1272321
|
||||
support-files = [
|
||||
"bug1041200_frame.html",
|
||||
"bug1041200_window.html",
|
||||
|
|
@ -152,13 +149,10 @@ tags = "openwindow"
|
|||
["test_printer_default_settings.html"]
|
||||
|
||||
["test_printpreview.xhtml"]
|
||||
skip-if = ["verify && os == 'win'"]
|
||||
|
||||
["test_printpreview_bug396024.xhtml"]
|
||||
skip-if = ["verify && os == 'win'"]
|
||||
|
||||
["test_printpreview_bug482976.xhtml"]
|
||||
skip-if = ["verify && os == 'win'"]
|
||||
|
||||
["test_scrolling_repaints.html"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"bug536567_iframe.html",
|
||||
"bug536567_subframe.html",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"file_bug514732_window.xhtml",
|
||||
"frame_selection_underline-ref.xhtml",
|
||||
|
|
@ -19,10 +18,5 @@ skip-if = ["true"] # Bug 1163311
|
|||
["test_bug514732-2.xhtml"]
|
||||
|
||||
["test_bug632379.xhtml"]
|
||||
skip-if = [
|
||||
"verify && os == 'win'", # Bug 1207914
|
||||
"os == 'linux'", # Bug 1207914
|
||||
"os == 'win'", # Bug 1765788
|
||||
]
|
||||
|
||||
["test_selection_underline.html"]
|
||||
|
|
|
|||
|
|
@ -1,7 +1,8 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = ["GentiumPlus-R.woff"]
|
||||
|
||||
["test_CSSStyleRule_querySelectorAll.html"]
|
||||
|
||||
["test_bug467669.xhtml"]
|
||||
support-files = ["test_bug467669.css"]
|
||||
|
||||
|
|
@ -14,8 +15,6 @@ support-files = ["test_bug708874.css"]
|
|||
["test_bug727834.xhtml"]
|
||||
support-files = ["test_bug727834.css"]
|
||||
|
||||
["test_CSSStyleRule_querySelectorAll.html"]
|
||||
|
||||
["test_fontFaceGeneric.xhtml"]
|
||||
|
||||
["test_fontFaceRanges.xhtml"]
|
||||
|
|
@ -30,10 +29,6 @@ support-files = [
|
|||
]
|
||||
|
||||
["test_fontVariationsAPI.xhtml"]
|
||||
skip-if = [
|
||||
"win11_2009 && bits == 32",
|
||||
"apple_catalina", # bug 1456856
|
||||
]
|
||||
support-files = ["test_fontVariationsAPI.css"]
|
||||
|
||||
["test_getBlockLineCounts.html"]
|
||||
|
|
|
|||
|
|
@ -12,4 +12,5 @@ prefs = ["mathml.disabled=true"]
|
|||
# FIXME(bug 1847206): Rather than a chrome mochitest, this should probably be a
|
||||
# browser mochitest, because the goal was to check `mathml.disabled` doesn't
|
||||
# apply to the user interface.
|
||||
|
||||
["test_disabled_chrome.html"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"bug418986-2.js",
|
||||
"bug535806-css.css",
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"windowminmaxsize1.xhtml",
|
||||
"windowminmaxsize2.xhtml",
|
||||
|
|
@ -26,12 +25,8 @@ support-files = [
|
|||
["test_bug477754.xhtml"]
|
||||
|
||||
["test_bug703150.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929451
|
||||
]
|
||||
|
||||
["test_bug987230.xhtml"]
|
||||
skip-if = ["os == 'linux'"] # No native mousedown event on Linux
|
||||
|
||||
["test_bug1197913.xhtml"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = ["file_invalidEmailCase.sjs"]
|
||||
|
||||
["test_invalidEmailCase.html"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = "test-dir/test-file"
|
||||
|
||||
["test_chromeGetTestFile.xhtml"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"crash-dump-diff1.json",
|
||||
"crash-dump-diff2.json",
|
||||
|
|
@ -22,14 +21,12 @@ support-files = [
|
|||
["test_aboutmemory4.xhtml"]
|
||||
|
||||
["test_aboutmemory5.xhtml"]
|
||||
skip-if = ["asan"] # Bug 1116230
|
||||
|
||||
["test_aboutmemory6.xhtml"]
|
||||
|
||||
["test_aboutmemory7.xhtml"]
|
||||
|
||||
["test_dumpGCAndCCLogsToFile.xhtml"]
|
||||
skip-if = ["(verify && debug && (os == 'mac'))"]
|
||||
|
||||
["test_memoryReporters.xhtml"]
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"] # We don't use XUL alerts on Android
|
||||
support-files = [
|
||||
"empty.html",
|
||||
"image.gif",
|
||||
|
|
@ -16,7 +15,6 @@ tags = "os_integration"
|
|||
["test_alerts_noobserve.html"]
|
||||
|
||||
["test_alerts_requireinteraction.html"]
|
||||
skip-if = ["verify && os == 'linux'"]
|
||||
|
||||
["test_image.html"]
|
||||
skip-if = ["verify"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"xpcshellTestHarnessAdaptor.js",
|
||||
"ctypes.worker.js",
|
||||
|
|
|
|||
|
|
@ -25,17 +25,10 @@ tags = "webextensions in-process-webextensions"
|
|||
["test_chrome_ext_downloads_open.html"]
|
||||
|
||||
["test_chrome_ext_downloads_saveAs.html"]
|
||||
skip-if = [
|
||||
"verify && !debug && os == 'win'",
|
||||
"os == 'android'",
|
||||
"win10_2009", # Bug 1695612
|
||||
]
|
||||
|
||||
["test_chrome_ext_downloads_uniquify.html"]
|
||||
skip-if = ["win10_2009"] # Bug 1695612
|
||||
|
||||
["test_chrome_ext_permissions.html"]
|
||||
skip-if = ["os == 'android'"] # Bug 1350559
|
||||
|
||||
["test_chrome_ext_svg_context_fill.html"]
|
||||
|
||||
|
|
@ -49,7 +42,7 @@ skip-if = ["os == 'android'"] # Bug 1350559
|
|||
skip-if = ["verify"]
|
||||
|
||||
["test_chrome_ext_webrequest_mozextension.html"]
|
||||
skip-if = ["true"] # Bug 1404172
|
||||
run-if = ["false"] # Bug 1404172
|
||||
|
||||
["test_chrome_native_messaging_paths.html"]
|
||||
skip-if = ["os != 'mac' && os != 'linux'"]
|
||||
run-if = ["os != 'win'"]
|
||||
|
|
|
|||
|
|
@ -5,10 +5,5 @@ support-files = [
|
|||
]
|
||||
|
||||
["test_modal_prompts.html"]
|
||||
skip-if = [
|
||||
"os == 'android'", #android: TIMED_OUT
|
||||
"os == 'linux' && (debug || asan || tsan)",
|
||||
]
|
||||
|
||||
["test_modal_select.html"]
|
||||
skip-if = ["os == 'android'"] #android: TIMED_OUT
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_spoof_english.html"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"allowlistAnnotatedFrame.html",
|
||||
"classifiedAnnotatedFrame.html",
|
||||
|
|
@ -51,7 +50,6 @@ tags = "trackingprotection"
|
|||
|
||||
["test_classified_annotations.html"]
|
||||
tags = "trackingprotection"
|
||||
skip-if = ["os == 'linux' && asan"] # Bug 1202548
|
||||
|
||||
["test_classifier_changetablepref.html"]
|
||||
skip-if = ["verify"]
|
||||
|
|
|
|||
|
|
@ -6,9 +6,8 @@ support-files = [
|
|||
"bug1170334_style.css",
|
||||
]
|
||||
|
||||
["test_bug449141.html"]
|
||||
|
||||
["test_bug1170334_wbp_xmlstyle.html"]
|
||||
|
||||
["test_bug1192654.html"]
|
||||
|
||||
["test_bug449141.html"]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
tags = "openwindow"
|
||||
|
||||
["test_alwaysOnTop_windows.html"]
|
||||
skip-if = ["os != 'win'"]
|
||||
run-if = ["os == 'win'"]
|
||||
|
||||
["test_dialog_arguments.html"]
|
||||
support-files = ["file_test_dialog.html"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"../widgets/popup_shared.js",
|
||||
"../widgets/tree_shared.js",
|
||||
|
|
@ -57,12 +56,10 @@ prefs = [
|
|||
|
||||
["test_arrowpanel.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'win' && verify",
|
||||
"win10_2009", # Bug 1727507
|
||||
"win11_2009", # Bug 1797751
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929437
|
||||
"os == 'win' && os_version == '10.2009' && processor == 'x86_64'", # Bug 1727507
|
||||
"os == 'win' && os_version == '11.26100' && processor == 'x86'", # Bug 1797751
|
||||
"os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # Bug 1797751
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929437
|
||||
]
|
||||
|
||||
["test_autocomplete2.xhtml"]
|
||||
|
|
@ -82,27 +79,27 @@ run-if = ["os == 'mac'"]
|
|||
|
||||
["test_autocomplete_with_composition_on_input.html"]
|
||||
skip-if = [
|
||||
"os == 'mac' && os_version == '10.15' && processor == 'x86_64' && debug", # Bug 1784825 # Bug 1929437
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929437
|
||||
]
|
||||
|
||||
["test_browser_drop.xhtml"]
|
||||
|
||||
["test_bug263683.xhtml"]
|
||||
skip-if = [
|
||||
"debug && os == 'win'",
|
||||
]
|
||||
|
||||
["test_bug304188.xhtml"]
|
||||
skip-if = ["true"]
|
||||
|
||||
["test_bug331215.xhtml"]
|
||||
skip-if = ["true"] # Bug 1339326 #Bug 1582327
|
||||
skip-if = [
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1339326 #Bug 1582327
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && opt", # Bug 1339326 #Bug 1582327
|
||||
]
|
||||
|
||||
["test_bug360220.xhtml"]
|
||||
|
||||
["test_bug360437.xhtml"]
|
||||
skip-if = ["true"] # Bug 1264604 # Bug 1784826
|
||||
skip-if = [
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt", # Bug 1784826
|
||||
]
|
||||
|
||||
["test_bug365773.xhtml"]
|
||||
|
||||
|
|
@ -133,19 +130,12 @@ support-files = ["bug451540_window.xhtml"]
|
|||
|
||||
["test_bug624329.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # Bug 1600194 # Bug 1929437 (secondary)
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # Bug 1600194 # Bug 1929437 (secondary)
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt", # Bug 1600194 # Bug 1929437 (secondary)
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && tsan", # Bug 1600194 # Bug 1929437
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && ccov", # Bug 1944476
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1600194
|
||||
]
|
||||
|
||||
["test_bug792324.xhtml"]
|
||||
|
||||
["test_bug1048178.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929437
|
||||
]
|
||||
|
||||
["test_button.xhtml"]
|
||||
|
||||
|
|
@ -181,8 +171,7 @@ support-files = [
|
|||
|
||||
["test_findbar.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'mac' && os_version == '10.15' && processor == 'x86_64' && opt", # macosx1014/15 due to 1550078 # Bug 1929437
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929437
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64' && opt", # Bug 1929437
|
||||
]
|
||||
|
||||
["test_findbar_entireword.xhtml"]
|
||||
|
|
@ -255,13 +244,9 @@ support-files = [
|
|||
support-files = ["window_navigate_persist.html"]
|
||||
|
||||
["test_notificationbox.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'win'", # Bug 1429649
|
||||
]
|
||||
|
||||
["test_panel.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # macosx1014 due to 1550078 # Bug 1929437
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929437
|
||||
]
|
||||
|
||||
|
|
@ -282,11 +267,6 @@ support-files = "window_panel_focus.xhtml"
|
|||
["test_popup_anchor.xhtml"]
|
||||
|
||||
["test_popup_anchoratrect.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && asan", # 1167694 # Bug 1929437 (secondary)
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && debug", # 1167694 # Bug 1929437 (secondary)
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64' && opt", # 1167694 # Bug 1929437 (secondary)
|
||||
]
|
||||
|
||||
["test_popup_attribute.xhtml"]
|
||||
|
||||
|
|
@ -311,7 +291,6 @@ skip-if = [
|
|||
["test_popuphidden.xhtml"]
|
||||
|
||||
["test_popupincontent.xhtml"]
|
||||
skip-if = ["verify && os == 'win'"]
|
||||
|
||||
["test_popupremoving.xhtml"]
|
||||
|
||||
|
|
@ -347,9 +326,7 @@ support-files = ["window_preferences_onsyncfrompreference.xhtml"]
|
|||
|
||||
["test_tooltip.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # Bug 1141245, frequent timeouts on OSX 10.14, Windows # Bug 1929437
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929437
|
||||
"os == 'win'", # Bug 1141245, frequent timeouts on OSX 10.14, Windows
|
||||
]
|
||||
|
||||
["test_tooltip_noautohide.xhtml"]
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"tree_shared.js",
|
||||
"popup_shared.js",
|
||||
|
|
@ -20,7 +19,6 @@ prefs = ["app.support.baseURL='https://support.mozilla.org/'"]
|
|||
|
||||
["test_menubar.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # Bug 1933983
|
||||
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1933983
|
||||
]
|
||||
|
||||
|
|
@ -87,9 +85,6 @@ skip-if = [
|
|||
["test_panel_list_min_width_from_anchor.html"]
|
||||
|
||||
["test_popupanchor.xhtml"]
|
||||
skip-if = [
|
||||
"verify && os == 'win'",
|
||||
]
|
||||
|
||||
["test_popupreflows.xhtml"]
|
||||
|
||||
|
|
@ -100,8 +95,5 @@ support-files = [
|
|||
"head.js",
|
||||
"video.webm",
|
||||
]
|
||||
skip-if = [
|
||||
"os == 'android'",
|
||||
]
|
||||
|
||||
["test_videocontrols_onclickplay.html"]
|
||||
|
|
|
|||
|
|
@ -3,7 +3,5 @@ skip-if = ["tsan"] # Bug 1804081
|
|||
support-files = ["profiler_test_utils.js"]
|
||||
|
||||
["test_profile_worker.html"]
|
||||
skip-if = ["os == 'android' && processor == 'arm'"] # Bug 1541291
|
||||
|
||||
["test_profile_worker_bug_1428076.html"]
|
||||
skip-if = ["os == 'android' && processor == 'arm'"] # Bug 1541291
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
support-files = [
|
||||
"empty_window.xhtml",
|
||||
"clipboard_helper.js",
|
||||
|
|
@ -13,7 +12,6 @@ tags = "os_integration"
|
|||
# Privacy relevant
|
||||
|
||||
["test_bug343416.xhtml"]
|
||||
skip-if = ["debug"]
|
||||
|
||||
["test_bug428405.xhtml"]
|
||||
run-if = ["os == 'mac'"] # Cocoa widget test
|
||||
|
|
@ -34,7 +32,6 @@ support-files = ["window_bug478536.xhtml"]
|
|||
run-if = ["os == 'mac'"] # Cocoa widget test
|
||||
|
||||
["test_bug517396.xhtml"]
|
||||
skip-if = ["verify && os == 'win'"]
|
||||
|
||||
["test_bug522217.xhtml"]
|
||||
tags = "fullscreen"
|
||||
|
|
@ -67,7 +64,6 @@ run-if = ["os == 'mac'"] # Cocoa widget test
|
|||
["test_bug760802.xhtml"]
|
||||
|
||||
["test_bug1123480.xhtml"]
|
||||
skip-if = ["win11_2009 && bits == 32"]
|
||||
|
||||
["test_clipboard_asyncSetData_chrome.html"]
|
||||
support-files = "file_test_clipboard_asyncSetData.js"
|
||||
|
|
@ -146,29 +142,25 @@ support-files = [
|
|||
"window_mouse_scroll_win_2.html",
|
||||
]
|
||||
|
||||
["test_native_context_menus.xhtml"]
|
||||
run-if = ["os == 'mac'"] # Cocoa widget test
|
||||
|
||||
["test_native_key_bindings_mac.html"]
|
||||
run-if = ["os == 'mac'"] # Cocoa widget test
|
||||
skip-if = [
|
||||
"verify",
|
||||
]
|
||||
skip-if = ["verify"]
|
||||
|
||||
["test_native_menus.xhtml"]
|
||||
run-if = ["os == 'mac'"] # Cocoa widget test
|
||||
support-files = ["native_menus_window.xhtml"]
|
||||
|
||||
["test_native_context_menus.xhtml"]
|
||||
run-if = ["os == 'mac'"] # Cocoa widget test
|
||||
|
||||
["test_panel_mouse_coords.xhtml"]
|
||||
skip-if = ["os == 'win'"] # bug 1009955
|
||||
|
||||
["test_platform_colors.xhtml"]
|
||||
skip-if = ["true"] # Bug 1207190
|
||||
|
||||
["test_position_on_resize.xhtml"]
|
||||
skip-if = [
|
||||
"verify && os == 'win'",
|
||||
"os == 'linux' && bits == 64", # Bug 1616760
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1616760
|
||||
]
|
||||
|
||||
["test_secure_input.html"]
|
||||
|
|
@ -193,16 +185,10 @@ run-if = ["os == 'mac'"] # Cocoa widget test
|
|||
|
||||
["test_taskbar_progress.xhtml"]
|
||||
skip-if = [
|
||||
"os == 'linux'",
|
||||
"os == 'android'",
|
||||
"win10_2009 && !ccov", # Bug 1456811
|
||||
"os == 'linux' && os_version == '18.04' && processor == 'x86_64'",
|
||||
]
|
||||
|
||||
["test_transferable_overflow.xhtml"]
|
||||
skip-if = [
|
||||
"verify && apple_catalina",
|
||||
"verify && os == 'linux'",
|
||||
]
|
||||
|
||||
["test_wheeltransaction.xhtml"]
|
||||
support-files = ["window_wheeltransaction.xhtml"]
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
[DEFAULT]
|
||||
skip-if = ["os == 'android'"]
|
||||
|
||||
["test_windowlessBrowser.xhtml"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue