public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available
@ 2004-10-29 16:45 green at redhat dot com
  2004-10-29 17:09 ` [Bug libgcj/18220] " pinskia at gcc dot gnu dot org
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: green at redhat dot com @ 2004-10-29 16:45 UTC (permalink / raw)
  To: java-prs

libjava.lang/Process_3.java should be changed to do something other than hang
forever if "sed" is not available on the target test platform.

-- 
           Summary: Test case libjava.lang/Process_3 does not end if "sed"
                    not available
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: java
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: green at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available
  2004-10-29 16:45 [Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available green at redhat dot com
@ 2004-10-29 17:09 ` pinskia at gcc dot gnu dot org
  2004-10-29 18:10 ` green at redhat dot com
                   ` (7 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-29 17:09 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-29 17:09 -------
Confirmed, this is only a testcase problem.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
          Component|java                        |libgcj
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2004-10-29 17:09:05
               date|                            |


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available
  2004-10-29 16:45 [Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available green at redhat dot com
  2004-10-29 17:09 ` [Bug libgcj/18220] " pinskia at gcc dot gnu dot org
@ 2004-10-29 18:10 ` green at redhat dot com
  2004-10-29 18:13 ` pinskia at gcc dot gnu dot org
                   ` (6 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: green at redhat dot com @ 2004-10-29 18:10 UTC (permalink / raw)
  To: java-prs


------- 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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available
  2004-10-29 16:45 [Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available green at redhat dot com
  2004-10-29 17:09 ` [Bug libgcj/18220] " pinskia at gcc dot gnu dot org
  2004-10-29 18:10 ` green at redhat dot com
@ 2004-10-29 18:13 ` pinskia at gcc dot gnu dot org
  2004-10-29 18:24 ` green at redhat dot com
                   ` (5 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-10-29 18:13 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-10-29 18:12 -------
I don't know how you Linux system even function without false or echo (well really I do, they are both 
builtins in the shells).

-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available
  2004-10-29 16:45 [Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available green at redhat dot com
                   ` (2 preceding siblings ...)
  2004-10-29 18:13 ` pinskia at gcc dot gnu dot org
@ 2004-10-29 18:24 ` green at redhat dot com
  2005-05-17 20:40 ` daney at gcc dot gnu dot org
                   ` (4 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: green at redhat dot com @ 2004-10-29 18:24 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From green at redhat dot com  2004-10-29 18:24 -------
I'm testing in a minimal chrooted environment.  This is a simple way to test a
new glibc/libgcj.etc.


-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available
  2004-10-29 16:45 [Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available green at redhat dot com
                   ` (3 preceding siblings ...)
  2004-10-29 18:24 ` green at redhat dot com
@ 2005-05-17 20:40 ` daney at gcc dot gnu dot org
  2005-05-18  0:52 ` cvs-commit at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: daney at gcc dot gnu dot org @ 2005-05-17 20:40 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at gcc dot gnu   |daney at gcc dot gnu dot org
                   |dot org                     |
             Status|NEW                         |ASSIGNED
   Last reconfirmed|2005-04-30 16:06:37         |2005-05-17 20:40:17
               date|                            |


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available
  2004-10-29 16:45 [Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available green at redhat dot com
                   ` (4 preceding siblings ...)
  2005-05-17 20:40 ` daney at gcc dot gnu dot org
@ 2005-05-18  0:52 ` cvs-commit at gcc dot gnu dot org
  2005-05-18  1:00 ` cvs-commit at gcc dot gnu dot org
                   ` (2 subsequent siblings)
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-18  0:52 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-18 00:52 -------
Subject: Bug 18220

CVSROOT:	/cvs/gcc
Module name:	gcc
Branch: 	gcc-4_0-branch
Changes by:	daney@gcc.gnu.org	2005-05-18 00:52:17

Modified files:
	libjava        : ChangeLog 
	libjava/testsuite/libjava.lang: Process_3.java 

Log message:
	2005-05-17  David Daney  <ddaney@avtrex.com>
	
	PR libgcj/18220
	* testsuite/libjava.lang/Process_3.java (run):  Exit on error.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.3391.2.70&r2=1.3391.2.71
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.lang/Process_3.java.diff?cvsroot=gcc&only_with_tag=gcc-4_0-branch&r1=1.1&r2=1.1.50.1



-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available
  2004-10-29 16:45 [Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available green at redhat dot com
                   ` (5 preceding siblings ...)
  2005-05-18  0:52 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-18  1:00 ` cvs-commit at gcc dot gnu dot org
  2005-05-18  1:05 ` daney at gcc dot gnu dot org
  2005-06-05  7:52 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: cvs-commit at gcc dot gnu dot org @ 2005-05-18  1:00 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at gcc dot gnu dot org  2005-05-18 01:00 -------
Subject: Bug 18220

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	daney@gcc.gnu.org	2005-05-18 01:00:16

Modified files:
	libjava        : ChangeLog 
	libjava/testsuite/libjava.lang: Process_3.java 

Log message:
	2005-05-17  David Daney  <ddaney@avtrex.com>
	
	PR libgcj/18220
	* testsuite/libjava.lang/Process_3.java (run):  Exit on error.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3621&r2=1.3622
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/testsuite/libjava.lang/Process_3.java.diff?cvsroot=gcc&r1=1.1&r2=1.2



-- 


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available
  2004-10-29 16:45 [Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available green at redhat dot com
                   ` (6 preceding siblings ...)
  2005-05-18  1:00 ` cvs-commit at gcc dot gnu dot org
@ 2005-05-18  1:05 ` daney at gcc dot gnu dot org
  2005-06-05  7:52 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: daney at gcc dot gnu dot org @ 2005-05-18  1:05 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From daney at gcc dot gnu dot org  2005-05-18 01:05 -------
libjava.lang/Process_3.java should now fail if 'sed' is not available.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

* [Bug libgcj/18220] Test case libjava.lang/Process_3 does not end if "sed" not available
  2004-10-29 16:45 [Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available green at redhat dot com
                   ` (7 preceding siblings ...)
  2005-05-18  1:05 ` daney at gcc dot gnu dot org
@ 2005-06-05  7:52 ` pinskia at gcc dot gnu dot org
  8 siblings, 0 replies; 10+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2005-06-05  7:52 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.1


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


^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2005-06-05  7:52 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-29 16:45 [Bug java/18220] New: Test case libjava.lang/Process_3 does not end if "sed" not available green at redhat dot com
2004-10-29 17:09 ` [Bug libgcj/18220] " pinskia at gcc dot gnu dot org
2004-10-29 18:10 ` green at redhat dot com
2004-10-29 18:13 ` pinskia at gcc dot gnu dot org
2004-10-29 18:24 ` green at redhat dot com
2005-05-17 20:40 ` daney at gcc dot gnu dot org
2005-05-18  0:52 ` cvs-commit at gcc dot gnu dot org
2005-05-18  1:00 ` cvs-commit at gcc dot gnu dot org
2005-05-18  1:05 ` daney at gcc dot gnu dot org
2005-06-05  7:52 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).