diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2023-12-13 19:01:10 +0100 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2023-12-13 19:01:10 +0100 |
commit | a42681a4a324dcfad1f3431b532a27e3a08189d0 (patch) | |
tree | 1ec9c6b7dcb8fe26aa9c5a28bac940832c41cf26 /test262_errors.txt | |
parent | a610598df6f0cb920ba877adbc9a29f83954df52 (diff) | |
download | quickjs-a42681a4a324dcfad1f3431b532a27e3a08189d0.tar.gz quickjs-a42681a4a324dcfad1f3431b532a27e3a08189d0.zip |
Fix AsyncGenerator.prototype.return error handling (bnoordhuis)
Diffstat (limited to 'test262_errors.txt')
-rw-r--r-- | test262_errors.txt | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test262_errors.txt b/test262_errors.txt index e4f6c8b..d3970ee 100644 --- a/test262_errors.txt +++ b/test262_errors.txt @@ -1,8 +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-state-completed-broken-promise.js:53: TypeError: $DONE() not called -test262/test/built-ins/AsyncGeneratorPrototype/return/return-state-completed-broken-promise.js:53: strict mode: TypeError: $DONE() not called -test262/test/built-ins/AsyncGeneratorPrototype/return/return-suspendedStart-broken-promise.js:34: TypeError: $DONE() not called -test262/test/built-ins/AsyncGeneratorPrototype/return/return-suspendedStart-broken-promise.js:34: strict mode: TypeError: $DONE() not called 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 |