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:
Joel Maher 2025-04-01 21:16:45 +00:00
parent a0de043616
commit c14deb16d6
60 changed files with 54 additions and 215 deletions

View file

@ -1,4 +1,3 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
["test_fxa_menu_message.html"] ["test_fxa_menu_message.html"]

View file

@ -3,7 +3,6 @@ prefs = [
"browser.backup.scheduled.enabled=false", "browser.backup.scheduled.enabled=false",
] ]
support-files = ["head.js"] support-files = ["head.js"]
skip-if = ["os == 'android'"]
["test_backup_settings.html"] ["test_backup_settings.html"]

View file

@ -3,6 +3,5 @@
["test_card_container.html"] ["test_card_container.html"]
["test_fxview_search_textbox.html"] ["test_fxview_search_textbox.html"]
skip-if = ["debug"]
["test_fxview_tab_list.html"] ["test_fxview_tab_list.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = ["../head-common.js"] support-files = ["../head-common.js"]
["test_migration_wizard.html"] ["test_migration_wizard.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"file_data.txt", "file_data.txt",
"file_disableScript.html", "file_disableScript.html",
@ -10,6 +9,5 @@ support-files = [
["test_addonMayLoad.html"] ["test_addonMayLoad.html"]
["test_bug995943.xhtml"] ["test_bug995943.xhtml"]
skip-if = ["(verify && debug && (os == 'mac'))"]
["test_disableScript.xhtml"] ["test_disableScript.xhtml"]

View file

@ -1,6 +1,5 @@
[DEFAULT] [DEFAULT]
tags = "devtools" tags = "devtools"
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"doc_Debugger.Source.prototype.introductionType.xhtml", "doc_Debugger.Source.prototype.introductionType.xhtml",
"Debugger.Source.prototype.element.js", "Debugger.Source.prototype.element.js",

View file

@ -1,6 +1,5 @@
[DEFAULT] [DEFAULT]
tags = "devtools devtools-memory" tags = "devtools devtools-memory"
skip-if = ["os == 'android'"]
["test_DominatorTree_01.html"] ["test_DominatorTree_01.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
tags = "devtools" tags = "devtools"
["test_decode.html"] ["test_decode.html"]

View file

@ -1,10 +1,8 @@
[DEFAULT] [DEFAULT]
tags = "devtools" tags = "devtools"
skip-if = ["os == 'android'"]
["test_css-logic-findCssSelector.html"] ["test_css-logic-findCssSelector.html"]
["test_css-logic-getCssPath.html"] ["test_css-logic-getCssPath.html"]
["test_css-logic-getXPath.html"] ["test_css-logic-getXPath.html"]
skip-if = ["os == 'linux' && debug"] # Bug 1205739

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"662200a.html", "662200a.html",
"662200b.html", "662200b.html",
@ -83,10 +82,8 @@ skip-if = ["true"] # bug 1393441
["test_bug311007.xhtml"] ["test_bug311007.xhtml"]
["test_bug321671.xhtml"] ["test_bug321671.xhtml"]
skip-if = ["os == 'mac' && !debug"] # Bug 1784831
["test_bug360511.xhtml"] ["test_bug360511.xhtml"]
skip-if = ["os == 'win' && processor == 'x86'"]
["test_bug364461.xhtml"] ["test_bug364461.xhtml"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"file_empty.html", "file_empty.html",
"file_blocking_image.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_text_change_notifications_when_inserting_text_containing_line_breaks.html"]
["test_urgent_start.html"] ["test_urgent_start.html"]
skip-if = [ #leaks Bug 1571583
"os == 'win' && debug",
"os == 'mac' && debug",
]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"bug418986-1.js", "bug418986-1.js",
"clonedoc/**", "clonedoc/**",

View file

@ -9,7 +9,7 @@ support-files = [
["test_bug775543.html"] ["test_bug775543.html"]
["test_bug1123516_maplikesetlikechrome.xhtml"] ["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"] ["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_document_location_via_xray_cached.html"]
["test_dom_xrays.html"] ["test_dom_xrays.html"]
run-if = ["debug"] # Test WebIDL interfaces are only available in debug builds
support-files = [ support-files = [
"file_reflected_attribute_frozenarray.js", "file_reflected_attribute_frozenarray.js",
] ]
skip-if = ["!debug"] # Test WebIDL interfaces are only available in debug builds
["test_interfaceLength_chrome.html"] ["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"] ["test_proxies_via_xray.html"]

View file

@ -4,16 +4,13 @@
support-files = ["file_drawImage_context_properties.svg"] support-files = ["file_drawImage_context_properties.svg"]
["test_drawWindow_widget_layers.html"] ["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 = [ support-files = [
"../file_drawWindow_source.html", "../file_drawWindow_source.html",
"../file_drawWindow_common.js", "../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"] ["test_webgl_debug_renderer_info.html"]
subsuite = "gpu" subsuite = "gpu"

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"file_empty.html", "file_empty.html",
"console.sys.mjs", "console.sys.mjs",

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"bug415498-doc1.html", "bug415498-doc1.html",
"bug415498-doc2.html", "bug415498-doc2.html",
@ -13,7 +12,6 @@ support-files = [
] ]
["test_DataTransferItemList.html"] ["test_DataTransferItemList.html"]
skip-if = ["!debug && (os == 'linux')"] #Bug 1421150
["test_bug336682_2.xhtml"] ["test_bug336682_2.xhtml"]

View file

@ -1,6 +1,3 @@
[DEFAULT] [DEFAULT]
["test_bug1697769.xhtml"] ["test_bug1697769.xhtml"]
skip-if = [
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929436
]

View file

@ -5,7 +5,6 @@ support-files = [
] ]
["test_anchor_ping.html"] ["test_anchor_ping.html"]
skip-if = ["os == 'android'"]
["test_bug1414077.html"] ["test_bug1414077.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = ["process_error.xhtml"] support-files = ["process_error.xhtml"]
["test_process_error.xhtml"] ["test_process_error.xhtml"]

View file

@ -10,6 +10,5 @@ support-files = [
["test_messageChannel.xhtml"] ["test_messageChannel.xhtml"]
["test_messageChannelWithMessageManager.xhtml"] ["test_messageChannelWithMessageManager.xhtml"]
skip-if = ["os == 'android'"]
["test_messageChannelWithMessageManagerNotRemote.xhtml"] ["test_messageChannelWithMessageManagerNotRemote.xhtml"]

View file

@ -7,21 +7,21 @@
["test_on_promise_settled_duplicates.html"] ["test_on_promise_settled_duplicates.html"]
["test_promise_argument_xrays.html"] ["test_promise_argument_xrays.html"]
run-if = ["debug"]
support-files = [ support-files = [
"file_promise_xrays.html", "file_promise_xrays.html",
"file_promise_argument_tests.js", "file_promise_argument_tests.js",
] ]
skip-if = ["!debug"]
["test_promise_job_with_bind_from_discarded_iframe.html"] ["test_promise_job_with_bind_from_discarded_iframe.html"]
support-files = ["file_promise_job_with_bind_from_discarded_iframe.html"] support-files = ["file_promise_job_with_bind_from_discarded_iframe.html"]
["test_promise_retval_xrays.html"] ["test_promise_retval_xrays.html"]
run-if = ["debug"]
support-files = [ support-files = [
"file_promise_xrays.html", "file_promise_xrays.html",
"file_promise_retval_tests.js" "file_promise_retval_tests.js"
] ]
skip-if = ["debug == false"]
["test_promise_xrays.html"] ["test_promise_xrays.html"]
support-files = ["file_promise_xrays.html"] support-files = ["file_promise_xrays.html"]

View file

@ -5,10 +5,7 @@ support-files = [
] ]
["test_bug1277803.xhtml"] ["test_bug1277803.xhtml"]
skip-if = [ skip-if = ["verify"]
"os == 'android'",
"verify",
]
["test_innerhtml_sanitizer.html"] ["test_innerhtml_sanitizer.html"]

View file

@ -17,7 +17,7 @@ support-files = [
["test_ioutils_getfile.html"] ["test_ioutils_getfile.html"]
["test_ioutils_mac_xattr.html"] ["test_ioutils_mac_xattr.html"]
skip-if = ["(os != 'mac')"] run-if = ["os == 'mac'"]
["test_ioutils_mkdir.html"] ["test_ioutils_mkdir.html"]
@ -34,6 +34,6 @@ skip-if = ["(os != 'mac')"]
["test_ioutils_stat_set_modification_time.html"] ["test_ioutils_stat_set_modification_time.html"]
["test_ioutils_windows_file_attributes.html"] ["test_ioutils_windows_file_attributes.html"]
skip-if = ["(os != 'win')"] run-if = ["os == 'win'"]
["test_ioutils_worker.xhtml"] ["test_ioutils_worker.xhtml"]

View file

@ -1,8 +1,6 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
["test_beaconCookies.html"] ["test_beaconCookies.html"]
skip-if = ["(verify && !debug && (os == 'win'))"]
support-files = [ support-files = [
"beacon-set-cookie.sjs", "beacon-set-cookie.sjs",
"file_beaconCookies.html", "file_beaconCookies.html",

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"489127.html", "489127.html",
"DOMWindowCreated_chrome.xhtml", "DOMWindowCreated_chrome.xhtml",
@ -51,12 +50,14 @@ tags = "fullscreen"
["test_bug830858.xhtml"] ["test_bug830858.xhtml"]
["test_bug1224790-1.xhtml"] ["test_bug1224790-1.xhtml"]
run-if = ["os == 'mac'"]
tags = "openwindow" tags = "openwindow"
skip-if = ["os != 'mac'"]
["test_bug1224790-2.xhtml"] ["test_bug1224790-2.xhtml"]
run-if = ["os == 'mac'"]
tags = "openwindow" tags = "openwindow"
skip-if = ["os != 'mac'"]
["test_bug1931559.html"]
["test_callback_wrapping.xhtml"] ["test_callback_wrapping.xhtml"]
@ -70,19 +71,14 @@ skip-if = ["os != 'mac'"]
["test_elements_proto.xhtml"] ["test_elements_proto.xhtml"]
["test_first_focusable_in_scope.xhtml"]
["test_focus.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_dialog.xhtml"]
["test_focus_docnav.xhtml"] ["test_focus_docnav.xhtml"]
["test_first_focusable_in_scope.xhtml"]
["test_focused_link_scroll.xhtml"] ["test_focused_link_scroll.xhtml"]
["test_geolocation.xhtml"] ["test_geolocation.xhtml"]
@ -114,8 +110,9 @@ support-files = [
"file_resize_move_windows_1.html", "file_resize_move_windows_1.html",
"file_resize_move_windows_2.html", "file_resize_move_windows_2.html",
] ]
# disabled on linux for timeouts--bug-834716 skip-if = [
skip-if = ["os == 'linux'"] "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug # disabled on linux for timeouts--bug-834716
]
["test_sandbox_bindings.xhtml"] ["test_sandbox_bindings.xhtml"]
@ -128,13 +125,11 @@ skip-if = ["os == 'linux'"]
["test_selectAtPoint.html"] ["test_selectAtPoint.html"]
["test_sizemode_attribute.xhtml"] ["test_sizemode_attribute.xhtml"]
run-if = ["os == 'win'"]
tags = "fullscreen" tags = "fullscreen"
skip-if = ["os != 'win'"]
["test_subscript_bindings.xhtml"] ["test_subscript_bindings.xhtml"]
["test_window_getRegionalPrefsLocales.html"] ["test_window_getRegionalPrefsLocales.html"]
["test_xray_event_constructor.xhtml"] ["test_xray_event_constructor.xhtml"]
["test_bug1931559.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
["test_focusrings.xhtml"] ["test_focusrings.xhtml"]
support-files = ["file_focusrings.html"] support-files = ["file_focusrings.html"]
@ -13,9 +12,5 @@ support-files = [
"test_offsets.css", "test_offsets.css",
"test_offsets.js", "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"] ["test_spacetopagedown.html"]

View file

@ -4,11 +4,8 @@
prefs = ["dom.security.skip_remote_script_assertion_in_system_priv_context=true"] prefs = ["dom.security.skip_remote_script_assertion_in_system_priv_context=true"]
# nsIWidget::SynthesizeNativeKeyEvent() required (Bug 1410525 for headless) # nsIWidget::SynthesizeNativeKeyEvent() required (Bug 1410525 for headless)
skip-if = [ run-if = ["!headless"]
"os == 'linux'", skip-if = ["os == 'linux' && os_version == '18.04' && processor == 'x86_64'"]
"os == 'android'",
"headless",
]
["test_browser.xhtml"] ["test_browser.xhtml"]
support-files = ["browsertest.html"] support-files = ["browsertest.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"page_blank.html", "page_blank.html",
"frameQuota.html", "frameQuota.html",

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"file_url.sys.mjs", "file_url.sys.mjs",
"file_worker_url.sys.mjs", "file_worker_url.sys.mjs",

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"WorkerDebugger.console_childWorker.js", "WorkerDebugger.console_childWorker.js",
"WorkerDebugger.console_debugger.js", "WorkerDebugger.console_debugger.js",

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
["test_bug434998.xhtml"] ["test_bug434998.xhtml"]

View file

@ -1,6 +1,5 @@
[DEFAULT] [DEFAULT]
prefs = ["test.ime_content_observer.assert_invalid_cache=true"] prefs = ["test.ime_content_observer.assert_invalid_cache=true"]
skip-if = ["os == 'android'"]
["test_bug489202.xhtml"] ["test_bug489202.xhtml"]
@ -27,6 +26,5 @@ support-files = ["green.png"]
["test_texteditor_keyevent_handling.html"] ["test_texteditor_keyevent_handling.html"]
skip-if = [ skip-if = [
"debug && os == 'win'", # Bug 1116205, leaks on windows debug "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Fails delete key on linux
"os == 'linux'", # Fails delete key on linux
] ]

View file

@ -1,7 +1,6 @@
[DEFAULT] [DEFAULT]
prefs = ["gfx.font_loader.delay=0"] prefs = ["gfx.font_loader.delay=0"]
skip-if = ["os == 'android'"]
["test_nsIEditorSpellCheck_ReplaceWord.html"] ["test_nsIEditorSpellCheck_ReplaceWord.html"]
support-files = ["spellcheck.js"] support-files = ["spellcheck.js"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
["test_add_remove_dictionaries.xhtml"] ["test_add_remove_dictionaries.xhtml"]
skip-if = ["verify"] skip-if = ["verify"]

View file

@ -1,6 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
["test_bug415761.html"] ["test_bug415761.html"]
skip-if = ["os != 'win'"]
support-files = ["bug415761.ico"] support-files = ["bug415761.ico"]

View file

@ -1,10 +1,10 @@
[DEFAULT] [DEFAULT]
["localization/test_formatMessages.html"] ["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"] ["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"] ["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.

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"bug503926.xhtml", "bug503926.xhtml",
"file_bug484459.html", "file_bug484459.html",
@ -46,11 +45,6 @@ prefs = [
["test_bug448587.xhtml"] ["test_bug448587.xhtml"]
["test_bug484459.xhtml"] ["test_bug484459.xhtml"]
skip-if = [
"os == 'win'",
"os == 'mac'",
"os == 'linux' && !debug",
] # bug 1131110, 1255284
["test_bug500931.xhtml"] ["test_bug500931.xhtml"]
@ -220,8 +214,8 @@ support-files = [
["test_xrayLargeTypedArray.html"] ["test_xrayLargeTypedArray.html"]
skip-if = ["bits == 32"] # Large ArrayBuffers not supported on 32-bit. skip-if = ["bits == 32"] # Large ArrayBuffers not supported on 32-bit.
["test_xrayToExplicitResourceManagement.html"]
["test_xrayToJS.xhtml"] ["test_xrayToJS.xhtml"]
["test_xrayic.xhtml"] ["test_xrayic.xhtml"]
["test_xrayToExplicitResourceManagement.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"animated.gif", "animated.gif",
"blue-32x32.png", "blue-32x32.png",
@ -104,7 +103,6 @@ support-files = ["file_bug465448.html"]
["test_bug514660.xhtml"] ["test_bug514660.xhtml"]
["test_bug533845.xhtml"] ["test_bug533845.xhtml"]
skip-if = ["os == 'linux' && !debug"] # Bug 1208197
["test_bug551434.html"] ["test_bug551434.html"]
@ -115,7 +113,6 @@ skip-if = ["os == 'linux' && !debug"] # Bug 1208197
["test_bug1018265.xhtml"] ["test_bug1018265.xhtml"]
["test_bug1041200.xhtml"] ["test_bug1041200.xhtml"]
skip-if = ["os == 'win' && bits == 64"] # Bug 1272321
support-files = [ support-files = [
"bug1041200_frame.html", "bug1041200_frame.html",
"bug1041200_window.html", "bug1041200_window.html",
@ -152,13 +149,10 @@ tags = "openwindow"
["test_printer_default_settings.html"] ["test_printer_default_settings.html"]
["test_printpreview.xhtml"] ["test_printpreview.xhtml"]
skip-if = ["verify && os == 'win'"]
["test_printpreview_bug396024.xhtml"] ["test_printpreview_bug396024.xhtml"]
skip-if = ["verify && os == 'win'"]
["test_printpreview_bug482976.xhtml"] ["test_printpreview_bug482976.xhtml"]
skip-if = ["verify && os == 'win'"]
["test_scrolling_repaints.html"] ["test_scrolling_repaints.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"bug536567_iframe.html", "bug536567_iframe.html",
"bug536567_subframe.html", "bug536567_subframe.html",

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"file_bug514732_window.xhtml", "file_bug514732_window.xhtml",
"frame_selection_underline-ref.xhtml", "frame_selection_underline-ref.xhtml",
@ -19,10 +18,5 @@ skip-if = ["true"] # Bug 1163311
["test_bug514732-2.xhtml"] ["test_bug514732-2.xhtml"]
["test_bug632379.xhtml"] ["test_bug632379.xhtml"]
skip-if = [
"verify && os == 'win'", # Bug 1207914
"os == 'linux'", # Bug 1207914
"os == 'win'", # Bug 1765788
]
["test_selection_underline.html"] ["test_selection_underline.html"]

View file

@ -1,7 +1,8 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = ["GentiumPlus-R.woff"] support-files = ["GentiumPlus-R.woff"]
["test_CSSStyleRule_querySelectorAll.html"]
["test_bug467669.xhtml"] ["test_bug467669.xhtml"]
support-files = ["test_bug467669.css"] support-files = ["test_bug467669.css"]
@ -14,8 +15,6 @@ support-files = ["test_bug708874.css"]
["test_bug727834.xhtml"] ["test_bug727834.xhtml"]
support-files = ["test_bug727834.css"] support-files = ["test_bug727834.css"]
["test_CSSStyleRule_querySelectorAll.html"]
["test_fontFaceGeneric.xhtml"] ["test_fontFaceGeneric.xhtml"]
["test_fontFaceRanges.xhtml"] ["test_fontFaceRanges.xhtml"]
@ -30,10 +29,6 @@ support-files = [
] ]
["test_fontVariationsAPI.xhtml"] ["test_fontVariationsAPI.xhtml"]
skip-if = [
"win11_2009 && bits == 32",
"apple_catalina", # bug 1456856
]
support-files = ["test_fontVariationsAPI.css"] support-files = ["test_fontVariationsAPI.css"]
["test_getBlockLineCounts.html"] ["test_getBlockLineCounts.html"]

View file

@ -12,4 +12,5 @@ prefs = ["mathml.disabled=true"]
# FIXME(bug 1847206): Rather than a chrome mochitest, this should probably be a # 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 # browser mochitest, because the goal was to check `mathml.disabled` doesn't
# apply to the user interface. # apply to the user interface.
["test_disabled_chrome.html"] ["test_disabled_chrome.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"bug418986-2.js", "bug418986-2.js",
"bug535806-css.css", "bug535806-css.css",

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"windowminmaxsize1.xhtml", "windowminmaxsize1.xhtml",
"windowminmaxsize2.xhtml", "windowminmaxsize2.xhtml",
@ -26,12 +25,8 @@ support-files = [
["test_bug477754.xhtml"] ["test_bug477754.xhtml"]
["test_bug703150.xhtml"] ["test_bug703150.xhtml"]
skip-if = [
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929451
]
["test_bug987230.xhtml"] ["test_bug987230.xhtml"]
skip-if = ["os == 'linux'"] # No native mousedown event on Linux
["test_bug1197913.xhtml"] ["test_bug1197913.xhtml"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = ["file_invalidEmailCase.sjs"] support-files = ["file_invalidEmailCase.sjs"]
["test_invalidEmailCase.html"] ["test_invalidEmailCase.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = "test-dir/test-file" support-files = "test-dir/test-file"
["test_chromeGetTestFile.xhtml"] ["test_chromeGetTestFile.xhtml"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"crash-dump-diff1.json", "crash-dump-diff1.json",
"crash-dump-diff2.json", "crash-dump-diff2.json",
@ -22,14 +21,12 @@ support-files = [
["test_aboutmemory4.xhtml"] ["test_aboutmemory4.xhtml"]
["test_aboutmemory5.xhtml"] ["test_aboutmemory5.xhtml"]
skip-if = ["asan"] # Bug 1116230
["test_aboutmemory6.xhtml"] ["test_aboutmemory6.xhtml"]
["test_aboutmemory7.xhtml"] ["test_aboutmemory7.xhtml"]
["test_dumpGCAndCCLogsToFile.xhtml"] ["test_dumpGCAndCCLogsToFile.xhtml"]
skip-if = ["(verify && debug && (os == 'mac'))"]
["test_memoryReporters.xhtml"] ["test_memoryReporters.xhtml"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"] # We don't use XUL alerts on Android
support-files = [ support-files = [
"empty.html", "empty.html",
"image.gif", "image.gif",
@ -16,7 +15,6 @@ tags = "os_integration"
["test_alerts_noobserve.html"] ["test_alerts_noobserve.html"]
["test_alerts_requireinteraction.html"] ["test_alerts_requireinteraction.html"]
skip-if = ["verify && os == 'linux'"]
["test_image.html"] ["test_image.html"]
skip-if = ["verify"] skip-if = ["verify"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"xpcshellTestHarnessAdaptor.js", "xpcshellTestHarnessAdaptor.js",
"ctypes.worker.js", "ctypes.worker.js",

View file

@ -25,17 +25,10 @@ tags = "webextensions in-process-webextensions"
["test_chrome_ext_downloads_open.html"] ["test_chrome_ext_downloads_open.html"]
["test_chrome_ext_downloads_saveAs.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"] ["test_chrome_ext_downloads_uniquify.html"]
skip-if = ["win10_2009"] # Bug 1695612
["test_chrome_ext_permissions.html"] ["test_chrome_ext_permissions.html"]
skip-if = ["os == 'android'"] # Bug 1350559
["test_chrome_ext_svg_context_fill.html"] ["test_chrome_ext_svg_context_fill.html"]
@ -49,7 +42,7 @@ skip-if = ["os == 'android'"] # Bug 1350559
skip-if = ["verify"] skip-if = ["verify"]
["test_chrome_ext_webrequest_mozextension.html"] ["test_chrome_ext_webrequest_mozextension.html"]
skip-if = ["true"] # Bug 1404172 run-if = ["false"] # Bug 1404172
["test_chrome_native_messaging_paths.html"] ["test_chrome_native_messaging_paths.html"]
skip-if = ["os != 'mac' && os != 'linux'"] run-if = ["os != 'win'"]

View file

@ -5,10 +5,5 @@ support-files = [
] ]
["test_modal_prompts.html"] ["test_modal_prompts.html"]
skip-if = [
"os == 'android'", #android: TIMED_OUT
"os == 'linux' && (debug || asan || tsan)",
]
["test_modal_select.html"] ["test_modal_select.html"]
skip-if = ["os == 'android'"] #android: TIMED_OUT

View file

@ -1,4 +1,3 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
["test_spoof_english.html"] ["test_spoof_english.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"allowlistAnnotatedFrame.html", "allowlistAnnotatedFrame.html",
"classifiedAnnotatedFrame.html", "classifiedAnnotatedFrame.html",
@ -51,7 +50,6 @@ tags = "trackingprotection"
["test_classified_annotations.html"] ["test_classified_annotations.html"]
tags = "trackingprotection" tags = "trackingprotection"
skip-if = ["os == 'linux' && asan"] # Bug 1202548
["test_classifier_changetablepref.html"] ["test_classifier_changetablepref.html"]
skip-if = ["verify"] skip-if = ["verify"]

View file

@ -6,9 +6,8 @@ support-files = [
"bug1170334_style.css", "bug1170334_style.css",
] ]
["test_bug449141.html"]
["test_bug1170334_wbp_xmlstyle.html"] ["test_bug1170334_wbp_xmlstyle.html"]
["test_bug1192654.html"] ["test_bug1192654.html"]
["test_bug449141.html"]
skip-if = ["os == 'android'"]

View file

@ -2,7 +2,7 @@
tags = "openwindow" tags = "openwindow"
["test_alwaysOnTop_windows.html"] ["test_alwaysOnTop_windows.html"]
skip-if = ["os != 'win'"] run-if = ["os == 'win'"]
["test_dialog_arguments.html"] ["test_dialog_arguments.html"]
support-files = ["file_test_dialog.html"] support-files = ["file_test_dialog.html"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"../widgets/popup_shared.js", "../widgets/popup_shared.js",
"../widgets/tree_shared.js", "../widgets/tree_shared.js",
@ -57,12 +56,10 @@ prefs = [
["test_arrowpanel.xhtml"] ["test_arrowpanel.xhtml"]
skip-if = [ skip-if = [
"os == 'win' && verify", "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929437
"win10_2009", # Bug 1727507 "os == 'win' && os_version == '10.2009' && processor == 'x86_64'", # Bug 1727507
"win11_2009", # Bug 1797751
"os == 'win' && os_version == '11.26100' && processor == 'x86'", # Bug 1797751 "os == 'win' && os_version == '11.26100' && processor == 'x86'", # Bug 1797751
"os == 'win' && os_version == '11.26100' && processor == 'x86_64'", # 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"] ["test_autocomplete2.xhtml"]
@ -82,27 +79,27 @@ run-if = ["os == 'mac'"]
["test_autocomplete_with_composition_on_input.html"] ["test_autocomplete_with_composition_on_input.html"]
skip-if = [ 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 "os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929437
] ]
["test_browser_drop.xhtml"] ["test_browser_drop.xhtml"]
["test_bug263683.xhtml"] ["test_bug263683.xhtml"]
skip-if = [
"debug && os == 'win'",
]
["test_bug304188.xhtml"] ["test_bug304188.xhtml"]
skip-if = ["true"]
["test_bug331215.xhtml"] ["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_bug360220.xhtml"]
["test_bug360437.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"] ["test_bug365773.xhtml"]
@ -133,19 +130,12 @@ support-files = ["bug451540_window.xhtml"]
["test_bug624329.xhtml"] ["test_bug624329.xhtml"]
skip-if = [ 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'", # Bug 1600194
"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
] ]
["test_bug792324.xhtml"] ["test_bug792324.xhtml"]
["test_bug1048178.xhtml"] ["test_bug1048178.xhtml"]
skip-if = [
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929437
]
["test_button.xhtml"] ["test_button.xhtml"]
@ -181,8 +171,7 @@ support-files = [
["test_findbar.xhtml"] ["test_findbar.xhtml"]
skip-if = [ 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' && opt", # Bug 1929437
"os == 'mac' && os_version == '14.70' && processor == 'x86_64'", # Bug 1929437
] ]
["test_findbar_entireword.xhtml"] ["test_findbar_entireword.xhtml"]
@ -255,13 +244,9 @@ support-files = [
support-files = ["window_navigate_persist.html"] support-files = ["window_navigate_persist.html"]
["test_notificationbox.xhtml"] ["test_notificationbox.xhtml"]
skip-if = [
"os == 'win'", # Bug 1429649
]
["test_panel.xhtml"] ["test_panel.xhtml"]
skip-if = [ 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 "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_anchor.xhtml"]
["test_popup_anchoratrect.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"] ["test_popup_attribute.xhtml"]
@ -311,7 +291,6 @@ skip-if = [
["test_popuphidden.xhtml"] ["test_popuphidden.xhtml"]
["test_popupincontent.xhtml"] ["test_popupincontent.xhtml"]
skip-if = ["verify && os == 'win'"]
["test_popupremoving.xhtml"] ["test_popupremoving.xhtml"]
@ -347,9 +326,7 @@ support-files = ["window_preferences_onsyncfrompreference.xhtml"]
["test_tooltip.xhtml"] ["test_tooltip.xhtml"]
skip-if = [ 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 == '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"] ["test_tooltip_noautohide.xhtml"]

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"tree_shared.js", "tree_shared.js",
"popup_shared.js", "popup_shared.js",
@ -20,7 +19,6 @@ prefs = ["app.support.baseURL='https://support.mozilla.org/'"]
["test_menubar.xhtml"] ["test_menubar.xhtml"]
skip-if = [ skip-if = [
"os == 'mac' && os_version == '10.15' && processor == 'x86_64'", # Bug 1933983
"os == 'mac' && os_version == '14.70' && 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_panel_list_min_width_from_anchor.html"]
["test_popupanchor.xhtml"] ["test_popupanchor.xhtml"]
skip-if = [
"verify && os == 'win'",
]
["test_popupreflows.xhtml"] ["test_popupreflows.xhtml"]
@ -100,8 +95,5 @@ support-files = [
"head.js", "head.js",
"video.webm", "video.webm",
] ]
skip-if = [
"os == 'android'",
]
["test_videocontrols_onclickplay.html"] ["test_videocontrols_onclickplay.html"]

View file

@ -3,7 +3,5 @@ skip-if = ["tsan"] # Bug 1804081
support-files = ["profiler_test_utils.js"] support-files = ["profiler_test_utils.js"]
["test_profile_worker.html"] ["test_profile_worker.html"]
skip-if = ["os == 'android' && processor == 'arm'"] # Bug 1541291
["test_profile_worker_bug_1428076.html"] ["test_profile_worker_bug_1428076.html"]
skip-if = ["os == 'android' && processor == 'arm'"] # Bug 1541291

View file

@ -1,5 +1,4 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
support-files = [ support-files = [
"empty_window.xhtml", "empty_window.xhtml",
"clipboard_helper.js", "clipboard_helper.js",
@ -13,7 +12,6 @@ tags = "os_integration"
# Privacy relevant # Privacy relevant
["test_bug343416.xhtml"] ["test_bug343416.xhtml"]
skip-if = ["debug"]
["test_bug428405.xhtml"] ["test_bug428405.xhtml"]
run-if = ["os == 'mac'"] # Cocoa widget test run-if = ["os == 'mac'"] # Cocoa widget test
@ -34,7 +32,6 @@ support-files = ["window_bug478536.xhtml"]
run-if = ["os == 'mac'"] # Cocoa widget test run-if = ["os == 'mac'"] # Cocoa widget test
["test_bug517396.xhtml"] ["test_bug517396.xhtml"]
skip-if = ["verify && os == 'win'"]
["test_bug522217.xhtml"] ["test_bug522217.xhtml"]
tags = "fullscreen" tags = "fullscreen"
@ -67,7 +64,6 @@ run-if = ["os == 'mac'"] # Cocoa widget test
["test_bug760802.xhtml"] ["test_bug760802.xhtml"]
["test_bug1123480.xhtml"] ["test_bug1123480.xhtml"]
skip-if = ["win11_2009 && bits == 32"]
["test_clipboard_asyncSetData_chrome.html"] ["test_clipboard_asyncSetData_chrome.html"]
support-files = "file_test_clipboard_asyncSetData.js" support-files = "file_test_clipboard_asyncSetData.js"
@ -146,29 +142,25 @@ support-files = [
"window_mouse_scroll_win_2.html", "window_mouse_scroll_win_2.html",
] ]
["test_native_context_menus.xhtml"]
run-if = ["os == 'mac'"] # Cocoa widget test
["test_native_key_bindings_mac.html"] ["test_native_key_bindings_mac.html"]
run-if = ["os == 'mac'"] # Cocoa widget test run-if = ["os == 'mac'"] # Cocoa widget test
skip-if = [ skip-if = ["verify"]
"verify",
]
["test_native_menus.xhtml"] ["test_native_menus.xhtml"]
run-if = ["os == 'mac'"] # Cocoa widget test run-if = ["os == 'mac'"] # Cocoa widget test
support-files = ["native_menus_window.xhtml"] support-files = ["native_menus_window.xhtml"]
["test_native_context_menus.xhtml"]
run-if = ["os == 'mac'"] # Cocoa widget test
["test_panel_mouse_coords.xhtml"] ["test_panel_mouse_coords.xhtml"]
skip-if = ["os == 'win'"] # bug 1009955
["test_platform_colors.xhtml"] ["test_platform_colors.xhtml"]
skip-if = ["true"] # Bug 1207190 skip-if = ["true"] # Bug 1207190
["test_position_on_resize.xhtml"] ["test_position_on_resize.xhtml"]
skip-if = [ skip-if = [
"verify && os == 'win'", "os == 'linux' && os_version == '18.04' && processor == 'x86_64'", # Bug 1616760
"os == 'linux' && bits == 64", # Bug 1616760
] ]
["test_secure_input.html"] ["test_secure_input.html"]
@ -193,16 +185,10 @@ run-if = ["os == 'mac'"] # Cocoa widget test
["test_taskbar_progress.xhtml"] ["test_taskbar_progress.xhtml"]
skip-if = [ skip-if = [
"os == 'linux'", "os == 'linux' && os_version == '18.04' && processor == 'x86_64'",
"os == 'android'",
"win10_2009 && !ccov", # Bug 1456811
] ]
["test_transferable_overflow.xhtml"] ["test_transferable_overflow.xhtml"]
skip-if = [
"verify && apple_catalina",
"verify && os == 'linux'",
]
["test_wheeltransaction.xhtml"] ["test_wheeltransaction.xhtml"]
support-files = ["window_wheeltransaction.xhtml"] support-files = ["window_wheeltransaction.xhtml"]

View file

@ -1,4 +1,3 @@
[DEFAULT] [DEFAULT]
skip-if = ["os == 'android'"]
["test_windowlessBrowser.xhtml"] ["test_windowlessBrowser.xhtml"]