Norman Hendrich wrote:
(6) How do I enable all 32157 tests listed in the above report, when
the default cvs checkout (see above) only runs 6341 tests with
the JDK?
I regenerated the report (it now includes 34,241 passes, 852 failures,
35,093 tests in total):
http://www.object-refinery.com/classpath/mauve/report/
$> jamvm -classpath ~/mauve-report/bin
org.jfree.test.MakeTestClassList /home/dgilbert/workspace/mauve-clean/
tests
$> jamvm -Xmx350m -classpath . gnu.testlet.runner.Mauve --output
results-20051015 tests
...comment out 3 troublesome tests from the 'tests' file...
$> jamvm -Xmx350m -classpath . gnu.testlet.runner.Mauve --output
results-20051015 tests
...where the MakeTestClassList class is the utility class I attached
to my last post.
Regards,
Dave