nickva opened a new pull request, #5574:
URL: https://github.com/apache/couchdb/pull/5574

   Test262 are 70k+ Javascript conformance tests [1].
   
   There is an upstream PR [2] to run these in CI there but until then we can 
patch our own QuickJS and run them in our CI.
   
   One of the patches we have `04-test262-errors.patch` patches one of the 
exception we expect to get since modified the parser to accept the `function` 
expression syntax.
   
   For now run the test in the full CI only for Linux and skip s390x. Some 
architectures/os combinations show various discrepancies around TypedArrays or 
rounding errors.
   
   [1] https://github.com/tc39/test262
   [2] https://github.com/bellard/quickjs/pull/408
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to