summaryrefslogtreecommitdiff
path: root/test262_errors.txt
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2023-12-22 11:04:54 +0100
committerFabrice Bellard <fabrice@bellard.org>2023-12-22 11:04:54 +0100
commit43420235d50ce3f499d165af4a9368e79519f85b (patch)
tree08e6260c5fd47d6bfa12c454a19f1140d29005a3 /test262_errors.txt
parent3ba181e6c6d659e85fd6a296c00eea7d29637112 (diff)
downloadquickjs-43420235d50ce3f499d165af4a9368e79519f85b.tar.gz
quickjs-43420235d50ce3f499d165af4a9368e79519f85b.zip
removed incorrect await in async yield*
Diffstat (limited to 'test262_errors.txt')
-rw-r--r--test262_errors.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/test262_errors.txt b/test262_errors.txt
index d66244d..1e4ade1 100644
--- a/test262_errors.txt
+++ b/test262_errors.txt
@@ -18,9 +18,5 @@ test262/test/language/expressions/dynamic-import/usage-from-eval.js:26: strict m
test262/test/language/expressions/optional-chaining/optional-call-preserves-this.js:21: TypeError: cannot read property 'c' of undefined
test262/test/language/expressions/optional-chaining/optional-call-preserves-this.js:15: strict mode: TypeError: cannot read property '_b' of undefined
test262/test/language/global-code/script-decl-lex-var-declared-via-eval-sloppy.js:13: Test262Error: variable Expected a SyntaxError to be thrown but no exception was thrown at all
-test262/test/language/statements/async-generator/yield-star-promise-not-unwrapped.js:25: TypeError: $DONE() not called
-test262/test/language/statements/async-generator/yield-star-promise-not-unwrapped.js:25: strict mode: TypeError: $DONE() not called
-test262/test/language/statements/async-generator/yield-star-return-then-getter-ticks.js:131: TypeError: $DONE() not called
-test262/test/language/statements/async-generator/yield-star-return-then-getter-ticks.js:131: strict mode: TypeError: $DONE() not called
test262/test/language/statements/for-of/head-lhs-async-invalid.js:14: unexpected error type: Test262: This statement should not be evaluated.
test262/test/language/statements/for-of/head-lhs-async-invalid.js:14: strict mode: unexpected error type: Test262: This statement should not be evaluated.