This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [RFA] New tests for java.lang.Process
- From: Bryce McKinlay <mckinlay at redhat dot com>
- To: David Daney <ddaney at avtrex dot com>
- Cc: java-patches at gcc dot gnu dot org
- Date: Wed, 04 Aug 2004 13:37:41 -0400
- Subject: Re: [RFA] New tests for java.lang.Process
- References: <410FBDA1.1000601@avtrex.com>
David Daney wrote:
These are my tests for Process. The patch for PosixProcess to follow.
OK to commit?
OK. Ideally we'd have mauve tests for the Process stuff, because its
generic runtime functionality and not really specific to GCJ. But, these
tests are good to have anyway, and maybe someone can convert them to
mauve. Thanks for writing them.
Bryce