summaryrefslogtreecommitdiffstats
path: root/libjava
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-01 16:32:32 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>1999-07-01 16:32:32 +0000
commit2683f2ec6b530232112f56697463b029b1f7a8c9 (patch)
treecfebf8ffd4b3fe8df9699d18d63da5df8fe97fdc /libjava
parenta200dcc2de5e1a6a70d5fcec8b513e0886481ead (diff)
downloadppe42-gcc-2683f2ec6b530232112f56697463b029b1f7a8c9.tar.gz
ppe42-gcc-2683f2ec6b530232112f56697463b029b1f7a8c9.zip
* libjava.mauve/mauve.exp: Don't stop counting test results
prematurely. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@27890 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libjava')
-rw-r--r--libjava/testsuite/ChangeLog6
-rw-r--r--libjava/testsuite/libjava.mauve/mauve.exp4
2 files changed, 3 insertions, 7 deletions
diff --git a/libjava/testsuite/ChangeLog b/libjava/testsuite/ChangeLog
index 10fd6cd6351..bffc0f017df 100644
--- a/libjava/testsuite/ChangeLog
+++ b/libjava/testsuite/ChangeLog
@@ -1,7 +1,7 @@
-Thu Jul 1 15:36:13 1999 Anthony Green <green@cygnus.com>
+Thu Jul 1 16:22:19 1999 Anthony Green <green@cygnus.com>
- * libjava.mauve/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
+ prematurely.
1999-06-25 Tom Tromey <tromey@cygnus.com>
diff --git a/libjava/testsuite/libjava.mauve/mauve.exp b/libjava/testsuite/libjava.mauve/mauve.exp
index 98a6fba41ff..0b49bb872aa 100644
--- a/libjava/testsuite/libjava.mauve/mauve.exp
+++ b/libjava/testsuite/libjava.mauve/mauve.exp
@@ -152,10 +152,6 @@ proc test_mauve {} {
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
OpenPOWER on IntegriCloud