Starlight-JS / starlight

JS engine in Rust
https://teletype.in/@starlight-js
Mozilla Public License 2.0
509 stars 9 forks source link

Use new JsValue on 64 bit targets #84

Closed playXE closed 3 years ago

github-actions[bot] commented 3 years ago

Test262 conformance changes:

Test result master count PR count difference
Total 79,437 79,437 0
Passed 13,741 13,720 -21
Ignored 24,388 24,388 0
Failed 41,308 41,329 +21
Panics 1,253 1,337 +84
Conformance 17.30 17.27 -0.03%
Base Failed But New Passed./test262/test/built-ins/Object/keys/15.2.3.14-3-1.js
New Failed But Base Passed./test262/test/built-ins/Object/keys/15.2.3.14-2-8.js
playXE commented 3 years ago

@jameslahm GH Actions seem to show wrong tests in passed and failed out there? conformance changes report 84 panics +21 failed but there's only one test in New Failed but Base Passed

jameslahm commented 3 years ago

I'll look into it

jameslahm commented 3 years ago

@playXE GH Actions comment should be correct now.