Bug 6182 - Mauve Character.unicode test gives bogus test results
Summary: Mauve Character.unicode test gives bogus test results
Status: RESOLVED FIXED
Alias: None
Product: gcc
Classification: Unclassified
Component: libgcj (show other bugs)
Version: 3.1
: P3 normal
Target Milestone: 4.0.0
Assignee: Tom Tromey
URL:
Keywords:
Depends on: 17587
Blocks:
  Show dependency treegraph
 
Reported: 2002-04-04 16:06 UTC by Mark Wielaard
Modified: 2005-09-06 14:10 UTC (History)
2 users (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2004-01-01 07:44:01


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mark Wielaard 2002-04-04 16:06:00 UTC
The Character.unicode test in mauve gives lots of false failures and has been added to the mauve-libgcj ignore list.
Should be tested again when Character.unicode has been rewritten to support Unicode 3.0 (which our Character implementation implements).

Release:
3.1

How-To-Repeat:
In your configured and compiled mauve obj dir do:
echo gnu.testlet.java.lang.Character.unicode | ./SimpleTestHarness
Comment 1 Dara Hazeghi 2003-05-27 05:12:27 UTC
Hello,

would it be possible for you to also check whether this bug is still present in a current version of 
gcc, and if so, send a reduced testcase? Thanks,

Dara
Comment 2 Dara Hazeghi 2003-05-27 05:34:31 UTC
Hello,

scratch the my previous message. I can reproduce the failures here on gcc 3.3:

FAIL: gnu.testlet.java.lang.Character.unicode: Character a05e:UNDEFINED incorectly reported as 
javaindetifierstart (number 1)
FAIL: gnu.testlet.java.lang.Character.unicode: Character a05e:UNDEFINED incorectly reported as 
javaidentifierpart (number 1)
...

Thanks,

Dara
Comment 3 Andrew Pinski 2003-05-27 14:41:28 UTC
See Dara's comment.
Comment 4 Tom Tromey 2004-09-21 22:41:20 UTC
This appears to be working fine now.
Once PR 17587 is fixed, I will check in the
appropriate mauve-libgcj patch.
Comment 5 GCC Commits 2004-09-23 00:06:16 UTC
Subject: Bug 6182

CVSROOT:	/cvs/gcc
Module name:	gcc
Changes by:	tromey@gcc.gnu.org	2004-09-23 00:06:10

Modified files:
	libjava        : ChangeLog mauve-libgcj 

Log message:
	PR libgcj/6182:
	* mauve-libgcj: Enable java.lang.Character tests.

Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/ChangeLog.diff?cvsroot=gcc&r1=1.3066&r2=1.3067
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/gcc/libjava/mauve-libgcj.diff?cvsroot=gcc&r1=1.28&r2=1.29

Comment 6 Tom Tromey 2004-09-23 00:07:39 UTC
Tests re-enabled.