Bug 48961
Summary: | sunspider throws error in IE6 | ||
---|---|---|---|
Product: | WebKit | Reporter: | Paul Irish <paulirish> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED WONTFIX | ||
Severity: | Normal | CC: | levin, mjs |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | PC | ||
OS: | Windows XP | ||
URL: | http://www2.webkit.org/perf/sunspider-0.9.1/sunspider-0.9.1/driver.html |
Paul Irish
This is a regression unique to 0.9.1. In 0.9, this error was not thrown.
This is the error in question:
Line: 71
Character: 9
Code: 0
Error Message: 'contentDocument' is null or not an object
URL: http://www2.webkit.org/perf/sunspider-0.9.1/sunspider-0.9.1/driver.html
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
David Levin
Does this matter at this point?
Paul Irish
I was interested in the relative difference between engine performance...
And the fix seems easy enough,
but aside from that, it doesnt matter a whole lot.
Maciej Stachowiak
(In reply to comment #2)
> I was interested in the relative difference between engine performance...
>
> And the fix seems easy enough,
>
> but aside from that, it doesnt matter a whole lot.
The fix would change what the test is testing though (array access rather than string access) so it would reduce the number of different kinds of things covered by SunSpider. I think keeping coverage of string indexing is more valuable than supporting IE6.