author | Ryan VanderMeulen <ryanvm@gmail.com> |
Tue, 15 Apr 2014 08:03:53 -0400 | |
changeset 178524 | 4ac11d68cea335f1019b50a20980be03e4ca4a13 |
parent 178523 | c300fbbd1b1e7da6c3b7e82ce505de7d94b3d999 |
child 178525 | 076498ab4476cc1eeffd0fa04a280903fd4c1749 |
push id | 26589 |
push user | ryanvm@gmail.com |
push date | Tue, 15 Apr 2014 16:17:08 +0000 |
treeherder | mozilla-central@d969fb1b3c24 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | miker |
bugs | 996003 |
milestone | 31.0a1 |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
--- a/browser/devtools/app-manager/moz.build +++ b/browser/devtools/app-manager/moz.build @@ -1,7 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +MOCHITEST_CHROME_MANIFESTS += ['test/chrome.ini']
--- a/browser/devtools/app-manager/test/browser.ini +++ b/browser/devtools/app-manager/test/browser.ini @@ -1,11 +1,10 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = head.js hosted_app.manifest manifest.webapp [browser_manifest_editor.js] skip-if = os == "linux"
deleted file mode 100644 --- a/browser/devtools/app-manager/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -MOCHITEST_CHROME_MANIFESTS += ['chrome.ini']
--- a/browser/devtools/canvasdebugger/moz.build +++ b/browser/devtools/canvasdebugger/moz.build @@ -1,12 +1,12 @@ # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] - JS_MODULES_PATH = 'modules/devtools/canvasdebugger' EXTRA_JS_MODULES += [ 'panel.js' ] + +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
deleted file mode 100644 --- a/browser/devtools/canvasdebugger/test/moz.build +++ /dev/null @@ -1,6 +0,0 @@ -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini']
--- a/browser/devtools/commandline/test/browser.ini +++ b/browser/devtools/commandline/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = head.js helpers.js mockCommands.js [browser_cmd_addon.js] [browser_cmd_calllog.js] skip-if = true || e10s # Bug 845831
--- a/browser/devtools/debugger/moz.build +++ b/browser/devtools/debugger/moz.build @@ -6,9 +6,8 @@ JS_MODULES_PATH = 'modules/devtools/debugger' EXTRA_JS_MODULES += [ 'debugger-commands.js', 'panel.js' ] BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] -
--- a/browser/devtools/debugger/test/browser.ini +++ b/browser/devtools/debugger/test/browser.ini @@ -1,10 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s +subsuite = devtools support-files = addon1.xpi addon2.xpi addon3.xpi addon4.xpi addon5.xpi code_binary_search.coffee code_binary_search.js
--- a/browser/devtools/eyedropper/moz.build +++ b/browser/devtools/eyedropper/moz.build @@ -1,13 +1,13 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] - JS_MODULES_PATH = 'modules/devtools/eyedropper' EXTRA_JS_MODULES += [ 'eyedropper.js' ] + +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/eyedropper/test/browser.ini +++ b/browser/devtools/eyedropper/test/browser.ini @@ -1,8 +1,9 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s +subsuite = devtools support-files = color-block.html head.js [browser_eyedropper_basic.js] skip-if = os == "win" && debug # bug 963492
deleted file mode 100644 --- a/browser/devtools/eyedropper/test/moz.build +++ /dev/null @@ -1,6 +0,0 @@ -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini']
--- a/browser/devtools/fontinspector/moz.build +++ b/browser/devtools/fontinspector/moz.build @@ -1,7 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/fontinspector/test/browser.ini +++ b/browser/devtools/fontinspector/test/browser.ini @@ -1,10 +1,10 @@ [DEFAULT] +skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = browser_font.woff browser_fontinspector.html [browser_fontinspector.js] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s
deleted file mode 100644 --- a/browser/devtools/fontinspector/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/framework/moz.build +++ b/browser/devtools/framework/moz.build @@ -1,7 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/framework/test/browser.ini +++ b/browser/devtools/framework/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = browser_toolbox_options_disable_js.html browser_toolbox_options_disable_js_iframe.html browser_toolbox_options_disable_cache.sjs head.js [browser_devtools_api.js] [browser_dynamic_tool_enabling.js]
deleted file mode 100644 --- a/browser/devtools/framework/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/inspector/moz.build +++ b/browser/devtools/inspector/moz.build @@ -6,9 +6,9 @@ JS_MODULES_PATH = 'modules/devtools/insp EXTRA_JS_MODULES += [ 'breadcrumbs.js', 'inspector-commands.js', 'inspector-panel.js', 'selector-search.js' ] -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/inspector/test/browser.ini +++ b/browser/devtools/inspector/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - 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
deleted file mode 100644 --- a/browser/devtools/inspector/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/layoutview/moz.build +++ b/browser/devtools/layoutview/moz.build @@ -1,8 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/layoutview/test/browser.ini +++ b/browser/devtools/layoutview/test/browser.ini @@ -1,11 +1,12 @@ [DEFAULT] +skip-if = e10s # Bug ?????? - devtools tests disabled with e10s +subsuite = devtools support-files = head.js -subsuite = devtools [browser_layoutview.js] skip-if = true [browser_editablemodel.js] [browser_editablemodel_allproperties.js] [browser_editablemodel_border.js] [browser_editablemodel_stylerules.js]
deleted file mode 100644 --- a/browser/devtools/layoutview/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/markupview/moz.build +++ b/browser/devtools/markupview/moz.build @@ -1,7 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/markupview/test/browser.ini +++ b/browser/devtools/markupview/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = doc_markup_edit.html doc_markup_flashing.html doc_markup_mutation.html doc_markup_navigation.html doc_markup_pagesize_01.html doc_markup_pagesize_02.html doc_markup_search.html
deleted file mode 100644 --- a/browser/devtools/markupview/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/netmonitor/moz.build +++ b/browser/devtools/netmonitor/moz.build @@ -1,12 +1,12 @@ # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] - JS_MODULES_PATH = 'modules/devtools/netmonitor' EXTRA_JS_MODULES += [ 'panel.js' ] + +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/netmonitor/test/browser.ini +++ b/browser/devtools/netmonitor/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = head.js html_content-type-test-page.html html_content-type-without-cache-test-page.html html_custom-get-page.html html_single-get-page.html html_cyrillic-test-page.html html_filter-test-page.html
deleted file mode 100644 --- a/browser/devtools/netmonitor/test/moz.build +++ /dev/null @@ -1,7 +0,0 @@ -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/profiler/moz.build +++ b/browser/devtools/profiler/moz.build @@ -1,7 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/profiler/test/browser.ini +++ b/browser/devtools/profiler/test/browser.ini @@ -1,13 +1,13 @@ [DEFAULT] +skip-if = e10s # Bug ?????? - devtools tests disabled with e10s +# Disabled globally due to crashes/timeouts on all platforms (bug 973974) +skip-if = true # Overrides the e10s case above. subsuite = devtools - -# Crashes/timeouts on all platforms (bug 973974) -skip-if = true support-files = head.js mock_console_api.html mock_profiler_bug_834878_page.html mock_profiler_bug_834878_script.js [browser_profiler_bug_834878_source_buttons.js] [browser_profiler_bug_855244_multiple_tabs.js]
deleted file mode 100644 --- a/browser/devtools/profiler/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/responsivedesign/moz.build +++ b/browser/devtools/responsivedesign/moz.build @@ -3,9 +3,9 @@ # file, You can obtain one at http://mozilla.org/MPL/2.0/. JS_MODULES_PATH = 'modules/devtools' EXTRA_JS_MODULES += [ 'resize-commands.js' ] -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/responsivedesign/test/browser.ini +++ b/browser/devtools/responsivedesign/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = head.js touch.html [browser_responsive_cmd.js] [browser_responsivecomputedview.js] [browser_responsiveruleview.js] [browser_responsiveui.js]
deleted file mode 100644 --- a/browser/devtools/responsivedesign/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/scratchpad/moz.build +++ b/browser/devtools/scratchpad/moz.build @@ -1,14 +1,14 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] - JS_MODULES_PATH = 'modules/devtools/scratchpad' EXTRA_JS_MODULES += [ 'scratchpad-commands.js', 'scratchpad-panel.js' ] + +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/scratchpad/test/browser.ini +++ b/browser/devtools/scratchpad/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = head.js [browser_scratchpad_browser_last_window_closing.js] [browser_scratchpad_reset_undo.js] [browser_scratchpad_display_outputs_errors.js] [browser_scratchpad_eval_func.js] [browser_scratchpad_goto_line_ui.js] [browser_scratchpad_reload_and_run.js]
deleted file mode 100644 --- a/browser/devtools/scratchpad/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/shadereditor/moz.build +++ b/browser/devtools/shadereditor/moz.build @@ -1,12 +1,12 @@ # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] - JS_MODULES_PATH = 'modules/devtools/shadereditor' EXTRA_JS_MODULES += [ 'panel.js' ] + +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/shadereditor/test/browser.ini +++ b/browser/devtools/shadereditor/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = doc_blended-geometry.html doc_multiple-contexts.html doc_overlapping-geometry.html doc_shader-order.html doc_simple-canvas.html head.js
deleted file mode 100644 --- a/browser/devtools/shadereditor/test/moz.build +++ /dev/null @@ -1,6 +0,0 @@ -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini']
--- a/browser/devtools/shared/moz.build +++ b/browser/devtools/shared/moz.build @@ -1,7 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
--- a/browser/devtools/shared/test/browser.ini +++ b/browser/devtools/shared/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - 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
deleted file mode 100644 --- a/browser/devtools/shared/test/moz.build +++ /dev/null @@ -1,10 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini'] - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/sourceeditor/moz.build +++ b/browser/devtools/sourceeditor/moz.build @@ -1,18 +1,17 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] - JS_MODULES_PATH = 'modules/devtools/sourceeditor' EXTRA_JS_MODULES += [ 'autocomplete.js', 'css-autocompleter.js', 'css-tokenizer.js', 'debugger.js', 'editor.js' ] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/sourceeditor/test/browser.ini +++ b/browser/devtools/sourceeditor/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = cm_comment_test.js cm_doc_test.js cm_driver.js cm_emacs_test.js cm_mode_test.css cm_mode_test.js cm_multi_test.js
deleted file mode 100644 --- a/browser/devtools/sourceeditor/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/styleeditor/moz.build +++ b/browser/devtools/styleeditor/moz.build @@ -1,7 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/styleeditor/test/browser.ini +++ b/browser/devtools/styleeditor/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = autocomplete.html browser_styleeditor_cmd_edit.html four.html head.js import.css import.html import2.css
deleted file mode 100644 --- a/browser/devtools/styleeditor/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/styleinspector/moz.build +++ b/browser/devtools/styleinspector/moz.build @@ -1,7 +1,8 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini'] +XPCSHELL_TESTS_MANIFESTS += ['test/unit/xpcshell.ini']
--- a/browser/devtools/styleinspector/test/browser.ini +++ b/browser/devtools/styleinspector/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = doc_content_stylesheet.html doc_content_stylesheet.xul doc_content_stylesheet_imported.css doc_content_stylesheet_imported2.css doc_content_stylesheet_linked.css doc_content_stylesheet_script.css doc_content_stylesheet_xul.css
deleted file mode 100644 --- a/browser/devtools/styleinspector/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -XPCSHELL_TESTS_MANIFESTS += ['unit/xpcshell.ini']
--- a/browser/devtools/tilt/moz.build +++ b/browser/devtools/tilt/moz.build @@ -11,9 +11,9 @@ EXTRA_JS_MODULES += [ 'tilt-utils.js', 'tilt-visualizer-style.js', 'tilt-visualizer.js', 'tilt.js', 'TiltWorkerCrafter.js', 'TiltWorkerPicker.js' ] -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/tilt/test/browser.ini +++ b/browser/devtools/tilt/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = head.js [browser_tilt_01_lazy_getter.js] [browser_tilt_02_notifications-seq.js] [browser_tilt_02_notifications-tabs.js] [browser_tilt_02_notifications.js] [browser_tilt_03_tab_switch.js] [browser_tilt_04_initialization.js]
deleted file mode 100644 --- a/browser/devtools/tilt/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -
--- a/browser/devtools/webaudioeditor/moz.build +++ b/browser/devtools/webaudioeditor/moz.build @@ -1,12 +1,11 @@ # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] - JS_MODULES_PATH = 'modules/devtools/webaudioeditor' EXTRA_JS_MODULES += [ ] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/webaudioeditor/test/browser.ini +++ b/browser/devtools/webaudioeditor/test/browser.ini @@ -1,9 +1,10 @@ [DEFAULT] +skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools support-files = doc_simple-context.html doc_complex-context.html doc_simple-node-creation.html head.js [browser_webaudio-actor-simple.js]
deleted file mode 100644 --- a/browser/devtools/webaudioeditor/test/moz.build +++ /dev/null @@ -1,6 +0,0 @@ -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini']
--- a/browser/devtools/webconsole/moz.build +++ b/browser/devtools/webconsole/moz.build @@ -1,7 +1,7 @@ # -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- # vim: set filetype=python: # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. -TEST_DIRS += ['test'] +BROWSER_CHROME_MANIFESTS += ['test/browser.ini']
--- a/browser/devtools/webconsole/test/browser.ini +++ b/browser/devtools/webconsole/test/browser.ini @@ -1,12 +1,11 @@ [DEFAULT] skip-if = e10s # Bug ?????? - devtools tests disabled with e10s subsuite = devtools - support-files = head.js test-bug-585956-console-trace.html test-bug-593003-iframe-wrong-hud-iframe.html test-bug-593003-iframe-wrong-hud.html test-bug-595934-canvas-css.html test-bug-595934-canvas-css.js test-bug-595934-css-loader.css
deleted file mode 100644 --- a/browser/devtools/webconsole/test/moz.build +++ /dev/null @@ -1,8 +0,0 @@ -# -*- Mode: python; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 40 -*- -# vim: set filetype=python: -# This Source Code Form is subject to the terms of the Mozilla Public -# License, v. 2.0. If a copy of the MPL was not distributed with this -# file, You can obtain one at http://mozilla.org/MPL/2.0/. - -BROWSER_CHROME_MANIFESTS += ['browser.ini'] -