I'm not sure, if this is one of the goals of the project, or totally off-scope, but there is an project named Kangax, with lists various javascript engines, and shows their compatibility with various ECMAScript standards:
https://kangax.github.io/compat-table/es6/
I ran a quick rundown on the ES6 testsuite subset (which is still one of the most wanted ES subset), and here is a summary for it:
TOTAL: 689
PASS: 645
FAIL: 44
Success: 93%
My questions are:
- Do we want to have an official upload in the Kangax project, to show Escargot in the list with all the other js engines? (Firefox, Chrome, Safari, duktape, JerryScript)
- Do we want to run ESnext and ESPlus testsuites as well?
- Do we want to add the testsuite(s) and/or a testrunner into this project.
- Do we want this at all?
I'm not sure, if this is one of the goals of the project, or totally off-scope, but there is an project named Kangax, with lists various javascript engines, and shows their compatibility with various ECMAScript standards:
https://kangax.github.io/compat-table/es6/
I ran a quick rundown on the ES6 testsuite subset (which is still one of the most wanted ES subset), and here is a summary for it:
My questions are: