Commit 10d86ac3 by Anthony Green

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 just
        because the harness returns non 0 value.

From-SVN: r27882
parent 611495e2
...@@ -315,10 +315,6 @@ proc test_mauve_sim {} { ...@@ -315,10 +315,6 @@ proc test_mauve_sim {} {
set result [libjava_load [pwd]/DejaGNUTestHarness \ set result [libjava_load [pwd]/DejaGNUTestHarness \
"$env(MAUVEDIR) $class" ""] "$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 # Test for an exception thrown in the test harness itself. This
# isn't enough to test for all faults in the test harness, but # isn't enough to test for all faults in the test harness, but
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment