This is the mail archive of the mauve-discuss@sources.redhat.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: FYI: Adding RuntimeException checks


Mark Wielaard <mark@klomp.org> writes:

> Hi,
> 
> While testing libgcj a saw a couple of FAILs due to uncaught exceptions.
> I have added explicit catch blocks (which fail) to a number of tests
> that throw RuntimeExceptions when run with libgcj.
> 
> This should not impact any other platforms that do not throw these
> unexpected RuntimeExceptions and lets the rest of the test complete
> normally instead of just aborting in the middle with libgcj.
> 
> 2002-04-02  Mark Wielaard  <mark@klomp.org>
> 
>   * gnu/testlet/java/beans/Introspector/jdk11.java (tryone): Catch all
>   Throwables.

Mark,

Do you mean that gcj is throwing an exception in code that it probably
should not be throwing an exception in or that there is some sort of
programming error in the testlet?

Brian
-- 
Brian Jones <cbj@gnu.org>


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]