From c05fb06e322102bee103b2d5843f8e546400dbf0 Mon Sep 17 00:00:00 2001 From: Anthony Green Date: Thu, 1 Jul 1999 16:32:32 +0000 Subject: [PATCH] mauve.exp: Don't stop counting test results prematurely. * libjava.mauve/mauve.exp: Don't stop counting test results prematurely. From-SVN: r27890 --- libjava/testsuite/ChangeLog | 6 +++--- libjava/testsuite/libjava.mauve/mauve.exp | 4 ---- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/libjava/testsuite/ChangeLog b/libjava/testsuite/ChangeLog index 10fd6cd..bffc0f0 100644 --- a/libjava/testsuite/ChangeLog +++ b/libjava/testsuite/ChangeLog @@ -1,7 +1,7 @@ -Thu Jul 1 15:36:13 1999 Anthony Green +Thu Jul 1 16:22:19 1999 Anthony Green - * libjava.mauve/mauve.exp: Don't stop counting test results just - because the harness returns non 0 value. + * libjava.mauve/mauve.exp: Don't stop counting test results + prematurely. 1999-06-25 Tom Tromey diff --git a/libjava/testsuite/libjava.mauve/mauve.exp b/libjava/testsuite/libjava.mauve/mauve.exp index 98a6fba..0b49bb8 100644 --- a/libjava/testsuite/libjava.mauve/mauve.exp +++ b/libjava/testsuite/libjava.mauve/mauve.exp @@ -152,10 +152,6 @@ proc test_mauve {} { 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 -- 2.7.4