moz.build (9598B)
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 TEST_HARNESS_FILES.testing.mochitest.tests.fonts.mplus += [ 8 "fonts/mplus/mplus-1p-regular.ttf", 9 ] 10 11 TEST_HARNESS_FILES.testing.mochitest.tests.fonts += [ 12 "fonts/Ahem.ttf", 13 ] 14 15 REFTEST_MANIFESTS += ["reftest.list"] 16 17 with Files("**"): 18 SCHEDULES.exclusive = ["reftest"] 19 20 with Files("abs-pos/**"): 21 BUG_COMPONENT = ("Core", "Layout: Positioned") 22 with Files("async-scrolling/**"): 23 BUG_COMPONENT = ("Core", "Layout") 24 with Files("backgrounds/**"): 25 BUG_COMPONENT = ("Core", "Layout") 26 with Files("bidi/**"): 27 BUG_COMPONENT = ("Core", "Layout: Text and Fonts") 28 with Files("border-image/**"): 29 BUG_COMPONENT = ("Core", "Layout") 30 with Files("border-radius/**"): 31 BUG_COMPONENT = ("Core", "Layout") 32 with Files("box/**"): 33 BUG_COMPONENT = ("Core", "XUL") 34 with Files("box-ordinal/**"): 35 BUG_COMPONENT = ("Core", "XUL") 36 with Files("box-properties/**"): 37 BUG_COMPONENT = ("Core", "Layout") 38 with Files("box-shadow/**"): 39 BUG_COMPONENT = ("Core", "Layout") 40 with Files("box-sizing/**"): 41 BUG_COMPONENT = ("Core", "Layout") 42 with Files("bugs/**"): 43 BUG_COMPONENT = ("Core", "Layout") 44 with Files("canvas/**"): 45 BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames") 46 with Files("columns/**"): 47 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 48 with Files("counter-style/**"): 49 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 50 with Files("counters/**"): 51 BUG_COMPONENT = ("Core", "Layout") 52 with Files("css-animations/**"): 53 BUG_COMPONENT = ("Core", "CSS Transitions and Animations") 54 with Files("css-blending/**"): 55 BUG_COMPONENT = ("Core", "Layout") 56 with Files("css-break/**"): 57 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 58 with Files("css-calc/**"): 59 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 60 with Files("css-charset/**"): 61 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 62 with Files("css-default/**"): 63 BUG_COMPONENT = ("Core", "Layout: Form Controls") 64 with Files("css-disabled/**"): 65 BUG_COMPONENT = ("Core", "Layout: Form Controls") 66 with Files("css-display/**"): 67 BUG_COMPONENT = ("Core", "Layout") 68 with Files("css-enabled/**"): 69 BUG_COMPONENT = ("Core", "Layout: Form Controls") 70 with Files("css-gradients/**"): 71 BUG_COMPONENT = ("Core", "Layout") 72 with Files("css-grid/**"): 73 BUG_COMPONENT = ("Core", "Layout") 74 with Files("css-import/**"): 75 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 76 with Files("css-invalid/**"): 77 BUG_COMPONENT = ("Core", "Layout: Form Controls") 78 with Files("css-mediaqueries/**"): 79 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 80 with Files("css-optional/**"): 81 BUG_COMPONENT = ("Core", "Layout: Form Controls") 82 with Files("css-page/**"): 83 BUG_COMPONENT = ("Core", "Layout") 84 with Files("css-parsing/**"): 85 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 86 with Files("css-placeholder/**"): 87 BUG_COMPONENT = ("Core", "Layout: Form Controls") 88 with Files("css-required/**"): 89 BUG_COMPONENT = ("Core", "Layout: Form Controls") 90 with Files("css-ruby/**"): 91 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 92 with Files("css-selectors/**"): 93 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 94 with Files("css-transitions/**"): 95 BUG_COMPONENT = ("Core", "CSS Transitions and Animations") 96 with Files("css-ui-invalid/**"): 97 BUG_COMPONENT = ("Core", "Layout: Form Controls") 98 with Files("css-ui-valid/**"): 99 BUG_COMPONENT = ("Core", "Layout: Form Controls") 100 with Files("css-valid/**"): 101 BUG_COMPONENT = ("Core", "Layout: Form Controls") 102 with Files("css-valuesandunits/**"): 103 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 104 with Files("css-variables/**"): 105 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 106 with Files("css-visited/**"): 107 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 108 with Files("cssom/**"): 109 BUG_COMPONENT = ("Core", "DOM: CSS Object Model") 110 with Files("datalist/**"): 111 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 112 with Files("dom/**"): 113 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 114 with Files("filters.svg"): 115 BUG_COMPONENT = ("Core", "SVG") 116 with Files("first-letter/**"): 117 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 118 with Files("first-line/**"): 119 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 120 with Files("flexbox/**"): 121 BUG_COMPONENT = ("Core", "Layout") 122 with Files("floats/**"): 123 BUG_COMPONENT = ("Core", "Layout: Floats") 124 with Files("font-face/**"): 125 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 126 with Files("font-features/**"): 127 BUG_COMPONENT = ("Core", "Layout: Text and Fonts") 128 with Files("font-inflation/**"): 129 BUG_COMPONENT = ("Core", "Layout: Text and Fonts") 130 with Files("font-loading-api/**"): 131 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 132 with Files("font-matching/**"): 133 BUG_COMPONENT = ("Core", "Layout: Text and Fonts") 134 with Files("fonts/**"): 135 BUG_COMPONENT = ("Core", "Layout: Text and Fonts") 136 with Files("forms/**"): 137 BUG_COMPONENT = ("Core", "Layout: Form Controls") 138 with Files("generated-content/**"): 139 BUG_COMPONENT = ("Core", "Layout") 140 with Files("ib-split/**"): 141 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 142 with Files("image/**"): 143 BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames") 144 with Files("image-element/**"): 145 BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames") 146 with Files("image-rect/**"): 147 BUG_COMPONENT = ("Core", "Layout") 148 with Files("image-region/**"): 149 BUG_COMPONENT = ("Core", "Layout: Images, Video, and HTML Frames") 150 with Files("indic-shaping/**"): 151 BUG_COMPONENT = ("Core", "Layout: Text and Fonts") 152 with Files("inline/**"): 153 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 154 with Files("inline-borderpadding/**"): 155 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 156 with Files("invalidation/**"): 157 BUG_COMPONENT = ("Core", "Layout") 158 with Files("layers/**"): 159 BUG_COMPONENT = ("Core", "Graphics") 160 with Files("line-breaking/**"): 161 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 162 with Files("list-item/**"): 163 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 164 with Files("margin-collapsing/**"): 165 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 166 with Files("marquee/**"): 167 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 168 with Files("mathml/**"): 169 BUG_COMPONENT = ("Core", "MathML") 170 with Files("native-theme/**"): 171 BUG_COMPONENT = ("Core", "Layout") 172 with Files("object/**"): 173 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 174 with Files("outline/**"): 175 BUG_COMPONENT = ("Core", "Layout") 176 with Files("pagination/**"): 177 BUG_COMPONENT = ("Core", "Layout") 178 with Files("percent-overflow-sizing/**"): 179 BUG_COMPONENT = ("Core", "Layout") 180 with Files("pixel-rounding/**"): 181 BUG_COMPONENT = ("Core", "Layout") 182 with Files("position-dynamic-changes/**"): 183 BUG_COMPONENT = ("Core", "Layout: Positioned") 184 with Files("position-relative/**"): 185 BUG_COMPONENT = ("Core", "Layout: Positioned") 186 with Files("position-sticky/**"): 187 BUG_COMPONENT = ("Core", "Layout: Positioned") 188 with Files("printing/**"): 189 BUG_COMPONENT = ("Core", "Printing: Output") 190 with Files("reftest-sanity/**"): 191 BUG_COMPONENT = ("Testing", "Reftest") 192 with Files("scrolling/**"): 193 BUG_COMPONENT = ("Core", "Layout") 194 with Files("selection/**"): 195 BUG_COMPONENT = ("Core", "DOM: Selection") 196 with Files("svg/**"): 197 BUG_COMPONENT = ("Core", "SVG") 198 with Files("tab-size/**"): 199 BUG_COMPONENT = ("Core", "Layout: Text and Fonts") 200 with Files("table-anonymous-boxes/**"): 201 BUG_COMPONENT = ("Core", "Layout: Tables") 202 with Files("table-background/**"): 203 BUG_COMPONENT = ("Core", "Layout: Tables") 204 with Files("table-bordercollapse/**"): 205 BUG_COMPONENT = ("Core", "Layout: Tables") 206 with Files("table-dom/**"): 207 BUG_COMPONENT = ("Core", "Layout: Tables") 208 with Files("table-overflow/**"): 209 BUG_COMPONENT = ("Core", "Layout: Tables") 210 with Files("table-width/**"): 211 BUG_COMPONENT = ("Core", "Layout: Tables") 212 with Files("text/**"): 213 BUG_COMPONENT = ("Core", "Layout: Text and Fonts") 214 with Files("text-decoration/**"): 215 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 216 with Files("text-indent/**"): 217 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 218 with Files("text-overflow/**"): 219 BUG_COMPONENT = ("Core", "Layout: Text and Fonts") 220 with Files("text-shadow/**"): 221 BUG_COMPONENT = ("Core", "Layout: Text and Fonts") 222 with Files("text-svgglyphs/**"): 223 BUG_COMPONENT = ("Core", "SVG") 224 with Files("text-transform/**"): 225 BUG_COMPONENT = ("Core", "Layout: Text and Fonts") 226 with Files("transform/**"): 227 BUG_COMPONENT = ("Core", "Layout") 228 with Files("transform-3d/**"): 229 BUG_COMPONENT = ("Core", "Layout") 230 with Files("unicode/**"): 231 BUG_COMPONENT = ("Core", "CSS Parsing and Computation") 232 with Files("view-source/**"): 233 BUG_COMPONENT = ("Core", "DOM: HTML Parser") 234 with Files("webcomponents/**"): 235 BUG_COMPONENT = ("Core", "DOM: Core & HTML") 236 with Files("webm-video/**"): 237 BUG_COMPONENT = ("Core", "Audio/Video") 238 with Files("writing-mode/**"): 239 BUG_COMPONENT = ("Core", "Layout: Block and Inline") 240 with Files("xul/**"): 241 BUG_COMPONENT = ("Core", "XUL") 242 with Files("xul-document-load/**"): 243 BUG_COMPONENT = ("Core", "XUL") 244 with Files("z-index/**"): 245 BUG_COMPONENT = ("Core", "Layout")