This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [RFT/RFC] Fix PosixProcess / PR libgcj 11801...


David Daney wrote:

In this thread:

http://gcc.gnu.org/ml/java/2004-07/msg00109.html

Thread we discussed ways to fix PosixProcess.

Attached is my first pass at fixing the problems.  I get no testsuite
failures on i686-pc-linux-gnu (Fedora Core 1 w/ NPTL).  And several
small test programs seem to work.  I am also starting to test it on
mipsel-linux-gnu (w/ glibc-2.2.5).  These are the only two posix
platforms I have access to.

It seems possible that this patch could break other posix platforms, so
testing is needed before commiting it.

Thoughts or Comments?



Oh, another thing - our test suite coverage for java.lang.Process is non-existent currently, as far as I can tell. Presumably you wrote some test code while developing this, so if you'd like to turn it into a mauve test, that would be fantastic (and ensure that it doesn't get broken again at some later time).


Regards

Bryce


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