test262 icon indicating copy to clipboard operation
test262 copied to clipboard

Missing coverage for Top Level Await

Open robpalme opened this issue 1 year ago • 0 comments

There's a case where a TLA module and a non-TLA module both dynamically import the same TLA leaf-node module. This fails on JSC but passes on V8 and SM. So it looks like we are missing coverage in test262.

The minimal repro is attached to this bug report as a zip file.

https://bugs.webkit.org/show_bug.cgi?id=242740

robpalme avatar Jan 11 '24 08:01 robpalme