File: README.testsuite

package info (click to toggle)
openscad 2015.03-2%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 30,804 kB
  • ctags: 5,692
  • sloc: cpp: 39,386; sh: 3,856; ansic: 3,674; python: 1,393; yacc: 496; lex: 272; lisp: 159; makefile: 67; xml: 60
file content (19 lines) | stat: -rw-r--r-- 1,159 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
While it is tried to have the complete test suite covered by both the build
time tests and the opescad-testrun script, not all pass and are documented
here. (Syntax: test name substring / substring list to match or generic
description, R in parentheses indicates failure in openscad-testrun, B in
parentheses indicates failure at build time).

* tesselation (R): The test suite relies on a particular implementation of the
  Liberation Sans font; they ship it, but it is not included in the Debian
  package because it is prefered to rely on the system's fonts.
* issue1165, issue1215 (RB): There appears to be Z-fighting in the both the
  expected and the actual image, but that can't be expected to be reliable. See
  https://github.com/openscad/openscad/issues/1412 .
* throwntogethertest_issue1089, openscad-cameyeortho_camera-tests,
  openscad-cameyeortho-viewall_camera-tests (RB): seem to just fail with the
  software renderer. See https://github.com/openscad/openscad/issues/1413 .

The tests marked with B are explicitly excluded in debian/rules to make things
build without a general "Some tests are expected to fail, continuing anyway"
exception.