]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mauve.exp: Don't stop counting test results prematurely.
authorAnthony Green <green@cygnus.com>
Thu, 1 Jul 1999 16:31:47 +0000 (16:31 +0000)
committerAnthony Green <green@gcc.gnu.org>
Thu, 1 Jul 1999 16:31:47 +0000 (16:31 +0000)
        * libjava.mauve/mauve.exp: Don't stop counting test results
        prematurely.

From-SVN: r27889

libjava/testsuite/ChangeLog
libjava/testsuite/libjava.mauve/mauve.exp

index 8f4e8f2600e044178a5efa1300aa9ade8635cebf..f0cd13a3e5ef3f18fe1576aa5b4d738b71b32f05 100644 (file)
@@ -1,7 +1,7 @@
-Thu Jul  1 15:36:13 1999  Anthony Green  <green@cygnus.com>
+Thu Jul  1 16:22:19 1999  Anthony Green  <green@cygnus.com>
 
-       * 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-23  Tom Tromey  <tromey@cygnus.com>
 
index 98a6fba41ff9c966ad5dfbd5ec61581ae882b957..0b49bb872aa0135013db0c9df7b089170d4e4c97 100644 (file)
@@ -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