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 1.6KB

12345678910111213141516171819202122232425262728293031323334353637383940
  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. <disabled-testcases>
  16. <testcase>
  17. <name>demo test failure</name>
  18. <file>demo-test-failure.fo</file>
  19. <description></description>
  20. </testcase>
  21. <testcase>
  22. <name>Negative values on block-progression-dimension</name>
  23. <file>block-progression-dimension_negative.fo</file>
  24. <description>The code currently doesn't set negative values to 0mpt as mandated by the spec.</description>
  25. </testcase>
  26. <testcase>
  27. <name>Negative values on inline-progression-dimension</name>
  28. <file>inline-progression-dimension_negative.fo</file>
  29. <description>The code currently doesn't set negative values to 0mpt as mandated by the spec.</description>
  30. </testcase>
  31. <testcase>
  32. <name>Markers and core function evaluation</name>
  33. <file>from-table-column_marker.fo</file>
  34. <description>The code currently evaluates this function according to the column in which the
  35. marker appearsin the source document, rather than the column it is retrieved in.</description>
  36. </testcase>
  37. </disabled-testcases>