diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2023-12-13 19:01:59 +0100 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2023-12-13 19:01:59 +0100 |
commit | 57105c7f23d196b2a6d954d70c290d021f8bbefc (patch) | |
tree | a5a694feb0bc59f832287b5033f5538ec56fc6d7 /test262_errors.txt | |
parent | a42681a4a324dcfad1f3431b532a27e3a08189d0 (diff) | |
download | quickjs-57105c7f23d196b2a6d954d70c290d021f8bbefc.tar.gz quickjs-57105c7f23d196b2a6d954d70c290d021f8bbefc.zip |
fixed async generator in case of exception in the implicit await in the 'return' statement
Diffstat (limited to 'test262_errors.txt')
-rw-r--r-- | test262_errors.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test262_errors.txt b/test262_errors.txt index d3970ee..e595ea5 100644 --- a/test262_errors.txt +++ b/test262_errors.txt @@ -1,6 +1,4 @@ test262/test/annexB/language/eval-code/direct/script-decl-lex-collision-in-sloppy-mode.js:13: Test262Error: Expected a SyntaxError to be thrown but no exception was thrown at all -test262/test/built-ins/AsyncGeneratorPrototype/return/return-suspendedYield-broken-promise-try-catch.js:39: TypeError: $DONE() not called -test262/test/built-ins/AsyncGeneratorPrototype/return/return-suspendedYield-broken-promise-try-catch.js:39: strict mode: TypeError: $DONE() not called test262/test/built-ins/Function/internals/Construct/derived-this-uninitialized-realm.js:20: Test262Error: Expected a ReferenceError but got a different error constructor with the same name test262/test/built-ins/Function/internals/Construct/derived-this-uninitialized-realm.js:20: strict mode: Test262Error: Expected a ReferenceError but got a different error constructor with the same name test262/test/built-ins/RegExp/lookahead-quantifier-match-groups.js:27: Test262Error: Expected [a, abc] and [a, undefined] to have the same contents. ? quantifier |