mirror of
https://github.com/RGBCube/serenity
synced 2025-05-17 12:55:07 +00:00
![]() The first test crashes in AST, and fails in bytecode, so the best thing which we can do here without complicated test setup logic is to just skip this test for now. Interestinglny, this crashing test is very similar to the existing thenable test case, and only differs in the way that the thenable is given to the async function. The next two tests are effectively the same as the above two mentioned tests, with the only different being that the thenable calls the fulfill function. For the test case that crashes in AST mode, doing that appears to fix the test case for AST mode (but both still fail in bytecode). |
||
---|---|---|
.. | ||
async-await.js | ||
async-generators.js | ||
coalesce-logic-expression-mixing.js | ||
destructuring-assignment.js | ||
dynamic-import-usage.js | ||
for-loop-invalid-in.js | ||
function-hoisting.js | ||
functions-in-tree-order-non-strict.js | ||
functions-in-tree-order-strict.js | ||
generators.js | ||
if-statement-empty-completion.js | ||
new-with-optional-chaining.js | ||
numeric-separator.js | ||
optional-chaining.js | ||
slash-after-block.js | ||
switch-as-statement.js |