endojs / endo

Endo is a distributed secure JavaScript sandbox, based on SES
Apache License 2.0
829 stars 72 forks source link

SES test262 conformance suite #870

Open kriskowal opened 3 years ago

kriskowal commented 3 years ago

In order to provide a foundation for validating parity with the XS implementation of SES, particularly the module system changes both proposed and not-yet-proposed, we should extract a SES conformance suite from the SES unit tests such that it runs under test262. This would also prime the pump for proposing tests for SES proposals for ECMA 262.

dckc commented 3 years ago

this is needed for SES to get to stage 3

dckc commented 3 years ago

The JavaScript correctness tests in test-xs-js.js should also be 262 tests; that way, they match Moddable's workflow.