This is the mail archive of the java-prs@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]

[Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available


------- Additional Comments From green at redhat dot com  2004-10-29 18:10 -------
It seems that all the Process_* test cases depend on having a small number of
simple executables on the target (false, sed, echo).  

It would nice if the testsuite could provide similar programs instead of
assuming they exist on the target (none of these existed on my minimal linux
target).  Rather than perform complicated dejagnu hackery, it might be easier to
attach the required programs as resources to the test programs themselves, and
then have the test case write them on the target filesystem before execution. 
Any strong objections to this idea?



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=18220


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