Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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.