b9org / b9

An educational JS virtual machine based on Eclipse OMR
http://www.base9.xyz
Apache License 2.0
45 stars 24 forks source link

Run ECMAScript specification tests #117

Open rwy7 opened 6 years ago

rwy7 commented 6 years ago

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.