This is the mail archive of the mauve-discuss@sourceware.cygnus.com mailing list for the Mauve project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Newest Mauve with 3,580,035 tests?


Petter Reinholdtsen wrote:
> 
> I just updated my copy of Mauve from CVS, and ran 'make check' on JDK
> 1.1.3.  I got the following result:
> 
>   1083 of 3580035 tests failed
> 
> Does Mauve really have 3.5 million tests?  wow.

Most of them are inside Character class - each of 64k characters are
tested for number of properties, covering all methods inside Character
class ( ranging from toLower(), through isUnicodeIdentifierPart() to
digit() )
I suppose that alsmo most of failures is from same source.

I might be useful to add additional statistic - x classes of y tested
failed (class fails if at least one test for it failed)


Artur



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]