зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1470414 - Clean-up moz.build files for BUG_COMPONENT in testing/. r=ahal
MozReview-Commit-ID: F5vHc4G13v6 --HG-- extra : rebase_source : c39293be7a60ecc22be2f385671769f371dca06b
This commit is contained in:
Родитель
ead390bee8
Коммит
df65676052
|
@ -0,0 +1,9 @@
|
|||
# -*- Mode: python; 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/.
|
||||
|
||||
with Files("awsy/**"):
|
||||
BUG_COMPONENT = ("Testing", "AWSY")
|
||||
SCHEDULES.exclusive = ["awsy"]
|
|
@ -0,0 +1,21 @@
|
|||
# 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/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
|
||||
with Files("marionette*"):
|
||||
BUG_COMPONENT = ("Testing", "Marionette")
|
||||
|
||||
with Files("mozbase*"):
|
||||
BUG_COMPONENT = ("Testing", "Mozbase")
|
||||
|
||||
with Files("firefox_ui*"):
|
||||
BUG_COMPONENT = ("Testing", "Firefox UI Tests")
|
||||
|
||||
with Files("telemetry*"):
|
||||
BUG_COMPONENT = ("Toolkit", "Telemetry")
|
||||
|
||||
with Files("tooltool-manifests/**"):
|
||||
BUG_COMPONENT = ("Release Engineering", "Mozharness")
|
|
@ -0,0 +1,9 @@
|
|||
# -*- Mode: python; 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/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Testing", "Reftest")
|
||||
SCHEDULES.exclusive = ['reftest']
|
|
@ -9,7 +9,7 @@ if CONFIG["OS_ARCH"] != "WINNT":
|
|||
RUST_TESTS = ["geckodriver"]
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Testing", "Marionette")
|
||||
BUG_COMPONENT = ("Testing", "geckodriver")
|
||||
|
||||
SPHINX_TREES["geckodriver"] = "doc"
|
||||
|
||||
|
|
|
@ -8,6 +8,10 @@ EXPORTS.gtest += [
|
|||
'MozGtestFriend.h',
|
||||
]
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Testing", "GTest")
|
||||
SCHEDULES.exclusive = ['gtest']
|
||||
|
||||
if CONFIG['ENABLE_TESTS']:
|
||||
gtest_exports = [
|
||||
'benchmark/BlackBox.h',
|
||||
|
|
|
@ -1,126 +1,9 @@
|
|||
with Files("*"):
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
|
||||
with Files("awsy/**"):
|
||||
BUG_COMPONENT = ("Testing", "AWSY")
|
||||
SCHEDULES.exclusive = ["awsy"]
|
||||
|
||||
with Files("config/**"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
|
||||
with Files("*.py"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
|
||||
with Files("moz.build"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
|
||||
with Files("*.mk"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
|
||||
with Files("README.txt"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
|
||||
with Files("talos/**"):
|
||||
BUG_COMPONENT = ("Testing", "Talos")
|
||||
SCHEDULES.exclusive = ['talos']
|
||||
|
||||
with Files("talos/talos/tests/v8_7/**"):
|
||||
BUG_COMPONENT = ("Core", "JavaScript Engine")
|
||||
|
||||
with Files("talos/talos/tests/kraken/**"):
|
||||
BUG_COMPONENT = ("Core", "JavaScript Engine")
|
||||
|
||||
with Files("talos/talos/tests/a11y/**"):
|
||||
BUG_COMPONENT = ("Core", "Disability Access APIs")
|
||||
|
||||
with Files("talos/talos/tests/webgl/**"):
|
||||
BUG_COMPONENT = ("Core", "Canvas: WebGL")
|
||||
|
||||
with Files("talos/talos/tests/dromaeo/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
|
||||
with Files("talos/talos/tests/svg*"):
|
||||
BUG_COMPONENT = ("Core", "SVG")
|
||||
|
||||
with Files("talos/talos/tests/scroll/**"):
|
||||
BUG_COMPONENT = ("Core", "Graphics")
|
||||
|
||||
with Files("talos/talos/tests/tabpaint/**"):
|
||||
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
|
||||
|
||||
with Files("talos/talos/tests/cpstartup/**"):
|
||||
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
|
||||
|
||||
with Files("talos/talos/tests/tart/**"):
|
||||
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
|
||||
|
||||
with Files("talos/talos/tests/tabswitch/**"):
|
||||
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
|
||||
|
||||
with Files("talos/talos/tests/video/**"):
|
||||
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
|
||||
|
||||
with Files("talos/talos/startup_test/sessionrestore/**"):
|
||||
BUG_COMPONENT = ("Firefox", "Session Restore")
|
||||
|
||||
with Files("talos/talos/startup_test/tresize/**"):
|
||||
BUG_COMPONENT = ("Core", "XUL")
|
||||
|
||||
with Files("tps/**"):
|
||||
BUG_COMPONENT = ("Testing", "TPS")
|
||||
|
||||
with Files("mozharness/**"):
|
||||
BUG_COMPONENT = ("Release Engineering", "Mozharness")
|
||||
|
||||
with Files("config/tooltool-manifests/**"):
|
||||
BUG_COMPONENT = ("Release Engineering", "Mozharness")
|
||||
|
||||
with Files("*cppunittest*"):
|
||||
BUG_COMPONENT = ("Testing", "CPPUnitTest")
|
||||
SCHEDULES.exclusive = ['cppunittest']
|
||||
|
||||
with Files("gtest/**"):
|
||||
BUG_COMPONENT = ("Testing", "GTest")
|
||||
SCHEDULES.exclusive = ['gtest']
|
||||
|
||||
with Files("specialpowers/**"):
|
||||
BUG_COMPONENT = ("Testing", "Mochitest")
|
||||
|
||||
with Files("crashtest/**"):
|
||||
BUG_COMPONENT = ("Testing", "Reftest")
|
||||
SCHEDULES.exclusive = ['reftest']
|
||||
|
||||
with Files("config/marionette*"):
|
||||
BUG_COMPONENT = ("Testing", "Marionette")
|
||||
|
||||
with Files("config/mozbase_requirements.txt"):
|
||||
BUG_COMPONENT = ("Testing", "Mozbase")
|
||||
|
||||
with Files("config/firefox_ui_requirements.txt"):
|
||||
BUG_COMPONENT = ("Testing", "Firefox UI Tests")
|
||||
|
||||
with Files("tools/**"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
|
||||
with Files("tools/fileid/**"):
|
||||
BUG_COMPONENT = ("Toolkit", "Crash Reporting")
|
||||
|
||||
with Files("tools/iceserver/**"):
|
||||
BUG_COMPONENT = ("Core", "WebRTC: Networking")
|
||||
|
||||
with Files("tools/websocketprocessbridge/**"):
|
||||
BUG_COMPONENT = ("Core", "WebRTC: Networking")
|
||||
|
||||
with Files("tools/fileid/**"):
|
||||
BUG_COMPONENT = ("Toolkit", "Crash Reporting")
|
||||
|
||||
with Files("tools/minidumpwriter/**"):
|
||||
BUG_COMPONENT = ("Toolkit", "Crash Reporting")
|
||||
|
||||
with Files("remote*"):
|
||||
BUG_COMPONENT = ("Firefox for Android", "Testing")
|
||||
|
||||
with Files("raptor/**"):
|
||||
BUG_COMPONENT = ("Testing", "Raptor")
|
||||
SCHEDULES.exclusive = ['raptor']
|
||||
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
# -*- Mode: python; 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/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Release Engineering", "Mozharness")
|
|
@ -18,3 +18,6 @@ FINAL_TARGET_PP_FILES += [
|
|||
FINAL_TARGET_FILES += [
|
||||
'bootstrap.js',
|
||||
]
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Testing", "Mochitest")
|
||||
|
|
|
@ -0,0 +1,51 @@
|
|||
# -*- Mode: python; 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/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Testing", "Talos")
|
||||
SCHEDULES.exclusive = ['talos']
|
||||
|
||||
with Files("talos/startup_test/sessionrestore/**"):
|
||||
BUG_COMPONENT = ("Firefox", "Session Restore")
|
||||
|
||||
with Files("talos/startup_test/tresize/**"):
|
||||
BUG_COMPONENT = ("Core", "XUL")
|
||||
|
||||
with Files("talos/tests/a11y/**"):
|
||||
BUG_COMPONENT = ("Core", "Disability Access APIs")
|
||||
|
||||
with Files("talos/tests/cpstartup/**"):
|
||||
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
|
||||
|
||||
with Files("talos/tests/dromaeo/**"):
|
||||
BUG_COMPONENT = ("Core", "DOM")
|
||||
|
||||
with Files("talos/tests/kraken/**"):
|
||||
BUG_COMPONENT = ("Core", "JavaScript Engine")
|
||||
|
||||
with Files("talos/tests/scroll/**"):
|
||||
BUG_COMPONENT = ("Core", "Graphics")
|
||||
|
||||
with Files("talos/tests/svg*"):
|
||||
BUG_COMPONENT = ("Core", "SVG")
|
||||
|
||||
with Files("talos/tests/tabpaint/**"):
|
||||
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
|
||||
|
||||
with Files("talos/tests/tabswitch/**"):
|
||||
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
|
||||
|
||||
with Files("talos/tests/tart/**"):
|
||||
BUG_COMPONENT = ("Firefox", "Tabbed Browser")
|
||||
|
||||
with Files("talos/tests/v8_7/**"):
|
||||
BUG_COMPONENT = ("Core", "JavaScript Engine")
|
||||
|
||||
with Files("talos/tests/video/**"):
|
||||
BUG_COMPONENT = ("Core", "Audio/Video: Playback")
|
||||
|
||||
with Files("talos/tests/webgl/**"):
|
||||
BUG_COMPONENT = ("Core", "Canvas: WebGL")
|
|
@ -0,0 +1,23 @@
|
|||
# -*- Mode: python; 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/.
|
||||
|
||||
with Files("**"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
|
||||
with Files("tps/**"):
|
||||
BUG_COMPONENT = ("Testing", "TPS")
|
||||
|
||||
with Files("fileid/**"):
|
||||
BUG_COMPONENT = ("Toolkit", "Crash Reporting")
|
||||
|
||||
with Files("iceserver/**"):
|
||||
BUG_COMPONENT = ("Core", "WebRTC: Networking")
|
||||
|
||||
with Files("minidumpwriter/**"):
|
||||
BUG_COMPONENT = ("Toolkit", "Crash Reporting")
|
||||
|
||||
with Files("websocketprocessbridge/**"):
|
||||
BUG_COMPONENT = ("Core", "WebRTC: Networking")
|
Загрузка…
Ссылка в новой задаче