Bug 1755973 - Try implied arr+[0] in GetUniformIndices. r=gfx-reviewers,bradwerth
[gecko.git] / testing / config / moz.build
blobf894b6e5893e96353d5af8233f75362dd754a3f1
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")
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")