|
32 | 32 | - |
33 | 33 | test: "ch09/9.7/S9.7_A3.2_T1" |
34 | 34 | knownissue: "Duktape String.fromCharCode() intentionally accepts non-BMP codepoints" |
| 35 | +- |
| 36 | + test: "ch10/10.6/10.6-13-b-1-s" |
| 37 | + knownissue: "Revised behavior post-ES5.1: arguments.caller no longer present in strict mode" |
| 38 | +- |
| 39 | + test: "ch10/10.6/10.6-13-b-2-s" |
| 40 | + knownissue: "Revised behavior post-ES5.1: arguments.caller no longer present in strict mode" |
| 41 | +- |
| 42 | + test: "ch10/10.6/10.6-13-b-3-s" |
| 43 | + knownissue: "Revised behavior post-ES5.1: arguments.caller no longer present in strict mode" |
| 44 | +- |
| 45 | + test: "ch10/10.6/10.6-14-1-s" |
| 46 | + knownissue: "Revised behavior post-ES5.1: arguments.caller no longer present in strict mode" |
| 47 | +- |
| 48 | + test: "ch10/10.6/10.6-14-b-1-s" |
| 49 | + knownissue: "Revised behavior post-ES5.1: arguments.caller no longer present in strict mode" |
| 50 | +- |
| 51 | + test: "ch10/10.6/10.6-14-b-4-s" |
| 52 | + knownissue: "Revised behavior post-ES5.1: arguments.caller no longer present in strict mode" |
| 53 | +- |
| 54 | + test: "ch13/13.2/S13.2.3_A1" |
| 55 | + knownissue: "Revised behavior post-ES5.1: arguments.caller no longer present in strict mode" |
35 | 56 | - |
36 | 57 | test: "ch15/15.4/15.4.4/15.4.4.7/S15.4.4.7_A3" |
37 | 58 | knownissue: "Duktape Array.prototype.push() doesn't allow Array length to grow beyond 2**32-1" |
|
79 | 100 | - |
80 | 101 | test: "ch15/15.4/15.4.4/15.4.4.15/15.4.4.15-8-9" |
81 | 102 | diagnosed: "probably Duktape bug: long array corner cases (C typing?)" |
82 | | -- |
83 | | - test: "ch15/15.4/15.4.4/15.4.4.6/S15.4.4.6_A4_T1" |
84 | | - diagnosed: "Array .pop() fast path (can be disabled) ignores inherited array index properties" |
85 | 103 | - |
86 | 104 | test: "ch15/15.5/15.5.4/15.5.4.7/S15.5.4.7_A1_T11" |
87 | 105 | knownissue: "test case relies on locale specific Date format, Duktape uses ISO 8601 for Date toString()" |
|
0 commit comments