An open API service indexing awesome lists of open source software.

https://github.com/andreubotella/deno_test262

A runner for Test262, the ECMAScript test suite, in Deno.
https://github.com/andreubotella/deno_test262

deno ecmascript javascript test262

Last synced: 9 months ago
JSON representation

A runner for Test262, the ECMAScript test suite, in Deno.

Awesome Lists containing this project

README

          

# deno_test262

A runner for [Test262](https://github.com/tc39/test262), the ECMAScript test
suite, in [Deno](https://deno.land).

This runner is still very much a work in progress, so most of the test failures
are not due to V8 or Deno implementing things wrong, but to the current
limitations of the test runner.