Bug 1879449 [wpt PR 44489] - [wptrunner] Add `infrastructure/expected-fail/` test...
[gecko.git] / testing / config / moz.build
blob4d3977799c10fffb744e45b3c9439cc427a0fce8
1 # This Source Code Form is subject to the terms of the Mozilla Public
2 # License, v. 2.0. If a copy of the MPL was not distributed with this
3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
5 with Files("**"):
6     BUG_COMPONENT = ("Testing", "General")
8 with Files("marionette*"):
9     BUG_COMPONENT = ("Testing", "Marionette Client and Harness")
11 with Files("mozbase*"):
12     BUG_COMPONENT = ("Testing", "Mozbase")
14 with Files("firefox_ui*"):
15     BUG_COMPONENT = ("Testing", "Firefox UI Tests")
17 with Files("telemetry*"):
18     BUG_COMPONENT = ("Toolkit", "Telemetry")
20 with Files("tooltool-manifests/**"):
21     BUG_COMPONENT = ("Release Engineering", "Applications: MozharnessCore")