Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | # If you mark a test as failing or random, you MUST file a bug report in |
michael@0 | 2 | # bugzilla and note the bug number as a comment on the line with the |
michael@0 | 3 | # failing test. |
michael@0 | 4 | # |
michael@0 | 5 | # Please keep the tests in alphabetical order unless there is a reason |
michael@0 | 6 | # for something to not be in order. |
michael@0 | 7 | |
michael@0 | 8 | # verify the tests work |
michael@0 | 9 | include reftest-sanity/reftest.list |
michael@0 | 10 | |
michael@0 | 11 | # images (if libpr0n is busted, could result in weird failures in other tests) |
michael@0 | 12 | include ../../image/test/reftest/reftest.list |
michael@0 | 13 | |
michael@0 | 14 | # CSSWG tests |
michael@0 | 15 | include w3c-css/submitted/reftest.list |
michael@0 | 16 | include w3c-css/received/reftest.list |
michael@0 | 17 | |
michael@0 | 18 | # relative and absolute positioning |
michael@0 | 19 | include abs-pos/reftest.list |
michael@0 | 20 | |
michael@0 | 21 | include async-scrolling/reftest.list |
michael@0 | 22 | |
michael@0 | 23 | # backgrounds/ |
michael@0 | 24 | include backgrounds/reftest.list |
michael@0 | 25 | |
michael@0 | 26 | # bidi/ |
michael@0 | 27 | include bidi/reftest.list |
michael@0 | 28 | |
michael@0 | 29 | # border-image |
michael@0 | 30 | include border-image/reftest.list |
michael@0 | 31 | |
michael@0 | 32 | # border-radius/ |
michael@0 | 33 | include border-radius/reftest.list |
michael@0 | 34 | |
michael@0 | 35 | # -moz-box tests |
michael@0 | 36 | include box/reftest.list |
michael@0 | 37 | |
michael@0 | 38 | # box-ordinal/ |
michael@0 | 39 | include box-ordinal/reftest.list |
michael@0 | 40 | |
michael@0 | 41 | # box-properties/ |
michael@0 | 42 | include box-properties/reftest.list |
michael@0 | 43 | |
michael@0 | 44 | # box-shadow/ |
michael@0 | 45 | include box-shadow/reftest.list |
michael@0 | 46 | |
michael@0 | 47 | # bugs/ |
michael@0 | 48 | include bugs/reftest.list |
michael@0 | 49 | |
michael@0 | 50 | # canvas 2D |
michael@0 | 51 | include canvas/reftest.list |
michael@0 | 52 | |
michael@0 | 53 | # css animations |
michael@0 | 54 | include css-animations/reftest.list |
michael@0 | 55 | |
michael@0 | 56 | # blending/ |
michael@0 | 57 | include css-blending/reftest.list |
michael@0 | 58 | |
michael@0 | 59 | # css calc() tests |
michael@0 | 60 | include css-calc/reftest.list |
michael@0 | 61 | |
michael@0 | 62 | # css character encoding tests |
michael@0 | 63 | include css-charset/reftest.list |
michael@0 | 64 | |
michael@0 | 65 | # css default pseudo class tests |
michael@0 | 66 | include css-default/reftest.list |
michael@0 | 67 | |
michael@0 | 68 | # css :disable tests |
michael@0 | 69 | include css-disabled/reftest.list |
michael@0 | 70 | |
michael@0 | 71 | # css :enable tests |
michael@0 | 72 | include css-enabled/reftest.list |
michael@0 | 73 | |
michael@0 | 74 | # css @import tests |
michael@0 | 75 | include css-import/reftest.list |
michael@0 | 76 | |
michael@0 | 77 | # css gradients |
michael@0 | 78 | include css-gradients/reftest.list |
michael@0 | 79 | |
michael@0 | 80 | # css media queries (tests for print mode) |
michael@0 | 81 | include css-mediaqueries/reftest.list |
michael@0 | 82 | |
michael@0 | 83 | # css parsing |
michael@0 | 84 | include css-parsing/reftest.list |
michael@0 | 85 | |
michael@0 | 86 | # css placeholder |
michael@0 | 87 | include css-placeholder/reftest.list |
michael@0 | 88 | |
michael@0 | 89 | # css required |
michael@0 | 90 | include css-required/reftest.list |
michael@0 | 91 | |
michael@0 | 92 | # css optional |
michael@0 | 93 | include css-optional/reftest.list |
michael@0 | 94 | |
michael@0 | 95 | # css valid |
michael@0 | 96 | include css-valid/reftest.list |
michael@0 | 97 | |
michael@0 | 98 | # css invalid |
michael@0 | 99 | include css-invalid/reftest.list |
michael@0 | 100 | |
michael@0 | 101 | # css-submit-invalid |
michael@0 | 102 | include css-submit-invalid/reftest.list |
michael@0 | 103 | |
michael@0 | 104 | # css text-overflow |
michael@0 | 105 | include text-overflow/reftest.list |
michael@0 | 106 | |
michael@0 | 107 | # css selectors |
michael@0 | 108 | include css-selectors/reftest.list |
michael@0 | 109 | |
michael@0 | 110 | # css transitions |
michael@0 | 111 | include css-transitions/reftest.list |
michael@0 | 112 | |
michael@0 | 113 | # css :-moz-ui-invalid |
michael@0 | 114 | include css-ui-invalid/reftest.list |
michael@0 | 115 | |
michael@0 | 116 | # css :-moz-ui-valid |
michael@0 | 117 | include css-ui-valid/reftest.list |
michael@0 | 118 | |
michael@0 | 119 | # css values and units |
michael@0 | 120 | include css-valuesandunits/reftest.list |
michael@0 | 121 | |
michael@0 | 122 | # css variables |
michael@0 | 123 | include css-variables/reftest.list |
michael@0 | 124 | |
michael@0 | 125 | # Reftests in css-visited are run using |
michael@0 | 126 | # layout/style/test/test_visited_reftests instead of using the reftest |
michael@0 | 127 | # harness. |
michael@0 | 128 | |
michael@0 | 129 | include cssom/reftest.list |
michael@0 | 130 | |
michael@0 | 131 | # columns/ |
michael@0 | 132 | include columns/reftest.list |
michael@0 | 133 | |
michael@0 | 134 | # content/ |
michael@0 | 135 | include ../../content/test/reftest/reftest.list |
michael@0 | 136 | |
michael@0 | 137 | # counters/ |
michael@0 | 138 | include counters/reftest.list |
michael@0 | 139 | |
michael@0 | 140 | # datalist |
michael@0 | 141 | include datalist/reftest.list |
michael@0 | 142 | |
michael@0 | 143 | # dom/ |
michael@0 | 144 | include dom/reftest.list |
michael@0 | 145 | |
michael@0 | 146 | # generated-content/ |
michael@0 | 147 | include generated-content/reftest.list |
michael@0 | 148 | |
michael@0 | 149 | # first-letter/ |
michael@0 | 150 | include first-letter/reftest.list |
michael@0 | 151 | |
michael@0 | 152 | # first-line/ |
michael@0 | 153 | include first-line/reftest.list |
michael@0 | 154 | |
michael@0 | 155 | # flexbox (display: flex, display: inline-flex) |
michael@0 | 156 | include flexbox/reftest.list |
michael@0 | 157 | |
michael@0 | 158 | # floats/ |
michael@0 | 159 | include floats/reftest.list |
michael@0 | 160 | |
michael@0 | 161 | # font-face |
michael@0 | 162 | include font-face/reftest.list |
michael@0 | 163 | |
michael@0 | 164 | # font features (opentype) |
michael@0 | 165 | include font-features/reftest.list |
michael@0 | 166 | |
michael@0 | 167 | # mobile font size inflation |
michael@0 | 168 | include font-inflation/reftest.list |
michael@0 | 169 | |
michael@0 | 170 | # font matching |
michael@0 | 171 | include font-matching/reftest.list |
michael@0 | 172 | |
michael@0 | 173 | # forms |
michael@0 | 174 | include forms/reftest.list |
michael@0 | 175 | |
michael@0 | 176 | # gfx |
michael@0 | 177 | include ../../gfx/tests/reftest/reftest.list |
michael@0 | 178 | |
michael@0 | 179 | # block-inside-inline splits |
michael@0 | 180 | include ib-split/reftest.list |
michael@0 | 181 | |
michael@0 | 182 | # image/ |
michael@0 | 183 | include image/reftest.list |
michael@0 | 184 | |
michael@0 | 185 | # image-element/ |
michael@0 | 186 | include image-element/reftest.list |
michael@0 | 187 | |
michael@0 | 188 | # image-rect/ |
michael@0 | 189 | include image-rect/reftest.list |
michael@0 | 190 | |
michael@0 | 191 | # image-region/ |
michael@0 | 192 | include image-region/reftest.list |
michael@0 | 193 | |
michael@0 | 194 | # indic shaping with harfbuzz |
michael@0 | 195 | include indic-shaping/reftest.list |
michael@0 | 196 | |
michael@0 | 197 | # inline layout |
michael@0 | 198 | include inline/reftest.list |
michael@0 | 199 | |
michael@0 | 200 | # inline borders and padding |
michael@0 | 201 | include inline-borderpadding/reftest.list |
michael@0 | 202 | |
michael@0 | 203 | # layers/ |
michael@0 | 204 | include layers/reftest.list |
michael@0 | 205 | |
michael@0 | 206 | # line-breaking/ |
michael@0 | 207 | include line-breaking/reftest.list |
michael@0 | 208 | |
michael@0 | 209 | # list-item/ |
michael@0 | 210 | include list-item/reftest.list |
michael@0 | 211 | |
michael@0 | 212 | # mathml/ |
michael@0 | 213 | include mathml/reftest.list |
michael@0 | 214 | |
michael@0 | 215 | # margin-collapsing |
michael@0 | 216 | include margin-collapsing/reftest.list |
michael@0 | 217 | |
michael@0 | 218 | # marquee/ |
michael@0 | 219 | include marquee/reftest.list |
michael@0 | 220 | |
michael@0 | 221 | # native-theme/ |
michael@0 | 222 | # skipping for B2G since something around radio-nonnative.html makes the whole suite hang |
michael@0 | 223 | skip-if(B2G) include native-theme/reftest.list |
michael@0 | 224 | |
michael@0 | 225 | # netwerk/ |
michael@0 | 226 | include ../../netwerk/test/reftest/reftest.list |
michael@0 | 227 | |
michael@0 | 228 | include outline/reftest.list |
michael@0 | 229 | |
michael@0 | 230 | # object/ |
michael@0 | 231 | include object/reftest.list |
michael@0 | 232 | |
michael@0 | 233 | # ogg-video/ |
michael@0 | 234 | include ogg-video/reftest.list |
michael@0 | 235 | |
michael@0 | 236 | # webm-video/ |
michael@0 | 237 | include webm-video/reftest.list |
michael@0 | 238 | |
michael@0 | 239 | # parser/ |
michael@0 | 240 | include ../../parser/htmlparser/tests/reftest/reftest.list |
michael@0 | 241 | |
michael@0 | 242 | # percent-overflow-sizing/ |
michael@0 | 243 | include percent-overflow-sizing/reftest.list |
michael@0 | 244 | |
michael@0 | 245 | # pixel-rounding/ |
michael@0 | 246 | include pixel-rounding/reftest.list |
michael@0 | 247 | |
michael@0 | 248 | # plugin/ |
michael@0 | 249 | include ../../dom/plugins/test/reftest/reftest.list |
michael@0 | 250 | |
michael@0 | 251 | # position-dynamic-changes/ |
michael@0 | 252 | include position-dynamic-changes/reftest.list |
michael@0 | 253 | |
michael@0 | 254 | # printing |
michael@0 | 255 | include printing/reftest.list |
michael@0 | 256 | include pagination/reftest.list |
michael@0 | 257 | |
michael@0 | 258 | # <style scoped> |
michael@0 | 259 | include scoped-style/reftest.list |
michael@0 | 260 | |
michael@0 | 261 | # scrolling |
michael@0 | 262 | include scrolling/reftest.list |
michael@0 | 263 | |
michael@0 | 264 | # selection |
michael@0 | 265 | include selection/reftest.list |
michael@0 | 266 | |
michael@0 | 267 | # sticky positioning |
michael@0 | 268 | include position-sticky/reftest.list |
michael@0 | 269 | |
michael@0 | 270 | # svg/ |
michael@0 | 271 | include svg/reftest.list |
michael@0 | 272 | |
michael@0 | 273 | # tab-size/ |
michael@0 | 274 | include tab-size/reftest.list |
michael@0 | 275 | |
michael@0 | 276 | # table-anonymous-boxes/ |
michael@0 | 277 | include table-anonymous-boxes/reftest.list |
michael@0 | 278 | |
michael@0 | 279 | # table-background/ |
michael@0 | 280 | include table-background/reftest.list |
michael@0 | 281 | |
michael@0 | 282 | # table-bordercollapse/ |
michael@0 | 283 | include table-bordercollapse/reftest.list |
michael@0 | 284 | |
michael@0 | 285 | # table-dom/ |
michael@0 | 286 | include table-dom/reftest.list |
michael@0 | 287 | |
michael@0 | 288 | include table-overflow/reftest.list |
michael@0 | 289 | |
michael@0 | 290 | # table-width/ |
michael@0 | 291 | include table-width/reftest.list |
michael@0 | 292 | |
michael@0 | 293 | # text/ |
michael@0 | 294 | include text/reftest.list |
michael@0 | 295 | |
michael@0 | 296 | # text-decoration/ |
michael@0 | 297 | include text-decoration/reftest.list |
michael@0 | 298 | |
michael@0 | 299 | # text-indent/ |
michael@0 | 300 | include text-indent/reftest.list |
michael@0 | 301 | |
michael@0 | 302 | # text-shadow/ |
michael@0 | 303 | include text-shadow/reftest.list |
michael@0 | 304 | |
michael@0 | 305 | # text-svgglyphs/ |
michael@0 | 306 | include text-svgglyphs/reftest.list |
michael@0 | 307 | |
michael@0 | 308 | # text-transform/ |
michael@0 | 309 | include text-transform/reftest.list |
michael@0 | 310 | |
michael@0 | 311 | # theme (osx) |
michael@0 | 312 | include ../../toolkit/themes/osx/reftests/reftest.list |
michael@0 | 313 | |
michael@0 | 314 | include ../../toolkit/content/tests/reftests/reftest.list |
michael@0 | 315 | |
michael@0 | 316 | # -moz-transform/ |
michael@0 | 317 | include transform/reftest.list |
michael@0 | 318 | |
michael@0 | 319 | # 3d transforms |
michael@0 | 320 | include transform-3d/reftest.list |
michael@0 | 321 | |
michael@0 | 322 | # unicode/ (verify that we don't do expend effort doing unicode-aware case checks) |
michael@0 | 323 | include unicode/reftest.list |
michael@0 | 324 | |
michael@0 | 325 | include view-source/reftest.list |
michael@0 | 326 | |
michael@0 | 327 | # webcomponents/ |
michael@0 | 328 | include webcomponents/reftest.list |
michael@0 | 329 | |
michael@0 | 330 | # widget/ |
michael@0 | 331 | include ../../widget/reftests/reftest.list |
michael@0 | 332 | |
michael@0 | 333 | # xml-stylesheet/ |
michael@0 | 334 | include ../../content/test/reftest/xml-stylesheet/reftest.list |
michael@0 | 335 | |
michael@0 | 336 | # xul-document-load/ |
michael@0 | 337 | include xul-document-load/reftest.list |
michael@0 | 338 | |
michael@0 | 339 | # xul/ |
michael@0 | 340 | include xul/reftest.list |
michael@0 | 341 | |
michael@0 | 342 | # xul |
michael@0 | 343 | include ../xul/reftest/reftest.list |
michael@0 | 344 | |
michael@0 | 345 | # xul grid |
michael@0 | 346 | include ../xul/grid/reftests/reftest.list |
michael@0 | 347 | |
michael@0 | 348 | # z-index/ |
michael@0 | 349 | include z-index/reftest.list |
michael@0 | 350 | |
michael@0 | 351 | # reftest(s) to verify content bugfixes |
michael@0 | 352 | include ../../content/html/document/reftests/reftests.list |
michael@0 | 353 | include ../../content/html/content/reftests/reftest.list |
michael@0 | 354 | include ../../dom/imptests/reftest.list |
michael@0 | 355 | |
michael@0 | 356 | # editor/ |
michael@0 | 357 | include ../../editor/reftests/reftest.list |
michael@0 | 358 | |
michael@0 | 359 | # box-sizing |
michael@0 | 360 | include box-sizing/reftest.list |
michael@0 | 361 | |
michael@0 | 362 | # invalidation |
michael@0 | 363 | include invalidation/reftest.list |
michael@0 | 364 | |
michael@0 | 365 | # encodings |
michael@0 | 366 | include ../../dom/encoding/test/reftest/reftest.list |