Browse Source

Merge branch 'rounding-fix-cleanups'

Some cleanups after merging GH-264.
pull/297/head
Sami Vaarala 9 years ago
parent
commit
560b9400ae
  1. 3
      RELEASES.rst
  2. 6
      doc/testcase-known-issues.yaml

3
RELEASES.rst

@ -1049,6 +1049,9 @@ Planned
* Fix a few pointer compression issues (DUK_OPT_HEAPPTR16 / DUK_USE_HEAPPTR16)
on 64-bit platforms (GH-228)
* Fix a bug in number conversion resolving a few (but not all) corner case
rounding issues (GH-264)
* Fix harmless MSVC warnings when using DUK_OPT_FASTINT on x86 (GH-172)
* Fix harmless MSVC warnings for size_t casts on x64 (GH-177)

6
doc/testcase-known-issues.yaml

@ -30,9 +30,6 @@
-
test: "test-bug-enum-shadow-nonenumerable.js"
knownissue: "corner case enumeration semantics, not sure what correct behavior is (test262 ch12/12.6/12.6.4/12.6.4-2)"
-
test: "test-bug-error-linenumber-2.js"
knownissue: "in corner cases (related to automatic semicolon insertion) throw statement error linenumber can be unexpected"
-
test: "test-bug-invalid-oct-as-dec.js"
knownissue: "V8/Rhino parse invalid octal constants as decimal values, Duktape doesn't at the moment"
@ -48,9 +45,6 @@
-
test: "test-bug-tonumber-u0000.js"
knownissue: "'\\u0000' should ToNumber() coerce to NaN, but now coerces to zero like an empty string"
-
test: "test-conv-number-tostring-tonumber-roundtrip.js"
knownissue: "rounding corner cases"
-
test: "test-dev-bound-thread-start-func.js"
knownissue: "initial function of a new coroutine cannot be bound"

Loading…
Cancel
Save