mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 06:35:42 +00:00
d35b693e83
MozReview-Commit-ID: Jay6W3I6CX0
102 lines
2.9 KiB
Plaintext
102 lines
2.9 KiB
Plaintext
with Files("talos/**"):
|
|
BUG_COMPONENT = ("Testing", "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/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")
|
|
|
|
with Files("gtest/**"):
|
|
BUG_COMPONENT = ("Testing", "General")
|
|
|
|
with Files("specialpowers/**"):
|
|
BUG_COMPONENT = ("Testing", "Mochitest")
|
|
|
|
with Files("crashtest/**"):
|
|
BUG_COMPONENT = ("Testing", "Reftest")
|
|
|
|
with Files("crashtest/autophone-crashtest-webrtc.list"):
|
|
BUG_COMPONENT = ("Testing", "Autophone")
|
|
|
|
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", "Firfox UI Tests")
|
|
|
|
with Files("config/external-media-tests-requirements.txt"):
|
|
BUG_COMPONENT = ("Testing", "external-media-tests")
|
|
|
|
with Files("tools/**"):
|
|
BUG_COMPONENT = ("Testing", "General")
|
|
|
|
with Files("tools/fileid/**"):
|
|
BUG_COMPONENT = ("Toolkit", "Breakpad Integration")
|
|
|
|
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", "Breakpad Integration")
|
|
|
|
with Files("tools/minidumpwriter/**"):
|
|
BUG_COMPONENT = ("Toolkit", "Breakpad Integration")
|
|
|
|
with Files("remote*"):
|
|
BUG_COMPONENT = ("Firefox for Android", "Testing")
|