mirror of
git://gcc.gnu.org/git/gcc.git
synced 2024-12-15 02:50:22 +08:00
mauve.exp: Don't stop counting test results prematurely.
* libjava.mauve/mauve.exp: Don't stop counting test results prematurely. From-SVN: r27890
This commit is contained in:
parent
4fc90438e5
commit
c05fb06e32
@ -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>
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user