- From: Rick Rivello <richard.rivello@nist.gov>
- Date: Wed, 5 Mar 2003 13:35:45 -0500
- To: "Robert Clary" <bclary@netscape.com>, <www-dom-ts@w3.org>
After downloading Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030210
the tests were rerun with JsUnit 1.3.3 TestRunner located at http://www.jsunit.net
Here's the results:
Runs: 552 Errors: 5 Failures: 5
******************************************************************************************************************
Tests with problems (10 total) - JsUnit
1. file:///C:/cygwin/home/Administrator/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLCollection07.html:HTMLCollection07
failed
"rowIndexLink"
Expected 2 (number) but was 3 (number)
2. file:///C:/cygwin/home/Administrator/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLCollection08.html:HTMLCollection08
failed
"rowIndexLink"
Expected 1 (number) but was 2 (number)
3. file:///C:/cygwin/home/Administrator/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLDocument08.html:HTMLDocument08 failed
"lengthLink"
Expected 4 (number) but was 2 (number)
4. file:///C:/cygwin/home/Administrator/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLInputElement06.html:HTMLInputElement06
failed
"alignLink"
Expected bottom (string) but was baseline (string)
5.
file:///C:/cygwin/home/Administrator/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLSelectElement08.html:HTMLSelectElement08
had an error
Error message is:
"ReferenceError: expected is not defined"
6. file:///C:/cygwin/home/Administrator/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLTableElement07.html:HTMLTableElement07
had an error
Error message is:
"ReferenceError: expected is not defined"
7. file:///C:/cygwin/home/Administrator/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLTableElement08.html:HTMLTableElement08
had an error
Error message is:
"ReferenceError: expected is not defined"
8. file:///C:/cygwin/home/Administrator/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLTableElement09.html:HTMLTableElement09
had an error
Error message is:
"ReferenceError: expected is not defined"
9. file:///C:/cygwin/home/Administrator/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLTableElement39.html:HTMLTableElement39
failed
"rowsLink2"
Expected 3 (number) but was 2 (number)
10.
file:///C:/cygwin/home/Administrator/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLTableSectionElement31.html:HTMLTableSectio
nElement31 had an error
Error message is:
"[Exception... "Index or size is negative or greater than the allowed amount" code: "1" nsresult: "0x80530001
(NS_ERROR_DOM_INDEX_SIZE_ERR)" location:
"file:///C:/cygwin/home/Administrator/2001/DOM-Test-Suite/build/ecmascript/level2/html/HTMLTableSectionElement31.html Line: 65"]"
******************************************************************************************************************
----- Original Message -----
From: "Robert Clary" <bclary@netscape.com>
To: "Rick Rivello" <richard.rivello@NIST.GOV>
Cc: <www-dom-ts@w3.org>
Sent: Wednesday, March 05, 2003 12:05 PM
Subject: Re: prototype DOM TS Level [1|2] [Core|HTML]
> Rick,
>
> Here are the results I see using the patched version of JsUnit which
> includes the fix for the bug where SETUPPAGE_INTERVAL is misspelled:
>
> HTML 2
>
> Mozilla 1.3b 2003022516 build on Win2k
> Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.3b) Gecko/20030225
>
> Internet Explorer 6.0.2800.1106 on Win2k with SP1; Q324929, Q810847, Q813951
> Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)
>
> Both have check cache each time set.
> All tests uses default settings except for Content Type
>
> Browser | Protocol | Mime Type | Runs | Errors | Failures
> Mozilla | http | xml | 552 | 11 | 38
> Mozilla | http | xhtml | 552 | 11 | 38
> Mozilla | http | html | 552 | 2 | 28
>
> Mozilla | file | xml | 552 | 11 | 38
> Mozilla | file | xhtml | 552 | 11 | 38
> Mozilla | file | html | 552 | 2 | 26
>
> IE6 | http | xml | 552 | 5 | 544
> IE6 | http | xhtml | **** can't run ****
> IE6 | http | html | 552 | 4 | 63
>
> IE6 | file | xml | 552 | 5 | 542
> IE6 | file | xhtml | 552 | 5 | 542
> IE6 | file | html | 552 | 4 | 60
>
> Note the differences due to comparison of file based urls and http based
> urls and the differences due to case sensitivity between xml, xhtml and
> html in Mozilla.
>
> Note that this is on the version of the tests I posted last evening
> which includes a change to build.xml to place the xhtml dtds in the
> files/ directory where they can be located by validating parsers.
>
> See attached zip file for the error logs.
>
> /bc
>
> Rick Rivello wrote:
> > The DOM-Test-Suite tar ball was downloaded
> > and the DOM Level 2 HTML tests were run on both
> > Mozilla and IE6.
> >
> > Different results were returned when running
> > the tests using the JsUnit downloaded
> > from http://www.jsunit.net and running the tests from
> > the index.html file in the tar ball.
> >
> >
> > Mozilla run from the index.html file reports 64 tests with problems
> > Mozilla run with jsunit from http://www.jsunit.net reports 25 tests with problems
> >
> >
> > IE6 run from the index.html file reports 65 tests with problems
> > IE6 run with jsunit from http://www.jsunit.net reports 48 tests with problems
> >
> > Here are the results of the DOM Level 2 HTML tests
> >
>
Received on Wednesday, 5 March 2003 13:45:49 UTC