Summary: | Several Tests of http://test262.ecmascript.org/ fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | lars.sonchocky-helldorf |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | barraclough, ddkilzer, me, webmaster |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
URL: | http://test262.ecmascript.org/ | ||
Bug Depends on: | 63398, 70302 | ||
Bug Blocks: | |||
Attachments: |
Description
lars.sonchocky-helldorf
2011-08-02 16:21:18 PDT
We're working on this. :-) There numerous bugs tracking this, e.g. https://bugs.webkit.org/show_bug.cgi?id=26382 https://bugs.webkit.org/show_bug.cgi?id=41876 https://bugs.webkit.org/show_bug.cgi?id=61014 *** Bug 41876 has been marked as a duplicate of this bug. *** *** Bug 36301 has been marked as a duplicate of this bug. *** Update: * 51 new tests have been added which put us at 866 out of 10978 fail. * Function.bind is now implemented, fixing 90 tests, putting us at 776 out of 10978 fail (775 when I fix a trivial issue that I set the number of args incorrectly!). Looks like the biggest causes of failure are still the inability to delete static properties, and incorrect handling of numeric accessor properties on arrays. This no longer depends on r61014. That bug is not fully fixed, but has been fixed in all aspects that would be visible within ES5. As of r97719 we're down to 568/11016 failing (or more optimistically, up to 10448 passing!) One note on the performance: Running those tests in WebKit nightly is way slower than running them in the current Mozilla Firefox 8.0. Firefox seems to be about a magnitude faster than WebKit on that testsuite (same machine of course) Test Results btw.: Tests To Run: 11029 | Total Tests Ran: 11029 | Pass: 10479 | Fail: 550 | Failed To Load: 0 detailed results attached Tested with WebKit Nightly Version 5.1.1 (6534.51.22, r100296) Created attachment 115439 [details]
Results as XML as downloaded from the test site (without detailed description of the failures)
Created attachment 115440 [details]
Results as RTF as copied from the test site (failures only with detailed description)
To be more specific: the testsuite at http://test262.ecmascript.org/ runs quite fast in the beginning it just slows down significantly during runtime. new results btw.: Tests To Run: 11108 | Total Tests Ran: 11108 | Pass: 10923 | Fail: 185 | Failed To Load: 0 Tests To Run: 11563 | Total Tests Ran: 11563 | Pass: 11563 | Fail: 0 | Failed To Load: 0 Fixed in r109461 |