зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1433974 - Update BUG_COMPONENT for some of the new Testing components, r=jmaher
MozReview-Commit-ID: 7jQnnAhOzEr --HG-- extra : rebase_source : af1c9dca779c6089b5cc062eea81ef9945133d48
This commit is contained in:
Родитель
945e2dc862
Коммит
3684054b5d
|
@ -7,6 +7,9 @@
|
|||
with Files('**'):
|
||||
BUG_COMPONENT = ('Core', 'Build Config')
|
||||
|
||||
with Files('mozunit.py'):
|
||||
BUG_COMPONENT = ('Testing', 'Python Test')
|
||||
|
||||
DIST_INSTALL = False
|
||||
# For sanity's sake, we compile nsinstall without the wrapped system
|
||||
# headers, so that we can use it to set up the wrapped system headers.
|
||||
|
|
|
@ -29,6 +29,9 @@ with Files('mozversioncontrol/**'):
|
|||
with Files('l10n/**'):
|
||||
BUG_COMPONENT = ('Core', 'Localization')
|
||||
|
||||
with Files('mach_commands.py'):
|
||||
BUG_COMPONENT = ('Testing', 'Python Test')
|
||||
|
||||
SPHINX_PYTHON_PACKAGE_DIRS += [
|
||||
'mach',
|
||||
'mozbuild/mozbuild',
|
||||
|
|
|
@ -169,18 +169,3 @@ with Files("**"):
|
|||
|
||||
with Files("*remote*"):
|
||||
BUG_COMPONENT = ("Firefox for Android", "Testing")
|
||||
|
||||
with Files("chrome/**"):
|
||||
BUG_COMPONENT = ("Testing", "Mochitest Chrome")
|
||||
|
||||
with Files("chrome-harness.js"):
|
||||
BUG_COMPONENT = ("Testing", "Mochitest Chrome")
|
||||
|
||||
with Files("BrowserTestUtils/**"):
|
||||
BUG_COMPONENT = ("Testing", "BrowserTest")
|
||||
|
||||
with Files("browser*"):
|
||||
BUG_COMPONENT = ("Testing", "BrowserTest")
|
||||
|
||||
with Files("tests/browser/**"):
|
||||
BUG_COMPONENT = ("Testing", "BrowserTest")
|
||||
|
|
|
@ -76,11 +76,11 @@ with Files("config/tooltool-manifests/**"):
|
|||
BUG_COMPONENT = ("Release Engineering", "Mozharness")
|
||||
|
||||
with Files("*cppunittest*"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
BUG_COMPONENT = ("Testing", "CPPUnitTest")
|
||||
SCHEDULES.exclusive = ['cppunittest']
|
||||
|
||||
with Files("gtest/**"):
|
||||
BUG_COMPONENT = ("Testing", "General")
|
||||
BUG_COMPONENT = ("Testing", "GTest")
|
||||
SCHEDULES.exclusive = ['gtest']
|
||||
|
||||
with Files("specialpowers/**"):
|
||||
|
|
|
@ -55,3 +55,6 @@ with Files('docs/**'):
|
|||
|
||||
with Files('**'):
|
||||
BUG_COMPONENT = ('Testing', 'Mozbase')
|
||||
|
||||
with Files('rust/**'):
|
||||
BUG_COMPONENT = ('Testing', 'Mozbase Rust')
|
||||
|
|
Загрузка…
Ссылка в новой задаче