moz.build 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317
  1. # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
  2. # This Source Code Form is subject to the terms of the Mozilla Public
  3. # License, v. 2.0. If a copy of the MPL was not distributed with this
  4. # file, You can obtain one at http://mozilla.org/MPL/2.0/.
  5. TEST_HARNESS_FILES.testing.mochitest.tests.fonts.math += [
  6. 'fonts/math/axis-height-1.otf',
  7. 'fonts/math/axis-height-2.otf',
  8. 'fonts/math/fraction-1.otf',
  9. 'fonts/math/fraction-2.otf',
  10. 'fonts/math/fraction-3.otf',
  11. 'fonts/math/fraction-4.otf',
  12. 'fonts/math/fraction-5.otf',
  13. 'fonts/math/fraction-6.otf',
  14. 'fonts/math/fraction-7.otf',
  15. 'fonts/math/fraction-8.otf',
  16. 'fonts/math/fraction-9.otf',
  17. 'fonts/math/limits-1.otf',
  18. 'fonts/math/limits-2.otf',
  19. 'fonts/math/limits-3.otf',
  20. 'fonts/math/limits-4.otf',
  21. 'fonts/math/limits-5.otf',
  22. 'fonts/math/radical-1.otf',
  23. 'fonts/math/radical-2.otf',
  24. 'fonts/math/radical-3.otf',
  25. 'fonts/math/radical-4.otf',
  26. 'fonts/math/radical-5.otf',
  27. 'fonts/math/radical-6.otf',
  28. 'fonts/math/radical-7.otf',
  29. 'fonts/math/scripts-1.otf',
  30. 'fonts/math/scripts-2.otf',
  31. 'fonts/math/scripts-3.otf',
  32. 'fonts/math/scripts-4.otf',
  33. 'fonts/math/scripts-5.otf',
  34. 'fonts/math/scripts-6.otf',
  35. 'fonts/math/scripts-7.otf',
  36. 'fonts/math/scripts-8.otf',
  37. 'fonts/math/scripts-9.otf',
  38. 'fonts/math/stack-1.otf',
  39. 'fonts/math/stack-2.otf',
  40. 'fonts/math/stack-3.otf',
  41. 'fonts/math/stack-4.otf',
  42. 'fonts/math/stack-5.otf',
  43. 'fonts/math/stack-6.otf',
  44. ]
  45. TEST_HARNESS_FILES.testing.mochitest.tests.fonts.mplus += [
  46. 'fonts/mplus/mplus-1p-regular.ttf',
  47. ]
  48. TEST_HARNESS_FILES.testing.mochitest.tests.fonts += [
  49. 'fonts/Ahem.ttf',
  50. ]
  51. REFTEST_MANIFESTS += ['reftest.list']
  52. with Files('abs-pos/**'):
  53. BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
  54. with Files('async-scrolling/**'):
  55. BUG_COMPONENT = ('Core', 'Layout')
  56. with Files('backgrounds/**'):
  57. BUG_COMPONENT = ('Core', 'Layout')
  58. with Files('bidi/**'):
  59. BUG_COMPONENT = ('Core', 'Layout: Text')
  60. with Files('border-image/**'):
  61. BUG_COMPONENT = ('Core', 'Layout')
  62. with Files('border-radius/**'):
  63. BUG_COMPONENT = ('Core', 'Layout')
  64. with Files('box/**'):
  65. BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: XUL')
  66. with Files('box-ordinal/**'):
  67. BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: XUL')
  68. with Files('box-properties/**'):
  69. BUG_COMPONENT = ('Core', 'Layout')
  70. with Files('box-shadow/**'):
  71. BUG_COMPONENT = ('Core', 'Layout')
  72. with Files('box-sizing/**'):
  73. BUG_COMPONENT = ('Core', 'Layout')
  74. with Files('bugs/**'):
  75. BUG_COMPONENT = ('Core', 'Layout')
  76. with Files('canvas/**'):
  77. BUG_COMPONENT = ('Core', 'Layout: Images')
  78. with Files('columns/**'):
  79. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  80. with Files('counter-style/**'):
  81. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  82. with Files('counters/**'):
  83. BUG_COMPONENT = ('Core', 'Layout')
  84. with Files('css-animations/**'):
  85. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  86. with Files('css-blending/**'):
  87. BUG_COMPONENT = ('Core', 'Layout')
  88. with Files('css-break/**'):
  89. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  90. with Files('css-calc/**'):
  91. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  92. with Files('css-charset/**'):
  93. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  94. with Files('css-default/**'):
  95. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  96. with Files('css-disabled/**'):
  97. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  98. with Files('css-display/**'):
  99. BUG_COMPONENT = ('Core', 'Layout')
  100. with Files('css-enabled/**'):
  101. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  102. with Files('css-gradients/**'):
  103. BUG_COMPONENT = ('Core', 'Layout')
  104. with Files('css-grid/**'):
  105. BUG_COMPONENT = ('Core', 'Layout')
  106. with Files('css-import/**'):
  107. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  108. with Files('css-invalid/**'):
  109. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  110. with Files('css-mediaqueries/**'):
  111. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  112. with Files('css-optional/**'):
  113. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  114. with Files('css-parsing/**'):
  115. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  116. with Files('css-placeholder/**'):
  117. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  118. with Files('css-required/**'):
  119. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  120. with Files('css-ruby/**'):
  121. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  122. with Files('css-selectors/**'):
  123. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  124. with Files('css-submit-invalid/**'):
  125. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  126. with Files('css-transitions/**'):
  127. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  128. with Files('css-ui-invalid/**'):
  129. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  130. with Files('css-ui-valid/**'):
  131. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  132. with Files('css-valid/**'):
  133. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  134. with Files('css-valuesandunits/**'):
  135. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  136. with Files('css-variables/**'):
  137. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  138. with Files('css-visited/**'):
  139. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  140. with Files('cssom/**'):
  141. BUG_COMPONENT = ('Core', 'DOM: CSS Object Model')
  142. with Files('datalist/**'):
  143. BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
  144. with Files('dom/**'):
  145. BUG_COMPONENT = ('Core', 'DOM: Core & HTML')
  146. with Files('filters.svg'):
  147. BUG_COMPONENT = ('Core', 'SVG')
  148. with Files('first-letter/**'):
  149. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  150. with Files('first-line/**'):
  151. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  152. with Files('flexbox/**'):
  153. BUG_COMPONENT = ('Core', 'Layout')
  154. with Files('floats/**'):
  155. BUG_COMPONENT = ('Core', 'Layout: Floats')
  156. with Files('font-face/**'):
  157. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  158. with Files('font-features/**'):
  159. BUG_COMPONENT = ('Core', 'Layout: Text')
  160. with Files('font-inflation/**'):
  161. BUG_COMPONENT = ('Core', 'Layout: Text')
  162. with Files('font-loading-api/**'):
  163. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  164. with Files('font-matching/**'):
  165. BUG_COMPONENT = ('Core', 'Layout: Text')
  166. with Files('fonts/**'):
  167. BUG_COMPONENT = ('Core', 'Layout: Text')
  168. with Files('forms/**'):
  169. BUG_COMPONENT = ('Core', 'Layout: Form Controls')
  170. with Files('generated-content/**'):
  171. BUG_COMPONENT = ('Core', 'Layout')
  172. with Files('ib-split/**'):
  173. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  174. with Files('image/**'):
  175. BUG_COMPONENT = ('Core', 'Layout: Images')
  176. with Files('image-element/**'):
  177. BUG_COMPONENT = ('Core', 'Layout: Images')
  178. with Files('image-rect/**'):
  179. BUG_COMPONENT = ('Core', 'Layout')
  180. with Files('image-region/**'):
  181. BUG_COMPONENT = ('Core', 'Layout: Images')
  182. with Files('indic-shaping/**'):
  183. BUG_COMPONENT = ('Core', 'Layout: Text')
  184. with Files('inline/**'):
  185. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  186. with Files('inline-borderpadding/**'):
  187. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  188. with Files('invalidation/**'):
  189. BUG_COMPONENT = ('Core', 'Layout')
  190. with Files('layers/**'):
  191. BUG_COMPONENT = ('Core', 'Graphics: Layers')
  192. with Files('line-breaking/**'):
  193. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  194. with Files('list-item/**'):
  195. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  196. with Files('margin-collapsing/**'):
  197. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  198. with Files('mathml/**'):
  199. BUG_COMPONENT = ('Core', 'MathML')
  200. with Files('native-theme/**'):
  201. BUG_COMPONENT = ('Core', 'Layout')
  202. with Files('object/**'):
  203. BUG_COMPONENT = ('Core', 'DOM')
  204. with Files('ogg-video/**'):
  205. BUG_COMPONENT = ('Core', 'Video/Audio')
  206. with Files('outline/**'):
  207. BUG_COMPONENT = ('Core', 'Layout')
  208. with Files('pagination/**'):
  209. BUG_COMPONENT = ('Core', 'Layout')
  210. with Files('percent-overflow-sizing/**'):
  211. BUG_COMPONENT = ('Core', 'Layout')
  212. with Files('pixel-rounding/**'):
  213. BUG_COMPONENT = ('Core', 'Layout')
  214. with Files('position-dynamic-changes/**'):
  215. BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
  216. with Files('position-relative/**'):
  217. BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
  218. with Files('position-sticky/**'):
  219. BUG_COMPONENT = ('Core', 'Layout: R & A Pos')
  220. with Files('printing/**'):
  221. BUG_COMPONENT = ('Core', 'Printing: Output')
  222. with Files('reftest-sanity/**'):
  223. BUG_COMPONENT = ('Testing', 'Reftest')
  224. with Files('scoped-style/**'):
  225. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  226. with Files('scrolling/**'):
  227. BUG_COMPONENT = ('Core', 'Layout')
  228. with Files('selection/**'):
  229. BUG_COMPONENT = ('Core', 'Selection')
  230. with Files('svg/**'):
  231. BUG_COMPONENT = ('Core', 'SVG')
  232. with Files('tab-size/**'):
  233. BUG_COMPONENT = ('Core', 'Layout: Text')
  234. with Files('table-anonymous-boxes/**'):
  235. BUG_COMPONENT = ('Core', 'Layout: Tables')
  236. with Files('table-background/**'):
  237. BUG_COMPONENT = ('Core', 'Layout: Tables')
  238. with Files('table-bordercollapse/**'):
  239. BUG_COMPONENT = ('Core', 'Layout: Tables')
  240. with Files('table-dom/**'):
  241. BUG_COMPONENT = ('Core', 'Layout: Tables')
  242. with Files('table-overflow/**'):
  243. BUG_COMPONENT = ('Core', 'Layout: Tables')
  244. with Files('table-width/**'):
  245. BUG_COMPONENT = ('Core', 'Layout: Tables')
  246. with Files('text/**'):
  247. BUG_COMPONENT = ('Core', 'Layout: Text')
  248. with Files('text-decoration/**'):
  249. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  250. with Files('text-indent/**'):
  251. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  252. with Files('text-overflow/**'):
  253. BUG_COMPONENT = ('Core', 'Layout: Text')
  254. with Files('text-shadow/**'):
  255. BUG_COMPONENT = ('Core', 'Layout: Text')
  256. with Files('text-svgglyphs/**'):
  257. BUG_COMPONENT = ('Core', 'SVG')
  258. with Files('text-transform/**'):
  259. BUG_COMPONENT = ('Core', 'Layout: Text')
  260. with Files('transform/**'):
  261. BUG_COMPONENT = ('Core', 'Layout')
  262. with Files('transform-3d/**'):
  263. BUG_COMPONENT = ('Core', 'Layout')
  264. with Files('unicode/**'):
  265. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  266. with Files('view-source/**'):
  267. BUG_COMPONENT = ('Core', 'HTML: Parser')
  268. with Files('w3c-css/**'):
  269. BUG_COMPONENT = ('Core', 'Layout')
  270. with Files('w3c-css/received/css-conditional-3/**'):
  271. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  272. with Files('w3c-css/received/css-namespaces-3/**'):
  273. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  274. with Files('w3c-css/received/css-values-3/**'):
  275. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  276. with Files('w3c-css/submitted/conditional3/**'):
  277. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  278. with Files('w3c-css/submitted/css21/**'):
  279. BUG_COMPONENT = ('Core', 'Layout')
  280. with Files('w3c-css/submitted/flexbox/**'):
  281. BUG_COMPONENT = ('Core', 'Layout')
  282. with Files('w3c-css/submitted/fonts3/**'):
  283. BUG_COMPONENT = ('Core', 'Layout: Text')
  284. with Files('w3c-css/submitted/images3/**'):
  285. BUG_COMPONENT = ('Core', 'Layout')
  286. with Files('w3c-css/submitted/lists-3/**'):
  287. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  288. with Files('w3c-css/submitted/multicol3/**'):
  289. BUG_COMPONENT = ('Core', 'Layout')
  290. with Files('w3c-css/submitted/ruby/**'):
  291. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  292. with Files('w3c-css/submitted/text-decor-3/**'):
  293. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  294. with Files('w3c-css/submitted/ui3/**'):
  295. BUG_COMPONENT = ('Core', 'Layout')
  296. with Files('w3c-css/submitted/values3/**'):
  297. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  298. with Files('w3c-css/submitted/variables/**'):
  299. BUG_COMPONENT = ('Core', 'CSS Parsing and Computation')
  300. with Files('webcomponents/**'):
  301. BUG_COMPONENT = ('Core', 'DOM')
  302. with Files('webm-video/**'):
  303. BUG_COMPONENT = ('Core', 'Video/Audio')
  304. with Files('writing-mode/**'):
  305. BUG_COMPONENT = ('Core', 'Layout: Block and Inline')
  306. with Files('xul/**'):
  307. BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: XUL')
  308. with Files('xul-document-load/**'):
  309. BUG_COMPONENT = ('Core', 'XP Toolkit/Widgets: XUL')
  310. with Files('z-index/**'):
  311. BUG_COMPONENT = ('Core', 'Layout')