mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-29 15:52:07 +00:00
Bug 938162 - if it looks, swims and quacks like a duck, but doesn't end in .js, let's not call it a test, r=gps
--HG-- extra : rebase_source : 700e855b79998028d57590c445f7f4b390bd0f9d
This commit is contained in:
parent
5736abd4ba
commit
3fd1217b23
@ -9,6 +9,13 @@ support-files =
|
||||
blockPluginHard.xml
|
||||
blockPluginVulnerableNoUpdate.xml
|
||||
blockPluginVulnerableUpdatable.xml
|
||||
browser_bug479408_sample.html
|
||||
browser_bug678392-1.html
|
||||
browser_bug678392-2.html
|
||||
browser_clearplugindata.html
|
||||
browser_clearplugindata_noage.html
|
||||
browser_registerProtocolHandler_notification.html
|
||||
browser_tab_dragdrop2_frame1.xul
|
||||
bug564387.html
|
||||
bug564387_video1.ogv
|
||||
bug564387_video1.ogv^headers^
|
||||
@ -143,7 +150,6 @@ skip-if = toolkit == "cocoa"
|
||||
[browser_bug462673.js]
|
||||
[browser_bug477014.js]
|
||||
[browser_bug479408.js]
|
||||
[browser_bug479408_sample.html]
|
||||
[browser_bug481560.js]
|
||||
[browser_bug484315.js]
|
||||
[browser_bug491431.js]
|
||||
@ -199,8 +205,6 @@ run-if = toolkit == "cocoa"
|
||||
[browser_bug655584.js]
|
||||
[browser_bug664672.js]
|
||||
[browser_bug676619.js]
|
||||
[browser_bug678392-1.html]
|
||||
[browser_bug678392-2.html]
|
||||
[browser_bug678392.js]
|
||||
[browser_bug710878.js]
|
||||
[browser_bug719271.js]
|
||||
@ -232,9 +236,7 @@ run-if = toolkit == "cocoa"
|
||||
[browser_bug902156.js]
|
||||
[browser_bug906190.js]
|
||||
[browser_canonizeURL.js]
|
||||
[browser_clearplugindata.html]
|
||||
[browser_clearplugindata.js]
|
||||
[browser_clearplugindata_noage.html]
|
||||
[browser_contentAreaClick.js]
|
||||
[browser_contextSearchTabPosition.js]
|
||||
[browser_ctrlTab.js]
|
||||
@ -303,7 +305,6 @@ skip-if = true # disabled until the tree view is added
|
||||
[browser_tab_drag_drop_perwindow.js]
|
||||
[browser_tab_dragdrop.js]
|
||||
[browser_tab_dragdrop2.js]
|
||||
[browser_tab_dragdrop2_frame1.xul]
|
||||
[browser_tabfocus.js]
|
||||
[browser_tabopen_reflows.js]
|
||||
[browser_tabs_isActive.js]
|
||||
@ -328,5 +329,4 @@ skip-if = true # disabled until the tree view is added
|
||||
[browser_wyciwyg_urlbarCopying.js]
|
||||
[browser_zbug569342.js]
|
||||
[browser_registerProtocolHandler_notification.js]
|
||||
[browser_registerProtocolHandler_notification.html]
|
||||
[browser_no_mcb_on_http_site.js]
|
||||
|
@ -1,5 +1,15 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
browser_privatebrowsing_concurrent_page.html
|
||||
browser_privatebrowsing_cookieacceptdialog.html
|
||||
browser_privatebrowsing_geoprompt_page.html
|
||||
browser_privatebrowsing_localStorage_before_after_page.html
|
||||
browser_privatebrowsing_localStorage_before_after_page2.html
|
||||
browser_privatebrowsing_localStorage_page1.html
|
||||
browser_privatebrowsing_localStorage_page2.html
|
||||
browser_privatebrowsing_placesTitleNoUpdate.html
|
||||
browser_privatebrowsing_protocolhandler_page.html
|
||||
browser_privatebrowsing_windowtitle_page.html
|
||||
head.js
|
||||
popup.html
|
||||
title.sjs
|
||||
@ -11,38 +21,28 @@ support-files =
|
||||
# Disabled for too many intermittent failures (bug 895390)
|
||||
[browser_privatebrowsing_certexceptionsui.js]
|
||||
[browser_privatebrowsing_concurrent.js]
|
||||
[browser_privatebrowsing_concurrent_page.html]
|
||||
[browser_privatebrowsing_cookieacceptdialog.html]
|
||||
[browser_privatebrowsing_cookieacceptdialog.js]
|
||||
[browser_privatebrowsing_crh.js]
|
||||
[browser_privatebrowsing_downloadLastDir.js]
|
||||
[browser_privatebrowsing_downloadLastDir_c.js]
|
||||
[browser_privatebrowsing_downloadLastDir_toggle.js]
|
||||
[browser_privatebrowsing_geoprompt.js]
|
||||
[browser_privatebrowsing_geoprompt_page.html]
|
||||
[browser_privatebrowsing_lastpbcontextexited.js]
|
||||
[browser_privatebrowsing_localStorage.js]
|
||||
[browser_privatebrowsing_localStorage_before_after.js]
|
||||
[browser_privatebrowsing_localStorage_before_after_page.html]
|
||||
[browser_privatebrowsing_localStorage_before_after_page2.html]
|
||||
[browser_privatebrowsing_localStorage_page1.html]
|
||||
[browser_privatebrowsing_localStorage_page2.html]
|
||||
[browser_privatebrowsing_noSessionRestoreMenuOption.js]
|
||||
[browser_privatebrowsing_nonbrowser.js]
|
||||
[browser_privatebrowsing_openLocationLastURL.js]
|
||||
[browser_privatebrowsing_opendir.js]
|
||||
[browser_privatebrowsing_openlocation.js]
|
||||
[browser_privatebrowsing_placesTitleNoUpdate.html]
|
||||
[browser_privatebrowsing_placesTitleNoUpdate.js]
|
||||
[browser_privatebrowsing_placestitle.js]
|
||||
[browser_privatebrowsing_popupblocker.js]
|
||||
[browser_privatebrowsing_protocolhandler.js]
|
||||
[browser_privatebrowsing_protocolhandler_page.html]
|
||||
[browser_privatebrowsing_sidebar.js]
|
||||
[browser_privatebrowsing_theming.js]
|
||||
[browser_privatebrowsing_ui.js]
|
||||
[browser_privatebrowsing_urlbarfocus.js]
|
||||
[browser_privatebrowsing_windowtitle.js]
|
||||
[browser_privatebrowsing_windowtitle_page.html]
|
||||
[browser_privatebrowsing_zoom.js]
|
||||
[browser_privatebrowsing_zoomrestore.js]
|
||||
|
@ -1,5 +1,6 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
browser_font.woff
|
||||
browser_fontinspector.html
|
||||
|
||||
[browser_font.woff]
|
||||
[browser_fontinspector.html]
|
||||
[browser_fontinspector.js]
|
||||
|
@ -1,5 +1,8 @@
|
||||
[DEFAULT]
|
||||
support-files = head.js
|
||||
support-files =
|
||||
browser_toolbox_options_disablejs.html
|
||||
browser_toolbox_options_disablejs_iframe.html
|
||||
head.js
|
||||
|
||||
[browser_devtools_api.js]
|
||||
[browser_dynamic_tool_enabling.js]
|
||||
@ -10,9 +13,7 @@ support-files = head.js
|
||||
[browser_toolbox_highlight.js]
|
||||
[browser_toolbox_hosts.js]
|
||||
[browser_toolbox_options.js]
|
||||
[browser_toolbox_options_disablejs.html]
|
||||
[browser_toolbox_options_disablejs.js]
|
||||
[browser_toolbox_options_disablejs_iframe.html]
|
||||
[browser_toolbox_raise.js]
|
||||
skip-if = os == "win"
|
||||
[browser_toolbox_ready.js]
|
||||
|
@ -1,10 +1,19 @@
|
||||
[DEFAULT]
|
||||
support-files = head.js
|
||||
support-files =
|
||||
browser_inspector_breadcrumbs.html
|
||||
browser_inspector_bug_650804_search.html
|
||||
browser_inspector_bug_831693_search_suggestions.html
|
||||
browser_inspector_cmd_inspect.html
|
||||
browser_inspector_dead_node_exception.html
|
||||
browser_inspector_destroyselection.html
|
||||
browser_inspector_menu.html
|
||||
browser_inspector_select_last_selected.html
|
||||
browser_inspector_select_last_selected2.html
|
||||
browser_inspector_bug_848731_reset_selection_on_delete.html
|
||||
head.js
|
||||
|
||||
[browser_inspector_basic_highlighter.js]
|
||||
[browser_inspector_breadcrumbs.html]
|
||||
[browser_inspector_breadcrumbs.js]
|
||||
[browser_inspector_bug_650804_search.html]
|
||||
[browser_inspector_bug_650804_search.js]
|
||||
[browser_inspector_bug_665880.js]
|
||||
[browser_inspector_bug_672902_keyboard_shortcuts.js]
|
||||
@ -13,17 +22,13 @@ support-files = head.js
|
||||
[browser_inspector_bug_817558_delete_node.js]
|
||||
[browser_inspector_bug_831693_combinator_suggestions.js]
|
||||
[browser_inspector_bug_831693_input_suggestion.js]
|
||||
[browser_inspector_bug_831693_search_suggestions.html]
|
||||
# [browser_inspector_bug_831693_searchbox_panel_navigation.js]
|
||||
# Disabled for too many intermittent failures (bug 851349)
|
||||
[browser_inspector_bug_835722_infobar_reappears.js]
|
||||
[browser_inspector_bug_840156_destroy_after_navigation.js]
|
||||
[browser_inspector_changes.js]
|
||||
[browser_inspector_cmd_inspect.html]
|
||||
[browser_inspector_cmd_inspect.js]
|
||||
[browser_inspector_dead_node_exception.html]
|
||||
[browser_inspector_dead_node_exception.js]
|
||||
[browser_inspector_destroyselection.html]
|
||||
[browser_inspector_destroyselection.js]
|
||||
[browser_inspector_highlighter.js]
|
||||
[browser_inspector_highlighter_autohide.js]
|
||||
@ -31,17 +36,13 @@ support-files = head.js
|
||||
[browser_inspector_infobar.js]
|
||||
[browser_inspector_initialization.js]
|
||||
[browser_inspector_invalidate.js]
|
||||
[browser_inspector_menu.html]
|
||||
[browser_inspector_menu.js]
|
||||
[browser_inspector_navigation.js]
|
||||
[browser_inspector_pseudoClass_menu.js]
|
||||
[browser_inspector_pseudoclass_lock.js]
|
||||
[browser_inspector_reload.js]
|
||||
[browser_inspector_scrolling.js]
|
||||
[browser_inspector_select_last_selected.html]
|
||||
[browser_inspector_select_last_selected.js]
|
||||
[browser_inspector_select_last_selected2.html]
|
||||
[browser_inspector_sidebarstate.js]
|
||||
[browser_inspector_bug_848731_reset_selection_on_delete.js]
|
||||
[browser_inspector_bug_848731_reset_selection_on_delete.html]
|
||||
[browser_inspector_bug_922125_destroy_on_navigate.js]
|
||||
|
@ -1,20 +1,21 @@
|
||||
[DEFAULT]
|
||||
support-files = head.js
|
||||
support-files =
|
||||
browser_inspector_markup_edit.html
|
||||
browser_inspector_markup_mutation.html
|
||||
browser_inspector_markup_mutation_flashing.html
|
||||
browser_inspector_markup_navigation.html
|
||||
browser_inspector_markup_subset.html
|
||||
browser_inspector_markup_765105_tooltip.png
|
||||
head.js
|
||||
|
||||
[browser_bug896181_css_mixed_completion_new_attribute.js]
|
||||
# Bug 916763 - too many intermittent failures
|
||||
skip-if = true
|
||||
[browser_inspector_markup_edit.html]
|
||||
[browser_inspector_markup_edit.js]
|
||||
[browser_inspector_markup_edit_outerhtml.js]
|
||||
[browser_inspector_markup_edit_outerhtml2.js]
|
||||
[browser_inspector_markup_mutation.html]
|
||||
[browser_inspector_markup_mutation.js]
|
||||
[browser_inspector_markup_mutation_flashing.html]
|
||||
[browser_inspector_markup_mutation_flashing.js]
|
||||
[browser_inspector_markup_navigation.html]
|
||||
[browser_inspector_markup_navigation.js]
|
||||
[browser_inspector_markup_subset.html]
|
||||
[browser_inspector_markup_subset.js]
|
||||
[browser_inspector_markup_765105_tooltip.js]
|
||||
[browser_inspector_markup_765105_tooltip.png]
|
||||
|
@ -1,13 +1,16 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
browser_layoutHelpers.html
|
||||
browser_layoutHelpers_iframe.html
|
||||
browser_templater_basic.html
|
||||
browser_toolbar_basic.html
|
||||
browser_toolbar_webconsole_errors_count.html
|
||||
head.js
|
||||
leakhunt.js
|
||||
|
||||
[browser_css_color.js]
|
||||
[browser_eventemitter_basic.js]
|
||||
[browser_layoutHelpers.html]
|
||||
[browser_layoutHelpers.js]
|
||||
[browser_layoutHelpers_iframe.html]
|
||||
[browser_observableobject.js]
|
||||
[browser_outputparser.js]
|
||||
[browser_require_basic.js]
|
||||
@ -23,11 +26,8 @@ support-files =
|
||||
[browser_telemetry_toolboxtabs_options.js]
|
||||
[browser_telemetry_toolboxtabs_styleeditor.js]
|
||||
[browser_telemetry_toolboxtabs_webconsole.js]
|
||||
[browser_templater_basic.html]
|
||||
[browser_templater_basic.js]
|
||||
[browser_toolbar_basic.html]
|
||||
[browser_toolbar_basic.js]
|
||||
[browser_toolbar_tooltip.js]
|
||||
[browser_toolbar_webconsole_errors_count.html]
|
||||
[browser_toolbar_webconsole_errors_count.js]
|
||||
[browser_spectrum.js]
|
||||
|
@ -1,5 +1,6 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
browser_styleeditor_cmd_edit.html
|
||||
four.html
|
||||
head.js
|
||||
import.css
|
||||
@ -24,7 +25,6 @@ support-files =
|
||||
[browser_styleeditor_bug_740541_iframes.js]
|
||||
[browser_styleeditor_bug_851132_middle_click.js]
|
||||
[browser_styleeditor_bug_870339.js]
|
||||
[browser_styleeditor_cmd_edit.html]
|
||||
[browser_styleeditor_cmd_edit.js]
|
||||
[browser_styleeditor_enabled.js]
|
||||
[browser_styleeditor_filesave.js]
|
||||
|
@ -1,5 +1,7 @@
|
||||
[DEFAULT]
|
||||
support-files =
|
||||
browser_frame_elements.html
|
||||
browser_geolocation_privatebrowsing_page.html
|
||||
network_geolocation.sjs
|
||||
page_privatestorageevent.html
|
||||
test-console-api.html
|
||||
@ -12,9 +14,7 @@ support-files =
|
||||
[browser_bug396843.js]
|
||||
[browser_focus_steal_from_chrome.js]
|
||||
[browser_focus_steal_from_chrome_during_mousedown.js]
|
||||
[browser_frame_elements.html]
|
||||
[browser_frame_elements.js]
|
||||
[browser_geolocation_privatebrowsing_page.html]
|
||||
[browser_geolocation_privatebrowsing_perwindowpb.js]
|
||||
[browser_localStorage_privatestorageevent.js]
|
||||
[browser_xhr_sandbox.js]
|
||||
|
@ -1,4 +1,4 @@
|
||||
[DEFAULT]
|
||||
support-files = browser_clearplugindata.html
|
||||
|
||||
[browser_clearplugindata.html]
|
||||
[browser_clearplugindata.js]
|
||||
|
Loading…
Reference in New Issue
Block a user