Bug 1891340 - Part 1: Add parameters to customize the before and after icon tints...
[gecko.git] / testing / talos / moz.build
blob02ec61441c7622974a335d373eddff7a61097faa
1 # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
2 # vim: set filetype=python:
3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
7 with Files("**"):
8     BUG_COMPONENT = ("Testing", "Talos")
9     SCHEDULES.exclusive = ["talos"]
11 with Files("talos/startup_test/sessionrestore/**"):
12     BUG_COMPONENT = ("Firefox", "Session Restore")
14 with Files("talos/tests/tresize/**"):
15     BUG_COMPONENT = ("Core", "XUL")
17 with Files("talos/tests/a11y/**"):
18     BUG_COMPONENT = ("Core", "Disability Access APIs")
20 with Files("talos/tests/canvas2d/**"):
21     BUG_COMPONENT = ("Core", "Graphics: Canvas2D")
23 with Files("talos/tests/cpstartup/**"):
24     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
26 with Files("talos/tests/dromaeo/**"):
27     BUG_COMPONENT = ("Core", "DOM: Core & HTML")
29 with Files("talos/tests/kraken/**"):
30     BUG_COMPONENT = ("Core", "JavaScript Engine")
32 with Files("talos/tests/offscreencanvas/**"):
33     BUG_COMPONENT = ("Core", "Graphics: Canvas2D")
35 with Files("talos/tests/scroll/**"):
36     BUG_COMPONENT = ("Core", "Graphics")
38 with Files("talos/tests/svg*"):
39     BUG_COMPONENT = ("Core", "SVG")
41 with Files("talos/tests/tabpaint/**"):
42     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
44 with Files("talos/tests/tabswitch/**"):
45     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
47 with Files("talos/tests/tart/**"):
48     BUG_COMPONENT = ("Firefox", "Tabbed Browser")
50 with Files("talos/tests/v8_7/**"):
51     BUG_COMPONENT = ("Core", "JavaScript Engine")
53 with Files("talos/tests/video/**"):
54     BUG_COMPONENT = ("Core", "Audio/Video: Playback")
56 with Files("talos/tests/webgl/**"):
57     BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")