b9org/b9

Run ECMAScript specification tests

rwy7 opened this issue · 0 comments

rwy7 commented

test262 is the most complete spec tests available: https://github.com/tc39/test262

spec tests will help us to determine the elements of the javascript language that we support. If the tests don't take too long (or crash too horribly), we could consider running these tests as a part of CI.