moz.build (1793B)
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/. 6 7 with Files("**"): 8 BUG_COMPONENT = ("Testing", "Talos") 9 SCHEDULES.exclusive = ["talos"] 10 11 with Files("talos/startup_test/sessionrestore/**"): 12 BUG_COMPONENT = ("Firefox", "Session Restore") 13 14 with Files("talos/tests/tresize/**"): 15 BUG_COMPONENT = ("Core", "XUL") 16 17 with Files("talos/tests/a11y/**"): 18 BUG_COMPONENT = ("Core", "Disability Access APIs") 19 20 with Files("talos/tests/canvas2d/**"): 21 BUG_COMPONENT = ("Core", "Graphics: Canvas2D") 22 23 with Files("talos/tests/cpstartup/**"): 24 BUG_COMPONENT = ("Firefox", "Tabbed Browser") 25 26 with Files("talos/tests/dromaeo/**"): 27 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 28 29 with Files("talos/tests/kraken/**"): 30 BUG_COMPONENT = ("Core", "JavaScript Engine") 31 32 with Files("talos/tests/offscreencanvas/**"): 33 BUG_COMPONENT = ("Core", "Graphics: Canvas2D") 34 35 with Files("talos/tests/scroll/**"): 36 BUG_COMPONENT = ("Core", "Graphics") 37 38 with Files("talos/tests/svg*"): 39 BUG_COMPONENT = ("Core", "SVG") 40 41 with Files("talos/tests/tabpaint/**"): 42 BUG_COMPONENT = ("Firefox", "Tabbed Browser") 43 44 with Files("talos/tests/tabswitch/**"): 45 BUG_COMPONENT = ("Firefox", "Tabbed Browser") 46 47 with Files("talos/tests/tart/**"): 48 BUG_COMPONENT = ("Firefox", "Tabbed Browser") 49 50 with Files("talos/tests/v8_7/**"): 51 BUG_COMPONENT = ("Core", "JavaScript Engine") 52 53 with Files("talos/tests/video/**"): 54 BUG_COMPONENT = ("Core", "Audio/Video: Playback") 55 56 with Files("talos/tests/webgl/**"): 57 BUG_COMPONENT = ("Core", "Graphics: CanvasWebGL")