Bug 26381 - Add Microsoft ES5 test suite to LayoutTests
Summary: Add Microsoft ES5 test suite to LayoutTests
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: ES5
Depends on:
Blocks:
 
Reported: 2009-06-13 23:00 PDT by Sam Weinig
Modified: 2011-01-10 01:54 PST (History)
7 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2009-06-13 23:00:22 PDT
We should add (will need some adapting) Microsofts donated ES5 test suite to LayoutTests.  It can be found at http://wiki.ecmascript.org/doku.php?id=es3.1:es3.1_proposal_working_draft.  Obviously not all will pass yet (as we have not completed ES5) but it will still be good to have the tests there.
Comment 1 Mark Rowe (bdash) 2009-06-13 23:02:38 PDT
I think the test suite is also rather incomplete at this point.  It'd definitely be good to get it in, but we should keep an eye on the upstream version after doing so in order to keep our versions up to date.
Comment 2 Oliver Hunt 2009-08-13 23:53:33 PDT
I have a python version of their harness generating script that makes the harness usable by us.  I'd like to do some more work to make it JS only however rather than requiring us run it in the browser.