public inbox for mauve-discuss@sourceware.org
 help / color / mirror / Atom feed
* RE: [kaffe] Mauve test results
@ 2002-06-12  0:49 Audeon Guillaume
  2002-06-12  9:17 ` Dalibor Topic
  0 siblings, 1 reply; 2+ messages in thread
From: Audeon Guillaume @ 2002-06-12  0:49 UTC (permalink / raw)
  To: 'kaffe@rufus.w3.org'; +Cc: 'mauve-discuss@sources.redhat.com'

Hi all,

Thank you Dalibor for your helpful answer.

> > I've ran the Mauve test suite (downloaded today
> > 11-June-2002) on Kaffe and
> > get the following results:
> gnu.testlet.java.net.DatagramSocket.DatagramSocketTest:
> > Error :
> > test_Basics failed - 5 Not able to create a socket 
> > (number 1)
> > 
> > Then Kaffe blocks indefinitely. It has already been
> > reported that Kaffe has
> > some problems with Unicode characters.
> 
> I think that you are not running the latest mauve from
> CVS. This issue should have been fixed, check
> http://sources.redhat.com/ml/mauve-discuss/2002-q2/msg00025.html
> for reference.

I'm running Mauve tarball dated 11-June-2002.
It seems that this has not been fixed yet.
I'm copying this mail to Mauve.

> [...]
> I think it's time we put some mauve results on the web
> site.
> [...]
> I'd better write a FAQ.mauve, I guess ;)

It sounds great, and it may also contains some extra
information on how to run the Mauve test suite on Kaffe;-)

> One last word regarding Character failures: about 2/3
> of the 1019 failures I get on JDK 1.1 tests (using
> latest kaffe from trunk) are due to my changes from
> Fri May 24, which fixed the behaviour of digit and
> getNumericalValue mthods. The JDK 1.4 spec has been
> updated since 1.4 to clarify the behaviour of one of
> them, while the other one is still underspecified. Its
> semantics are explained mich better in the
> corresponding java class libraries book by Chan.
> 
> I filed a bug with Sun's bug parade, saying that they
> should clarify the spec. They haven't managed to
> contact me in the last two weeks, and I wanted to see
> if Sun would update their spec before I go off and
> send the mauve developers a patch updating their
> tests. (in fact, most of it is already there, just
> commented out). 

In the meanwhile, is there a mean to exclude all
Character related tests, as they are meaningless?

Thanks.
BR

Guillaume AUDEON
<mailto:audeong@thmulti.com>
(33) (0)2 99 27 31 30

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

* RE: [kaffe] Mauve test results
  2002-06-12  0:49 [kaffe] Mauve test results Audeon Guillaume
@ 2002-06-12  9:17 ` Dalibor Topic
  0 siblings, 0 replies; 2+ messages in thread
From: Dalibor Topic @ 2002-06-12  9:17 UTC (permalink / raw)
  To: Audeon Guillaume, 'kaffe@rufus.w3.org'
  Cc: 'mauve-discuss@sources.redhat.com'

Hi Gauiilaume,

--- Audeon Guillaume <AUDEONG@thmulti.com> wrote:
> > > I've ran the Mauve test suite (downloaded today
> > > 11-June-2002) on Kaffe and
> > > get the following results:
> >
>
gnu.testlet.java.net.DatagramSocket.DatagramSocketTest:
> > > Error :
> > > test_Basics failed - 5 Not able to create a
> socket 
> > > (number 1)
> > > 
> > > Then Kaffe blocks indefinitely. It has already
> been
> > > reported that Kaffe has
> > > some problems with Unicode characters.
> > 
> > I think that you are not running the latest mauve
> from
> > CVS. This issue should have been fixed, check
> >
>
http://sources.redhat.com/ml/mauve-discuss/2002-q2/msg00025.html
> > for reference.
> 
> I'm running Mauve tarball dated 11-June-2002.
> It seems that this has not been fixed yet.
> I'm copying this mail to Mauve.

My bug ;) The thread above says that a bug on
DatagramSocketTest2 was fixed, you are apparently
having problems with DatagramSocketTest (since you are
done with DatagramSocketTest2 when you start doing
DatagramSocketTest, where you caught an exception).
The test names are a little too similar for my eyes ;)

Looking at it, you get a different exception than I do
in DatagramSocketTest: in your case trying to open a
datagram socket on the local host fails, while the
exception I get happens much later :
test_echoWithTimeout failed - 5 Exception occured
while sending/receiving. It would be interesting to
get a stack trace of the last exception you see before
kaffe hangs. You need to patch the test for that.

Also, running the test suite with TESTFLAGS="-verbose"
would help you to find the spot where it all breaks
down faster, by telling you which tests succeeded.

> > [...]
> > I think it's time we put some mauve results on the
> web
> > site.
> > [...]
> > I'd better write a FAQ.mauve, I guess ;)
> 
> It sounds great, and it may also contains some extra
> information on how to run the Mauve test suite on
> Kaffe;-)

actually, I thought I'd write that from kaffe's
perspective and put it into kaffe's FAQ directory. I
doubt it's going to be that useful for mauve since
it's based on the terse documentation mauve already
has ;)

> > One last word regarding Character failures: about
> 2/3
> > of the 1019 failures I get on JDK 1.1 tests (using
> > latest kaffe from trunk) are due to my changes
> from
> > Fri May 24, which fixed the behaviour of digit and
> > getNumericalValue mthods. The JDK 1.4 spec has
> been
> > updated since 1.4 to clarify the behaviour of one
> of
> > them, while the other one is still underspecified.
> Its
> > semantics are explained mich better in the
> > corresponding java class libraries book by Chan.
> > 
> > I filed a bug with Sun's bug parade, saying that
> they
> > should clarify the spec. They haven't managed to
> > contact me in the last two weeks, and I wanted to
> see
> > if Sun would update their spec before I go off and
> > send the mauve developers a patch updating their
> > tests. (in fact, most of it is already there, just
> > commented out). 
> 
> In the meanwhile, is there a mean to exclude all
> Character related tests, as they are meaningless?

KEYS="whatever_other_keys_you_have
\!java.lang.Character"

in your case you should use "KEYS="JDK1.1 \!java.
java.net.DatagramSocket" That's gong to only execute
the tests for DatagramSocket.

best regards,

dalibor topic

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

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

end of thread, other threads:[~2002-06-12 16:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-06-12  0:49 [kaffe] Mauve test results Audeon Guillaume
2002-06-12  9:17 ` Dalibor Topic

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