зеркало из https://github.com/mozilla/gecko-dev.git
125 строки
3.4 KiB
Plaintext
125 строки
3.4 KiB
Plaintext
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/canvasmark/**"):
|
|
BUG_COMPONENT = ("Core", "Canvas: 2D")
|
|
|
|
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", "General")
|
|
SCHEDULES.exclusive = ['cppunittest']
|
|
|
|
with Files("gtest/**"):
|
|
BUG_COMPONENT = ("Testing", "General")
|
|
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")
|