This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/6183] BufferedByteOutputStream doesn't handle InterruptedIOException correctly
- From: "dhazeghi at yahoo dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 8 Jun 2003 08:51:30 -0000
- Subject: [Bug libgcj/6183] BufferedByteOutputStream doesn't handle InterruptedIOException correctly
- References: <20020404161601.6183.mark@klomp.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=6183
------- Additional Comments From dhazeghi@yahoo.com 2003-06-08 08:51 -------
Seems like the files don't exist. Neither my cvs checkout from a few hours ago, nor the 1/18/03
snapshot contain the test in question, so running in verbose mode gives...
bash-2.04$ echo gnu.testlet.java.io.BufferedByteOutputStream.interrupt | ./SimpleTestHarness -
verbose -debug
gnu.testlet.java.io.BufferedByteOutputStream.interrupt
----
FAIL: uncaught exception loading gnu.testlet.java.io.BufferedByteOutputStream.interrupt:
java.lang.ClassNotFoundException: gnu.testlet.java.io.BufferedByteOutputStream.interrupt not
found in [file:./, core:/]
...
Any ideas where this test is? Thanks,
Dara