[webkit-dev] Importing Test262 into WebKit

Keith Miller keith_miller at apple.com
Thu May 12 16:02:27 PDT 2016


Hi everyone,

For those of you that have not already heard of Test262, it is a continually updated conformance test suite for upcoming ECMAScript standards (https://github.com/tc39/test262). I think it’s in our best interest to include the test suite in our normal testing infrastructure for JavaScriptCore. The current plan is to only run the Test262 tests when running run-javascript-core tests. The test suite is fairly large (~15000 tests) and the last time I ran it, it took about ~15-20 minutes to run. Are there any questions or concerns with this proposal?

Cheers,
Keith


More information about the webkit-dev mailing list