Bug 1330329 - set bug_components for talos tests in moz.build files. r=gbrown

MozReview-Commit-ID: Jay6W3I6CX0
This commit is contained in:
Joel Maher 2017-01-13 08:40:30 -05:00
Родитель bedb17b11f
Коммит d35b693e83
2 изменённых файлов: 104 добавлений и 0 удалений

Просмотреть файл

@ -168,6 +168,9 @@ TEST_HARNESS_FILES.testing.mochitest.websocketprocessbridge += [
with Files("**"):
BUG_COMPONENT = ("Testing", "Mochitest")
with Files("*remote*"):
BUG_COMPONENT = ("Firefox for Android", "Testing")
with Files("chrome/**"):
BUG_COMPONENT = ("Testing", "Mochitest Chrome")

101
testing/moz.build Normal file
Просмотреть файл

@ -0,0 +1,101 @@
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")