OSDN Git Service

* libjava.mauve/mauve.exp: Don't stop counting test results just
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Jul 1999 15:33:17 +0000 (15:33 +0000)
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 1 Jul 1999 15:33:17 +0000 (15:33 +0000)
        because the harness returns non 0 value.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27882 138bc75d-0d04-0410-961f-82ee72b054a4

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