This is the mail archive of the
java-prs@gcc.gnu.org
mailing list for the Java project.
[Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available
- From: "green at redhat dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: java-prs at gcc dot gnu dot org
- Date: 29 Oct 2004 18:10:19 -0000
- Subject: [Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available
- References: <20041029164522.18220.green@redhat.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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