nilproject / NiL.JS

JavaScript engine for .NET written in C#.
BSD 3-Clause "New" or "Revised" License
333 stars 46 forks source link

Add ECMAScript Test Suite (Test262) #270

Open viceice opened 2 years ago

viceice commented 2 years ago

This project should add all ECMAScript Test Suite tests like Jint to verify compatibillity.

lahma commented 2 years ago

I'm currently building .NET version of the harness that should allow reuse between engine implementations.

viceice commented 2 years ago

Cool, I'm will to try to add this to my https://github.com/viceice/dotnet-ts-testing repo.

Let me know when there is something ready to be used