mauve.exp: Don't stop counting test results just because the harness returns non...
authorAnthony Green <green@gcc.gnu.org>
Thu, 1 Jul 1999 15:33:17 +0000 (15:33 +0000)
committerAnthony Green <green@gcc.gnu.org>
Thu, 1 Jul 1999 15:33:17 +0000 (15:33 +0000)
       * libjava.mauve/mauve.exp: Don't stop counting test results just
        because the harness returns non 0 value.

From-SVN: r27882

libjava/testsuite/libjava.mauve/mauve.exp

index 7b3cc9d..98a6fba 100644 (file)
@@ -315,10 +315,6 @@ proc test_mauve_sim {} {
 
     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