* libjava.mauve/mauve.exp: Don't stop counting test results just
because the harness returns non 0 value.
From-SVN: r27884
+Thu Jul 1 15:36:13 1999 Anthony Green <green@cygnus.com>
+
+ * libjava.mauve/mauve.exp: Don't stop counting test results just
+ because the harness returns non 0 value.
+
1999-06-23 Tom Tromey <tromey@cygnus.com>
* lib/libjava.exp (libjava_arguments): Handle -lzgcj.
set result [libjava_load [pwd]/DejaGNUTestHarness \
"$env(MAUVEDIR) $class" ""]
- if {[lindex $result 0] != "pass"} then {
- fail "Execute for $class"
- continue
- }
# Test for an exception thrown in the test harness itself. This
# isn't enough to test for all faults in the test harness, but