Browse Source

Remove fixed test262 octal parse known issue

pull/463/head
Sami Vaarala 9 years ago
parent
commit
3c02b8c202
  1. 3
      doc/test262-known-issues.yaml

3
doc/test262-known-issues.yaml

@ -32,9 +32,6 @@
-
test: "ch09/9.7/S9.7_A3.2_T1"
knownissue: "Duktape String.fromCharCode() intentionally accepts non-BMP codepoints"
-
test: "ch15/15.1/15.1.2/15.1.2.2/S15.1.2.2_A5.1_T1"
knownissue: "octal input to parseInt() accepted by Duktape"
-
test: "ch15/15.4/15.4.4/15.4.4.7/S15.4.4.7_A3"
knownissue: "Duktape Array.prototype.push() doesn't allow Array length to grow beyond 2**32-1"

Loading…
Cancel
Save