Go to the first, previous, next, last section, table of contents.
Like all large programs, Maxima contains both known and unknown bugs. This chapter describes the built-in facilities for running the Maxima test suite as well as reporting new bugs.
run_testsuite() takes two optional arguments, show_known_bugs and show_all. Both arguments are booleans. By default, only tests that do not pass are individually displayed.
run_testsuite(true) displays tests that are marked as known bugs, as well as failures.
run_testsuite(true,true) displays all tests.
Go to the first, previous, next, last section, table of contents.