|
1 |
| -commit: 17ba9aea |
| 1 | +commit: a1587416 |
2 | 2 |
|
3 | 3 | codegen_runtime_test262 Summary:
|
4 |
| -AST Parsed : 18685/18685 (100.00%) |
5 |
| -Positive Passed: 18586/18685 (99.47%) |
| 4 | +AST Parsed : 18687/18687 (100.00%) |
| 5 | +Positive Passed: 18615/18687 (99.61%) |
6 | 6 | Expect to run correctly: "annexB/built-ins/String/prototype/substr/surrogate-pairs.js"
|
7 | 7 | But got a runtime error: Test262Error: start: 1 Expected SameValue(«�», «\udf06») to be true
|
8 | 8 |
|
@@ -33,42 +33,6 @@ But got a runtime error: Test262Error: descriptor should be enumerable
|
33 | 33 | Expect to run correctly: "language/expressions/assignment/fn-name-lhs-cover.js"
|
34 | 34 | But got a runtime error: Test262Error: descriptor value should be ; object value should be
|
35 | 35 |
|
36 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-accessors-computed-property-name-from-arrow-function-expression.js" |
37 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
38 |
| - |
39 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-accessors-computed-property-name-from-async-arrow-function-expression.js" |
40 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
41 |
| - |
42 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-accessors-computed-property-name-from-function-expression.js" |
43 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
44 |
| - |
45 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-computed-property-name-from-arrow-function-expression.js" |
46 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
47 |
| - |
48 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-computed-property-name-from-async-arrow-function-expression.js" |
49 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
50 |
| - |
51 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-computed-property-name-from-function-expression.js" |
52 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
53 |
| - |
54 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-fields-computed-property-name-from-arrow-function-expression.js" |
55 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
56 |
| - |
57 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-fields-computed-property-name-from-async-arrow-function-expression.js" |
58 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
59 |
| - |
60 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-fields-computed-property-name-from-function-expression.js" |
61 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
62 |
| - |
63 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-fields-methods-computed-property-name-from-arrow-function-expression.js" |
64 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
65 |
| - |
66 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-fields-methods-computed-property-name-from-async-arrow-function-expression.js" |
67 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
68 |
| - |
69 |
| -Expect to run correctly: "language/expressions/class/cpn-class-expr-fields-methods-computed-property-name-from-function-expression.js" |
70 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
71 |
| - |
72 | 36 | Expect to run correctly: "language/expressions/compound-assignment/compound-assignment-operator-calls-putvalue-lref--v--1.js"
|
73 | 37 | But got a runtime error: Test262Error: Expected a ReferenceError but got a TypeError
|
74 | 38 |
|
@@ -144,15 +108,6 @@ But got a runtime error: Test262Error: constructor is %Promise% Expected SameVal
|
144 | 108 | Expect to run correctly: "language/expressions/object/__proto__-permitted-dup-shorthand.js"
|
145 | 109 | But got a runtime error: Test262Error: Expected SameValue(«[object Object]», «2») to be true
|
146 | 110 |
|
147 |
| -Expect to run correctly: "language/expressions/object/cpn-obj-lit-computed-property-name-from-arrow-function-expression.js" |
148 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
149 |
| - |
150 |
| -Expect to run correctly: "language/expressions/object/cpn-obj-lit-computed-property-name-from-async-arrow-function-expression.js" |
151 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
152 |
| - |
153 |
| -Expect to run correctly: "language/expressions/object/cpn-obj-lit-computed-property-name-from-function-expression.js" |
154 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
155 |
| - |
156 | 111 | Expect to run correctly: "language/expressions/postfix-decrement/operator-x-postfix-decrement-calls-putvalue-lhs-newvalue--1.js"
|
157 | 112 | But got a runtime error: Test262Error: Expected a ReferenceError but got a TypeError
|
158 | 113 |
|
@@ -243,42 +198,6 @@ But got a runtime error: Test262Error: Expected a ReferenceError to be thrown bu
|
243 | 198 | Expect to run correctly: "language/module-code/verify-dfs.js"
|
244 | 199 | But got a runtime error: Test262Error: Expected SameValue(«B», «A») to be true
|
245 | 200 |
|
246 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-accessors-computed-property-name-from-arrow-function-expression.js" |
247 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
248 |
| - |
249 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-accessors-computed-property-name-from-async-arrow-function-expression.js" |
250 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
251 |
| - |
252 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-accessors-computed-property-name-from-function-expression.js" |
253 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
254 |
| - |
255 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-computed-property-name-from-arrow-function-expression.js" |
256 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
257 |
| - |
258 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-computed-property-name-from-async-arrow-function-expression.js" |
259 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
260 |
| - |
261 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-computed-property-name-from-function-expression.js" |
262 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
263 |
| - |
264 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-fields-computed-property-name-from-arrow-function-expression.js" |
265 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
266 |
| - |
267 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-fields-computed-property-name-from-async-arrow-function-expression.js" |
268 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
269 |
| - |
270 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-fields-computed-property-name-from-function-expression.js" |
271 |
| -But got a runtime error: Test262Error: Expected SameValue(«undefined», «1») to be true |
272 |
| - |
273 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-fields-methods-computed-property-name-from-arrow-function-expression.js" |
274 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
275 |
| - |
276 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-fields-methods-computed-property-name-from-async-arrow-function-expression.js" |
277 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
278 |
| - |
279 |
| -Expect to run correctly: "language/statements/class/cpn-class-decl-fields-methods-computed-property-name-from-function-expression.js" |
280 |
| -But got a runtime error: TypeError: c[(intermediate value)] is not a function |
281 |
| - |
282 | 201 | Expect to run correctly: "language/statements/class/subclass/default-constructor-spread-override.js"
|
283 | 202 | But got a runtime error: Test262Error: @@iterator invoked
|
284 | 203 |
|
|
0 commit comments