aboutsummaryrefslogtreecommitdiff
path: root/libjava/testsuite/libjava.mauve
diff options
context:
space:
mode:
authorAnthony Green <green@gcc.gnu.org>1999-07-01 15:33:17 +0000
committerAnthony Green <green@gcc.gnu.org>1999-07-01 15:33:17 +0000
commit10d86ac32b4b276c6be217f719c424ad9a386c77 (patch)
tree427fcd7c6e8bf2f11f5d04106bb2090d241575d1 /libjava/testsuite/libjava.mauve
parent611495e21b07c658c2e6eab3b3a6c648a8e1b1a3 (diff)
downloadgcc-10d86ac32b4b276c6be217f719c424ad9a386c77.zip
gcc-10d86ac32b4b276c6be217f719c424ad9a386c77.tar.gz
gcc-10d86ac32b4b276c6be217f719c424ad9a386c77.tar.bz2
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
Diffstat (limited to 'libjava/testsuite/libjava.mauve')
-rw-r--r--libjava/testsuite/libjava.mauve/mauve.exp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libjava/testsuite/libjava.mauve/mauve.exp b/libjava/testsuite/libjava.mauve/mauve.exp
index 7b3cc9d..98a6fba 100644
--- a/libjava/testsuite/libjava.mauve/mauve.exp
+++ b/libjava/testsuite/libjava.mauve/mauve.exp
@@ -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