Skip to content

Commit eab6945

Browse files
author
Fabrice Bellard
committed
updated test results
1 parent c31809e commit eab6945

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TODO

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,4 +63,4 @@ Test262o: 0/11262 errors, 463 excluded
6363
Test262o commit: 7da91bceb9ce7613f87db47ddd1292a2dda58b42 (es5-tests branch)
6464

6565
Test262:
66-
Result: 61/83149 errors, 1645 excluded, 5538 skipped
66+
Result: 56/83147 errors, 1646 excluded, 5538 skipped

test262.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -336,6 +336,8 @@ test262/test/staging/sm/regress/regress-699682.js
336336
test262/test/staging/sm/RegExp/toString.js
337337
test262/test/staging/sm/RegExp/source.js
338338
test262/test/staging/sm/RegExp/escape.js
339+
# RegExp.lastMatch not supported
340+
test262/test/staging/sm/statements/regress-642975.js
339341
# source directives are not standard yet
340342
test262/test/staging/sm/syntax/syntax-parsed-arrow-then-directive.js
341343
# returning "bound fn" as initialName for a function is permitted by the spec

test262_errors.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,5 @@ test262/test/staging/sm/regress/regress-1383630.js:28: Test262Error: proxy must
5252
test262/test/staging/sm/regress/regress-1383630.js:28: strict mode: Test262Error: proxy must report the same value for the non-writable, non-configurable property Expected a TypeError to be thrown but no exception was thrown at all
5353
test262/test/staging/sm/statements/arrow-function-in-for-statement-head.js:13: Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
5454
test262/test/staging/sm/statements/arrow-function-in-for-statement-head.js:13: strict mode: Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all
55-
test262/test/staging/sm/statements/regress-642975.js:11: Test262Error: Expected SameValue(«undefined», «"y"») to be true
56-
test262/test/staging/sm/statements/regress-642975.js:11: strict mode: Test262Error: Expected SameValue(«undefined», «"y"») to be true
5755
test262/test/staging/sm/statements/try-completion.js:11: Test262Error: Expected SameValue(«"try"», «undefined») to be true
5856
test262/test/staging/sm/statements/try-completion.js:11: strict mode: Test262Error: Expected SameValue(«"try"», «undefined») to be true

0 commit comments

Comments
 (0)