|
Lines 609-617
test/annexB/language/global-code/switch-dflt-global-skip-early-err-try.js:
a/JSTests/test262/expectations.yaml_sec1
|
| 609 |
default: 'Test262Error: An initialized binding is not created prior to evaluation Expected a ReferenceError to be thrown but no exception was thrown at all' |
609 |
default: 'Test262Error: An initialized binding is not created prior to evaluation Expected a ReferenceError to be thrown but no exception was thrown at all' |
| 610 |
test/annexB/language/global-code/switch-dflt-global-skip-early-err.js: |
610 |
test/annexB/language/global-code/switch-dflt-global-skip-early-err.js: |
| 611 |
default: "SyntaxError: Cannot declare a function that shadows a let/const/class/function variable 'f' in strict mode." |
611 |
default: "SyntaxError: Cannot declare a function that shadows a let/const/class/function variable 'f' in strict mode." |
| 612 |
test/annexB/language/literals/regexp/legacy-octal-escape.js: |
|
|
| 613 |
default: "TypeError: null is not an object (evaluating '/\\0111/.exec('\\x091')[0]')" |
| 614 |
strict mode: "TypeError: null is not an object (evaluating '/\\0111/.exec('\\x091')[0]')" |
| 615 |
test/annexB/language/statements/for-of/iterator-close-return-emulates-undefined-throws-when-called.js: |
612 |
test/annexB/language/statements/for-of/iterator-close-return-emulates-undefined-throws-when-called.js: |
| 616 |
default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all' |
613 |
default: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all' |
| 617 |
strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all' |
614 |
strict mode: 'Test262Error: Expected a TypeError to be thrown but no exception was thrown at all' |
|
Lines 1702-1710
test/built-ins/RegExp/prototype/unicode/cross-realm.js:
a/JSTests/test262/expectations.yaml_sec2
|
| 1702 |
test/built-ins/RegExp/quantifier-integer-limit.js: |
1699 |
test/built-ins/RegExp/quantifier-integer-limit.js: |
| 1703 |
default: 'SyntaxError: Invalid regular expression: number too large in {} quantifier' |
1700 |
default: 'SyntaxError: Invalid regular expression: number too large in {} quantifier' |
| 1704 |
strict mode: 'SyntaxError: Invalid regular expression: number too large in {} quantifier' |
1701 |
strict mode: 'SyntaxError: Invalid regular expression: number too large in {} quantifier' |
| 1705 |
test/built-ins/RegExp/unicode_restricted_octal_escape.js: |
|
|
| 1706 |
default: 'Test262Error: RegExp("[\1]", "u"): Expected a SyntaxError to be thrown but no exception was thrown at all' |
| 1707 |
strict mode: 'Test262Error: RegExp("[\1]", "u"): Expected a SyntaxError to be thrown but no exception was thrown at all' |
| 1708 |
test/built-ins/Set/proto-from-ctor-realm.js: |
1702 |
test/built-ins/Set/proto-from-ctor-realm.js: |
| 1709 |
default: 'Test262Error: Expected SameValue(«[object Set]», «[object Set]») to be true' |
1703 |
default: 'Test262Error: Expected SameValue(«[object Set]», «[object Set]») to be true' |
| 1710 |
strict mode: 'Test262Error: Expected SameValue(«[object Set]», «[object Set]») to be true' |
1704 |
strict mode: 'Test262Error: Expected SameValue(«[object Set]», «[object Set]») to be true' |