]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
mauve.exp: Don't stop counting test results just because the harness returns non...
authorAnthony Green <green@cygnus.com>
Thu, 1 Jul 1999 15:41:52 +0000 (15:41 +0000)
committerAnthony Green <green@gcc.gnu.org>
Thu, 1 Jul 1999 15:41:52 +0000 (15:41 +0000)
        * libjava.mauve/mauve.exp: Don't stop counting test results just
        because the harness returns non 0 value.

From-SVN: r27884

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

index fd52a13a05e664faf2afafb64312c78dd0f1f262..8f4e8f2600e044178a5efa1300aa9ade8635cebf 100644 (file)
@@ -1,3 +1,8 @@
+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.
index 7b3cc9d17c30a6936dac5a433a0866b0483bb650..98a6fba41ff9c966ad5dfbd5ec61581ae882b957 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