diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-01 15:33:17 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-07-01 15:33:17 +0000 |
commit | 21518a144a12af7ea1176de301422fb495c43180 (patch) | |
tree | 427fcd7c6e8bf2f11f5d04106bb2090d241575d1 /libjava/testsuite | |
parent | 82b5fef5c37f822a68471affa89bc0140be354ed (diff) | |
download | gcc-21518a144a12af7ea1176de301422fb495c43180.tar.gz |
* libjava.mauve/mauve.exp: Don't stop counting test results just
because the harness returns non 0 value.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27882 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava/testsuite')
-rw-r--r-- | libjava/testsuite/libjava.mauve/mauve.exp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libjava/testsuite/libjava.mauve/mauve.exp b/libjava/testsuite/libjava.mauve/mauve.exp index 7b3cc9d17c3..98a6fba41ff 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 |