public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug libgcj/6219] java.util.Propertiies failures with Mauve
       [not found] <20020407145600.6219.mark@klomp.org>
@ 2003-05-27  5:16 ` dhazeghi@yahoo.com
  2003-05-27  5:40 ` dhazeghi@yahoo.com
                   ` (9 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: dhazeghi@yahoo.com @ 2003-05-27  5:16 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi@yahoo.com  2003-05-27 05:13 -------
Hello,

sorry for the repeat mailings. Would it also be possible for you to check whether this bug is still 
present with gcc 3.3? Thanks,

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libgcj/6219] java.util.Propertiies failures with Mauve
       [not found] <20020407145600.6219.mark@klomp.org>
  2003-05-27  5:16 ` [Bug libgcj/6219] java.util.Propertiies failures with Mauve dhazeghi@yahoo.com
@ 2003-05-27  5:40 ` dhazeghi@yahoo.com
  2003-05-27 14:46 ` pinskia@physics.uc.edu
                   ` (8 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: dhazeghi@yahoo.com @ 2003-05-27  5:40 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi@yahoo.com  2003-05-27 05:36 -------
Hello,

sorry about the previous mailing for this report. With gcc 3.3 I can reproduce the failure:
bash-2.04$ echo gnu.testlet.java.util.Properties.AcuniaPropertiesTest | ./SimpleTestHarness
FAIL: uncaught exception loading gnu.testlet.java.util.Properties.AcuniaPropertiesTest
1 of 1 tests failed

Dara



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libgcj/6219] java.util.Propertiies failures with Mauve
       [not found] <20020407145600.6219.mark@klomp.org>
  2003-05-27  5:16 ` [Bug libgcj/6219] java.util.Propertiies failures with Mauve dhazeghi@yahoo.com
  2003-05-27  5:40 ` dhazeghi@yahoo.com
@ 2003-05-27 14:46 ` pinskia@physics.uc.edu
  2003-06-05 20:59 ` mark@gcc.gnu.org
                   ` (7 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: pinskia@physics.uc.edu @ 2003-05-27 14:46 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


pinskia@physics.uc.edu changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2003-05-27 14:42:52
               date|                            |


------- Additional Comments From pinskia@physics.uc.edu  2003-05-27 14:42 -------
See Dara's comment, looks like it is broken in a different way than it was.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libgcj/6219] java.util.Propertiies failures with Mauve
       [not found] <20020407145600.6219.mark@klomp.org>
                   ` (2 preceding siblings ...)
  2003-05-27 14:46 ` pinskia@physics.uc.edu
@ 2003-06-05 20:59 ` mark@gcc.gnu.org
  2003-06-08  7:45 ` dhazeghi@yahoo.com
                   ` (6 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: mark@gcc.gnu.org @ 2003-06-05 20:59 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


mark@gcc.gnu.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dhazeghi@yahoo.com
         AssignedTo|unassigned@gcc.gnu.org      |mark@gcc.gnu.org


------- Additional Comments From mark@gcc.gnu.org  2003-06-05 20:59 -------
I cannot reproduce this anymore with gcj 3.3. There have been multiple fixes to
the Properties code just before 3.3 was released. And I removed all these tests
from the xfails file a while ago.

2003-03-02  Mark Wielaard  <mark@klomp.org>
                                                                                
        * libjava.mauve/xfails: Remove all AcuniaPropertiesTest failures

The problem that Dara reports seems something unrelated to this particular test.
Could you run the comment as follows to see what goes wrong:

$ echo gnu.testlet.java.util.Properties.AcuniaPropertiesTest | ./SimpleTestHarness



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug libgcj/6219] java.util.Propertiies failures with Mauve
       [not found] <20020407145600.6219.mark@klomp.org>
                   ` (3 preceding siblings ...)
  2003-06-05 20:59 ` mark@gcc.gnu.org
@ 2003-06-08  7:45 ` dhazeghi@yahoo.com
  2003-06-08  8:29 ` mark@gcc.gnu.org
                   ` (5 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-08  7:45 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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


dhazeghi@yahoo.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|dhazeghi@yahoo.com          |


------- Additional Comments From dhazeghi@yahoo.com  2003-06-08 07:45 -------
With current mauve cvs, I can't build the test harness, but if I copy the test harness from a previous 
working snapshot to current sources, and run the command you note, I get:

bash-2.04$ echo gnu.testlet.java.util.Properties.AcuniaPropertiesTest | ./SimpleTestHarness
FAIL: uncaught exception loading gnu.testlet.java.util.Properties.AcuniaPropertiesTest
1 of 1 tests failed

The same problem happens with the January snapshot.

Dara


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

* [Bug libgcj/6219] java.util.Propertiies failures with Mauve
       [not found] <20020407145600.6219.mark@klomp.org>
                   ` (4 preceding siblings ...)
  2003-06-08  7:45 ` dhazeghi@yahoo.com
@ 2003-06-08  8:29 ` mark@gcc.gnu.org
  2003-06-08  8:53 ` dhazeghi@yahoo.com
                   ` (4 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: mark@gcc.gnu.org @ 2003-06-08  8:29 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From mark@gcc.gnu.org  2003-06-08 08:29 -------
> With current mauve cvs, I can't build the test harness

What goes wrong? Do you have a build error?

Could you run SimpleTestHarness with -verbose -debug?


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

* [Bug libgcj/6219] java.util.Propertiies failures with Mauve
       [not found] <20020407145600.6219.mark@klomp.org>
                   ` (5 preceding siblings ...)
  2003-06-08  8:29 ` mark@gcc.gnu.org
@ 2003-06-08  8:53 ` dhazeghi@yahoo.com
  2004-01-01  7:46 ` pinskia at gcc dot gnu dot org
                   ` (3 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: dhazeghi@yahoo.com @ 2003-06-08  8:53 UTC (permalink / raw)
  To: gcc-bugs

PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.

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



------- Additional Comments From dhazeghi@yahoo.com  2003-06-08 08:53 -------
Mark,

my mauve build failure is described in a mail on the mauve-discuss list. The failure of this test 
seems to be due to the fact that it can't open the file? Maybe it's my mauve installation at this 
point...

bash-2.04$ echo gnu.testlet.java.util.Properties.AcuniaPropertiesTest | ./SimpleTestHarness -
verbose -debug
gnu.testlet.java.util.Properties.AcuniaPropertiesTest
----
FAIL: uncaught exception loading gnu.testlet.java.util.Properties.AcuniaPropertiesTest: 
java.lang.ClassNotFoundException: gnu.testlet.java.util.Properties.AcuniaPropertiesTest not found 
in [file:./, core:/]


Dara


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

* [Bug libgcj/6219] java.util.Propertiies failures with Mauve
       [not found] <20020407145600.6219.mark@klomp.org>
                   ` (6 preceding siblings ...)
  2003-06-08  8:53 ` dhazeghi@yahoo.com
@ 2004-01-01  7:46 ` pinskia at gcc dot gnu dot org
  2004-02-26 16:50 ` mark at klomp dot org
                   ` (2 subsequent siblings)
  10 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-01-01  7:46 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-01-01 07:46 -------
Only these two left:
FAIL: gnu.testlet.java.util.Properties.AcuniaPropertiesTest: should throw an 
NullPointerEception instead of: java.lang.NullPointerException (number 1)
FAIL: gnu.testlet.java.util.Properties.AcuniaPropertiesTest: should throw an 
NullPointerEception instead of: java.lang.NullPointerException (number 1)

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Last reconfirmed|2003-05-27 14:42:52         |2004-01-01 07:46:36
               date|                            |


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


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

* [Bug libgcj/6219] java.util.Propertiies failures with Mauve
       [not found] <20020407145600.6219.mark@klomp.org>
                   ` (7 preceding siblings ...)
  2004-01-01  7:46 ` pinskia at gcc dot gnu dot org
@ 2004-02-26 16:50 ` mark at klomp dot org
  2004-09-21 17:28 ` [Bug libgcj/6219] java.util.Properties " tromey at gcc dot gnu dot org
  2004-12-01  3:08 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 11+ messages in thread
From: mark at klomp dot org @ 2004-02-26 16:50 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|mark at gcc dot gnu dot org |mark at klomp dot org
             Status|NEW                         |ASSIGNED


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


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

* [Bug libgcj/6219] java.util.Properties failures with Mauve
       [not found] <20020407145600.6219.mark@klomp.org>
                   ` (8 preceding siblings ...)
  2004-02-26 16:50 ` mark at klomp dot org
@ 2004-09-21 17:28 ` tromey at gcc dot gnu dot org
  2004-12-01  3:08 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 11+ messages in thread
From: tromey at gcc dot gnu dot org @ 2004-09-21 17:28 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From tromey at gcc dot gnu dot org  2004-09-21 17:28 -------
All the java.util.Properties tests seem to work now.
(I'm using cvs trunk on x86 linux)

There was one failing test in Mauve but apparently
it also failed on the JDK; I'm fixing this by removing
the test.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED
            Summary|java.util.Propertiies       |java.util.Properties
                   |failures with Mauve         |failures with Mauve


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


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

* [Bug libgcj/6219] java.util.Properties failures with Mauve
       [not found] <20020407145600.6219.mark@klomp.org>
                   ` (9 preceding siblings ...)
  2004-09-21 17:28 ` [Bug libgcj/6219] java.util.Properties " tromey at gcc dot gnu dot org
@ 2004-12-01  3:08 ` pinskia at gcc dot gnu dot org
  10 siblings, 0 replies; 11+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-12-01  3:08 UTC (permalink / raw)
  To: gcc-bugs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |4.0.0


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


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

end of thread, other threads:[~2004-12-01  3:08 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20020407145600.6219.mark@klomp.org>
2003-05-27  5:16 ` [Bug libgcj/6219] java.util.Propertiies failures with Mauve dhazeghi@yahoo.com
2003-05-27  5:40 ` dhazeghi@yahoo.com
2003-05-27 14:46 ` pinskia@physics.uc.edu
2003-06-05 20:59 ` mark@gcc.gnu.org
2003-06-08  7:45 ` dhazeghi@yahoo.com
2003-06-08  8:29 ` mark@gcc.gnu.org
2003-06-08  8:53 ` dhazeghi@yahoo.com
2004-01-01  7:46 ` pinskia at gcc dot gnu dot org
2004-02-26 16:50 ` mark at klomp dot org
2004-09-21 17:28 ` [Bug libgcj/6219] java.util.Properties " tromey at gcc dot gnu dot org
2004-12-01  3:08 ` 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).