resource-reasoning / jscert_dev

This repository is now abandoned in favour of using
https://github.com/jscert/jscert
Other
0 stars 0 forks source link

JsNumber.{to,from}_string incorrect #21

Open IgnoredAmbience opened 9 years ago

IgnoredAmbience commented 9 years ago

Tests failing due to incorrect casting between numbers and strings: tests/test262/ch11/11.8/11.8.7/S11.8.7_A4.js tests/test262/ch09/9.3/9.3.1/S9.3.1_A2.js tests/test262/ch09/9.3/9.3.1/S9.3.1_A3_T1.js tests/test262/ch09/9.3/9.3.1/S9.3.1_A3_T2.js tests/test262/ch09/9.8/9.8.1/S9.8.1_A10.js tests/test262/ch09/9.8/9.8.1/S9.8.1_A1.js tests/test262/ch09/9.8/9.8.1/S9.8.1_A4.js tests/test262/ch09/9.8/9.8.1/S9.8.1_A6.js tests/test262/ch09/9.8/9.8.1/S9.8.1_A8.js tests/test262/ch09/9.8/9.8.1/S9.8.1_A9_T2.js tests/test262/ch09/9.8/S9.8_A5_T2.js tests/test262/ch15/15.4/15.4.4/15.4.4.5/S15.4.4.5_A3.1_T1.js

(Logging this in the issue tracker just so it's known by anyone joining the project)

IgnoredAmbience commented 9 years ago

The following tests of this batch were fixed by 5b13a2e6300b290e77e8b8777ace6cc70db6cd1d tests/test262/ch11/11.8/11.8.7/S11.8.7_A4.js tests/test262/ch09/9.8/9.8.1/S9.8.1_A9_T2.js tests/test262/ch15/15.4/15.4.4/15.4.4.5/S15.4.4.5_A3.1_T1.js