summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-07-02dumptest now supports the root modifier - updated test resultsMarius Kintel
2013-07-02cgalstlsanitytest movedMarius Kintel
2013-07-02Re-enable tests which previously cause floating point comparison issuesMarius Kintel
2013-06-28python validation for cgal stl sanity testchrysn
this drops another static binary and replaces it with a very small shell^Wpython script (again, python used to avoid sed / grep implementation differences)
2013-06-28replace echotest and dumptest with python scriptschrysn
this solves problems of sed compatibility on different platoforms. also, the openscad binary to use is now passed in from the ctest script.
2013-06-26Merge branch 'master' into no-testprogramschrysn
Conflicts: tests/CMakeLists.txt tests/regression/csgtermtest/assign-expected.term tests/regression/csgtermtest/child-expected.term tests/regression/csgtermtest/circle-expected.term tests/regression/csgtermtest/color-expected.term tests/regression/csgtermtest/cube-expected.term tests/regression/csgtermtest/cylinder-expected.term tests/regression/csgtermtest/difference-expected.term tests/regression/csgtermtest/dxf_linear_extrude-expected.term tests/regression/csgtermtest/dxf_rotate_extrude-expected.term tests/regression/csgtermtest/echo-expected.term tests/regression/csgtermtest/for-expected.term tests/regression/csgtermtest/glide-expected.term tests/regression/csgtermtest/group-expected.term tests/regression/csgtermtest/hull-expected.term tests/regression/csgtermtest/if-expected.term tests/regression/csgtermtest/import-expected.term tests/regression/csgtermtest/import_dxf-expected.term tests/regression/csgtermtest/import_off-expected.term tests/regression/csgtermtest/import_stl-expected.term tests/regression/csgtermtest/intersection-expected.term tests/regression/csgtermtest/intersection_for-expected.term tests/regression/csgtermtest/linear_extrude-expected.term tests/regression/csgtermtest/minkowski-expected.term tests/regression/csgtermtest/mirror-expected.term tests/regression/csgtermtest/multmatrix-expected.term tests/regression/csgtermtest/polygon-expected.term tests/regression/csgtermtest/polyhedron-expected.term tests/regression/csgtermtest/projection-expected.term tests/regression/csgtermtest/render-expected.term tests/regression/csgtermtest/rotate-expected.term tests/regression/csgtermtest/rotate_extrude-expected.term tests/regression/csgtermtest/scale-expected.term tests/regression/csgtermtest/sphere-expected.term tests/regression/csgtermtest/square-expected.term tests/regression/csgtermtest/subdiv-expected.term tests/regression/csgtermtest/surface-expected.term tests/regression/csgtermtest/translate-expected.term tests/regression/csgtermtest/union-expected.term tests/regression/dumptest/circle-expected.csg tests/regression/dumptest/color-expected.csg tests/regression/dumptest/cube-expected.csg tests/regression/dumptest/cylinder-expected.csg tests/regression/dumptest/difference-expected.csg tests/regression/dumptest/dxf_linear_extrude-expected.csg tests/regression/dumptest/dxf_rotate_extrude-expected.csg tests/regression/dumptest/glide-expected.csg tests/regression/dumptest/import-expected.csg tests/regression/dumptest/import_dxf-expected.csg tests/regression/dumptest/import_off-expected.csg tests/regression/dumptest/import_stl-expected.csg tests/regression/dumptest/intersection-expected.csg tests/regression/dumptest/intersection_for-expected.csg tests/regression/dumptest/linear_extrude-expected.csg tests/regression/dumptest/minkowski-expected.csg tests/regression/dumptest/mirror-expected.csg tests/regression/dumptest/multmatrix-expected.csg tests/regression/dumptest/polygon-expected.csg tests/regression/dumptest/polyhedron-expected.csg tests/regression/dumptest/projection-expected.csg tests/regression/dumptest/render-expected.csg tests/regression/dumptest/rotate-expected.csg tests/regression/dumptest/rotate_extrude-expected.csg tests/regression/dumptest/scale-expected.csg tests/regression/dumptest/sphere-expected.csg tests/regression/dumptest/square-expected.csg tests/regression/dumptest/subdiv-expected.csg tests/regression/dumptest/surface-expected.csg tests/regression/dumptest/translate-expected.csg
2013-06-26acknowledge new output formats in release noteschrysn
2013-06-26document the new commandschrysn
2013-06-26document the testing migration to the main binarychrysn
2013-06-26Short circuit boolean logic - fixes #411Marius Kintel
2013-06-26Test case for #399Marius Kintel
2013-06-25normalize -nan and -0 in all output modeschrysn
having a stable output is not only relevant in testing, and with the main binary being used for more tests, having those normalizations takes load off the preparing scripts tests/{dumptest,echotest}
2013-06-25remove test binaries for cgsltest, csgtermtest and opencsgtestchrysn
2013-06-25switch opencsgtest to native binarychrysn
2013-06-25add .term output for CSG term exportchrysn
2013-06-25ctest infrastructure for native .term testschrysn
2013-06-25renamed csgtermtest to .termchrysn
2013-06-25make test_pretty_print.py work with .csg and .ast toochrysn
file results that were neither txt nor png used to be ignored silently; now, unknown extensions produce errors, and csg and ast are known.
2013-06-25drop moduledumptest, use `openscad -o ${NAME}.ast`chrysn
src/openscad.cc code was copy/pasted from .csg section; some refactoring might make things nicer, but i didn't dare change too much for lack of language knowledge
2013-06-25drop cgalpngtest all togetherchrysn
replaced in CMakeLists.txt with direct openscad call, and duplicate checks removed cgalpngtest_text-search-test was left in the Heavy configuration, resolving the ambiguity of it being heavy with cgalpngtest and not with openscad-cgalpng (which does the same thing)
2013-06-25drop cgalpngtest for openscad drop in replacementchrysn
2013-06-25trim precision from the echo testschrysn
as it was done with dumptest before
2013-06-25use openscad as a replacement for dumptest and echotestchrysn
the echotest and dumptest still contain hacks to keep the delta to the original unit tests minimal; possibly, some of these changes will make it into the openscad program, at which time they can go away from there.
2013-06-25modify root modifier example now that the test program respects the root ↵chrysn
modifier as the dumptests are now run from a full openscad, the root modifier is respected by the test program too; reflectin that in the unit test
2013-06-25trim precision in dumptest regressionschrysn
in order for them to work against openscad's .csg output, the number of decimal places was reduced.
2013-06-25changed group headers to empty group headerschrysn
this became necessary because the batch editing in the last commit didn't respect that an empty group is not group() { } but group();
2013-06-25renamed dumptest files to .csg and added group headerschrysn
2013-06-23Removed a bunch of less useful testsMarius Kintel
2013-06-23renamed to setenv_mac-*Marius Kintel
2013-06-22check OPENSCAD_LIBRARIES firstDon Bright
2013-06-21Close file as soon as possible to avoid potential readlocks being kept too ↵Marius Kintel
long. Might be enough for #415
2013-06-20Merge remote-tracking branch 'origin/epec-kernel'Marius Kintel
2013-06-20gcc and clang profilesMarius Kintel
2013-06-20Merge remote-tracking branch 'origin/epec-kernel'Marius Kintel
2013-06-20Default to clang for Mac OS X 10.7+Marius Kintel
2013-06-19Merge pull request #413 from hroncok/patch-2Marius Kintel
Added missing include stdint.h to work with gcc 4.8.1
2013-06-19Added missing include stdint.h to work with gcc 4.8.1Miro Hrončok
Without this include, this was not possible to build with gcc 4.8.1: Build log (without this commit): http://kojipkgs.fedoraproject.org//work/tasks/1370/5521370/build.log
2013-06-19clang fixesMarius Kintel
2013-06-19Leftover from previous mergeMarius Kintel
2013-06-18missed one conflictMarius Kintel
2013-06-18Merge remote-tracking branch 'origin/issue181' into epec-kernelMarius Kintel
Conflicts: src/MainWindow.h src/ModuleCache.cc src/mainwin.cc src/module.cc src/module.h src/parsersettings.cc testdata/modulecache-tests/cascade.sh testdata/modulecache-tests/cascade2.sh
2013-06-18Default to clang for MacMarius Kintel
2013-06-18Default to clang for MacMarius Kintel
2013-06-18Merge branch 'master' into epec-kernelMarius Kintel
2013-06-18Point documentation to openscad.org/documentation.htmlMarius Kintel
2013-06-18Removed 'Root Context' debug outputMarius Kintel
2013-06-18Merge branch 'master' of github.com:openscad/openscadMarius Kintel
2013-06-18Merge branch 'master' of github.com:openscad/openscadDon Bright
2013-06-18add files.openscad.org to windows builder scriptDon Bright
2013-06-17Added future wishesMarius Kintel
contact: Jan Huwald // Impressum