On 2009-05-23 16:39-0700 Alan W. Irwin wrote: > The next steps are to [...] generate > results for all supported non-interactive devices), and [...]
For the new CMake-based build system for the installed examples, I just (revision 10000) implemented that in a more thorough way than ctest by running all non-interactive devices that are enabled and also mentioned in plplot-test.sh. This completes the work on the test_noninteractive target for this build system. This more rigourous test than ctest in the build tree immediately turned up some run-time problems. hp7450 and hp7580 produce many "Invalid pen selection." messages on our standard examples and lj_hpgl segfaults. glibc detects a double-free in pbm. I have therefore decided to officially deprecate all these devices (revision 10001). If somebody decides to give some of them the TLC they need, it is easy to reinstate them by updating README.release, cmake/modules/drivers-init.cmake, and examples/plplot_configure.cmake_installed_examples.in appropriately. The thorough non-interactive tests done by running "make test_noninteractive" for the new CMake-based build system for the install tree does have one downside. The files produced now consume 3.0GB in the installed examples build tree. Tomorrow (Sunday) I plan to finish the new build system for the installed examples by implementing a test_interactive target. Alan __________________________ Alan W. Irwin Astronomical research affiliation with Department of Physics and Astronomy, University of Victoria (astrowww.phys.uvic.ca). Programming affiliations with the FreeEOS equation-of-state implementation for stellar interiors (freeeos.sf.net); PLplot scientific plotting software package (plplot.org); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __________________________ Linux-powered Science __________________________ ------------------------------------------------------------------------------ Register Now for Creativity and Technology (CaT), June 3rd, NYC. CaT is a gathering of tech-side developers & brand creativity professionals. Meet the minds behind Google Creative Lab, Visual Complexity, Processing, & iPhoneDevCamp asthey present alongside digital heavyweights like Barbarian Group, R/GA, & Big Spaceship. http://www.creativitycat.com _______________________________________________ Plplot-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/plplot-devel
