You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

disabled-testcases.xml 13KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. Copyright 2005 The Apache Software Foundation
  4. Licensed under the Apache License, Version 2.0 (the "License");
  5. you may not use this file except in compliance with the License.
  6. You may obtain a copy of the License at
  7. http://www.apache.org/licenses/LICENSE-2.0
  8. Unless required by applicable law or agreed to in writing, software
  9. distributed under the License is distributed on an "AS IS" BASIS,
  10. WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  11. See the License for the specific language governing permissions and
  12. limitations under the License.
  13. -->
  14. <!-- $Id: $ -->
  15. <!--DOCTYPE disabled-testcases SYSTEM "disabled-testcases.dtd"-->
  16. <disabled-testcases>
  17. <testcase>
  18. <name>Bugzilla #36391: reference-orientation</name>
  19. <file>block-container_reference-orientation_bug36391.xml</file>
  20. <description>There's a problem involving nested block-containers
  21. and reference-orientation 180/-180.</description>
  22. <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=36391</reference>
  23. </testcase>
  24. <testcase>
  25. <name>Auto-height block-containers produce fences</name>
  26. <file>block-container_space-before_space-after_3.xml</file>
  27. <description>Block-containers with no height currently don't
  28. create a fence for spaces as they should (they behave like a
  29. normal block).</description>
  30. </testcase>
  31. <testcase>
  32. <name>font-stretch NYI</name>
  33. <file>block_font-stretch.xml</file>
  34. <description>Font-stretch is not implemented, yet.</description>
  35. </testcase>
  36. <testcase>
  37. <name>Hyphenation with preserved linefeeds</name>
  38. <file>block_hyphenation_linefeed_preserve.xml</file>
  39. <description>When hyphenation is enabled and linefeeds are preserved linefeeds
  40. are painted as '#' and the text is output multiple times.</description>
  41. </testcase>
  42. <testcase>
  43. <name>linefeed-treatment</name>
  44. <file>block_linefeed-treatment.xml</file>
  45. <description>Preserved linefeeds in a fo:character are not handled
  46. correctly. Zero width space characters are not handled
  47. correctly.</description>
  48. </testcase>
  49. <testcase>
  50. <name>Empty blocks produce fences</name>
  51. <file>block_space-before_space-after_8.xml</file>
  52. <description>An empty block currently produces a fence for
  53. stacking constraints which it shouldn't.</description>
  54. </testcase>
  55. <testcase>
  56. <name>Non breaking space removal</name>
  57. <file>block_white-space_2.xml</file>
  58. <description>A non breaking space is incorrectly
  59. removed from the start of a line.</description>
  60. </testcase>
  61. <testcase>
  62. <name>block white-space-collapse 2</name>
  63. <file>block_white-space-collapse_2.xml</file>
  64. </testcase>
  65. <testcase>
  66. <name>block white-space-treatment 1</name>
  67. <file>block_white-space-treatment_1.xml</file>
  68. <description>White space around formatter generated linebreaks is
  69. not removed correctly.</description>
  70. </testcase>
  71. <testcase>
  72. <name>block white-space-treatment 2</name>
  73. <file>block_white-space-treatment_2.xml</file>
  74. <description>White space around formatter generated linebreaks is
  75. not removed correctly.</description>
  76. </testcase>
  77. <testcase>
  78. <name>block word-spacing</name>
  79. <file>block_word-spacing.xml</file>
  80. <description>Word-spacing may not work as expected.</description>
  81. </testcase>
  82. <testcase>
  83. <name>block word-spacing text-align justify</name>
  84. <file>block_word-spacing_text-align_justify.xml</file>
  85. <description>Word-spacing may not work as expected.</description>
  86. </testcase>
  87. <testcase>
  88. <name>external-graphic don't shrink</name>
  89. <file>external-graphic_oversized.xml</file>
  90. <description>Images currently don't shrink so they fit on a page
  91. when they are too big and shrinking is allowed to
  92. happen (min/opt/max).</description>
  93. </testcase>
  94. <testcase>
  95. <name>Test case with HTTP URL</name>
  96. <file>external-graphic_src_uri.xml</file>
  97. <description>Doesn't work behind a proxy which requires
  98. authorization.</description>
  99. </testcase>
  100. <testcase>
  101. <name>Space Resolution in foot note area</name>
  102. <file>footnote_space-resolution.xml</file>
  103. <description>Space resolution does not work between footnote
  104. regions.</description>
  105. </testcase>
  106. <testcase>
  107. <name>Footnotes swallowed in lists</name>
  108. <file>footnote_in_list.xml</file>
  109. <description>Element lists for lists are created by combining the
  110. element lists from list-item-label and list-item-body. The
  111. footnotes contained in the KnuthBlockBoxes are not propagated to
  112. the combined element list.</description>
  113. <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=37579</reference>
  114. </testcase>
  115. <testcase>
  116. <name>Footnotes swallowed in tables</name>
  117. <file>footnote_in_table.xml</file>
  118. <description>Element lists for tables are created by combining the
  119. element lists from the individual table-cells. The footnotes
  120. contained in the KnuthBlockBoxes are not propagated to the combined
  121. element list.</description>
  122. <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=37579</reference>
  123. </testcase>
  124. <testcase>
  125. <name>keeps on inlines NYI</name>
  126. <file>inline_keep-together.xml</file>
  127. <description>Keeps are not implemented in inline-level elements, yet.</description>
  128. </testcase>
  129. <testcase>
  130. <name>NPE for table inside an inline</name>
  131. <file>inline_block_nested_3.xml</file>
  132. <description>Placing a table as a child of an fo:inline produces a
  133. NullPointerException.</description>
  134. </testcase>
  135. <testcase>
  136. <name>ClassCastException caused by inline border</name>
  137. <file>inline_border_bug37743.xml</file>
  138. <description>A ClassCastException occurs during element list creation when an
  139. inline with a border is directly followed by character data.</description>
  140. <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=37743</reference>
  141. </testcase>
  142. <testcase>
  143. <name>inline-container is not implemented, yet.</name>
  144. <file>inline-container_block_nested.xml</file>
  145. <description>inline-container is not implemented, yet. Content of an
  146. inline-container will get swallowed. The test case contains no checks.</description>
  147. </testcase>
  148. <testcase>
  149. <name>inline-container is not implemented, yet.</name>
  150. <file>inline-container_border_padding.xml</file>
  151. <description>inline-container is not implemented, yet. Content of an
  152. inline-container will get swallowed.</description>
  153. </testcase>
  154. <testcase>
  155. <name>inline letter-spacing</name>
  156. <file>inline_letter-spacing.xml</file>
  157. <description>Letter-spacing may not work as
  158. expected within fo:inline.</description>
  159. </testcase>
  160. <testcase>
  161. <name>inline word-spacing</name>
  162. <file>inline_word-spacing.xml</file>
  163. <description>Word-spacing may not work as expected within
  164. fo:inline.</description>
  165. </testcase>
  166. <testcase>
  167. <name>inline word-spacing text-align justify</name>
  168. <file>inline_word-spacing_text-align_justify.xml</file>
  169. <description></description>
  170. </testcase>
  171. <testcase>
  172. <name>leader-alignment NYI</name>
  173. <file>leader-alignment.xml</file>
  174. <description>Leader-alignment is not yet
  175. implemented.</description>
  176. </testcase>
  177. <testcase>
  178. <name>leader-pattern="use-content": Problem with line height</name>
  179. <file>leader_leader-pattern_use-content_bug.xml</file>
  180. <description>Line height is not correctly calculated for
  181. use-content leaders whose height is larger than the rest of the
  182. line.</description>
  183. <reference>http://www.nabble.com/leaders-with-leader-pattern%3D%22use-content%22-t546244.html</reference>
  184. </testcase>
  185. <testcase>
  186. <name>keep-with-previous doesn't work in lists</name>
  187. <file>list-block_keep-with-previous.xml</file>
  188. <description>Keep-with-previous doesn't work inside tables and
  189. lists, yet.</description>
  190. </testcase>
  191. <testcase>
  192. <name>keep-with-previous doesn't work in lists</name>
  193. <file>list-item_block_keep-with-previous.xml</file>
  194. <description>Keep-with-previous doesn't work inside tables and
  195. lists, yet.</description>
  196. </testcase>
  197. <testcase>
  198. <name>marker bug</name>
  199. <file>marker_bug.xml</file>
  200. <description>White space on direct inline-level children of a
  201. marker is not handled correctly.</description>
  202. <reference>http://www.nabble.com/fo%3Amarker-and-white-space-t553656.html</reference>
  203. </testcase>
  204. <testcase>
  205. <name>Page breaking doesn't deal with IPD changes</name>
  206. <file>page-breaking_4.xml</file>
  207. <description>Page breaking currently doesn't support changing available IPD
  208. between pages of a single page-sequence. Element list generation has to be reset to
  209. redetermine line breaks in this case.</description>
  210. </testcase>
  211. <testcase>
  212. <name>Overflow handing is incomplete</name>
  213. <file>page-breaking_6.xml</file>
  214. <description>Line breaking is not 100% correct when there's too little space.
  215. Overflows are not detected and warned.</description>
  216. </testcase>
  217. <testcase>
  218. <name>Indefinite page height handling is imcomplete</name>
  219. <file>page-height_indefinite_simple.xml</file>
  220. <description>A RuntimeException is thrown for a page of indefinite height. Lots of warnings.</description>
  221. </testcase>
  222. <testcase>
  223. <name>page-number-citation: Problem with background-image</name>
  224. <file>page-number-citation_background-image.xml</file>
  225. <description>Background-images on page-number-citations are not
  226. placed correctly.</description>
  227. </testcase>
  228. <testcase>
  229. <name>IDs are not working on all FO elements</name>
  230. <file>page-number-citation_complex_1.xml</file>
  231. <description>The "id" attributes are not properly handled for all block-level FO elements.</description>
  232. </testcase>
  233. <testcase>
  234. <name>IDs are not working on all FO elements</name>
  235. <file>page-number-citation_complex_2.xml</file>
  236. <description>The "id" attributes are not properly handled for all inline-level FO elements.</description>
  237. </testcase>
  238. <testcase>
  239. <name>Footnotes in multi-column documents</name>
  240. <file>region-body_column-count_footnote.xml</file>
  241. <description>Footnotes may overlap with text of the region-body in
  242. multi-column documents.</description>
  243. </testcase>
  244. <testcase>
  245. <name>Column Balancing problems</name>
  246. <file>region-body_column-count_balance_4col.xml</file>
  247. <description>Situation in a 4-column document where the column balancing doesn't work and even causes some
  248. content to disappear.</description>
  249. </testcase>
  250. <testcase>
  251. <name>No background-images on table-body</name>
  252. <file>table-body_background-image.xml</file>
  253. <description>The backgrounds of table-body, table-header,
  254. table-footer and table-column are not painted, yet.</description>
  255. </testcase>
  256. <testcase>
  257. <name>Collapsing Border Model NYI</name>
  258. <file>table_border-collapse_collapse_1.xml</file>
  259. <description>Border-collapse="collapse" is not yet
  260. implemented.</description>
  261. </testcase>
  262. <testcase>
  263. <name>Collapsing Border Model NYI</name>
  264. <file>table_border-collapse_collapse_2.xml</file>
  265. <description>Border-collapse="collapse" is not yet
  266. implemented.</description>
  267. </testcase>
  268. <testcase>
  269. <name>Problems with border and padding on tables</name>
  270. <file>table_border_padding.xml</file>
  271. <description>The element list seems to not be fully correct, yet, causing
  272. the layout to look odd.</description>
  273. </testcase>
  274. <testcase>
  275. <name>keep-with-previous doesn't work inside tables</name>
  276. <file>table-cell_block_keep-with-previous.xml</file>
  277. <description>Keep-with-previous doesn't work inside tables and
  278. lists, yet.</description>
  279. </testcase>
  280. <testcase>
  281. <name>Border and padding conditionality is NYI on table-cells</name>
  282. <file>table-cell_border_padding_conditionality.xml</file>
  283. <description>Border and padding conditionality are not supported
  284. on table-cells, yet.</description>
  285. </testcase>
  286. <testcase>
  287. <name>No table column setup based on the first row.</name>
  288. <file>table-column_first-row-width.xml</file>
  289. <description>According to the spec the table-columns can be set up
  290. automatically based on values on the first row of a table. This is not
  291. implemented, yet.</description>
  292. <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=35656</reference>
  293. </testcase>
  294. <testcase>
  295. <name>No background-images on table-header</name>
  296. <file>table-header_background-image.xml</file>
  297. <description>The backgrounds of table-body, table-header,
  298. table-footer and table-column are not painted, yet.</description>
  299. </testcase>
  300. <testcase>
  301. <name>keep-with-previous doesn't work on table-rows</name>
  302. <file>table-row_keep-with-previous.xml</file>
  303. <description>Keep-with-previous doesn't work inside tables and
  304. lists, yet.</description>
  305. </testcase>
  306. <testcase>
  307. <name>table table-layout fixed 2</name>
  308. <file>table_table-layout_fixed_2.xml</file>
  309. <description>TODO: Same as table-column_first-row-width.xml?</description>
  310. <reference>http://issues.apache.org/bugzilla/show_bug.cgi?id=35656</reference>
  311. </testcase>
  312. <testcase>
  313. <name>Border conditionality on table</name>
  314. <file>table_border-width_conditionality.xml</file>
  315. <description>The code should be ok, but the test case uses shorthands and therefore
  316. is probably not expressing the indended outcome according to the spec. The test
  317. case should be revisited.</description>
  318. </testcase>
  319. </disabled-testcases>