This website requires JavaScript.
Explore
Help
Sign in
dmaax
/
ladybird
Watch
1
Star
0
Fork
You've already forked ladybird
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
master
ladybird
/
Tests
/
LibWeb
/
Text
/
expected
/
HTML
/
ModuleLoading
/
evaluation-error-cached-in-cycle.txt
2 lines
21 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
LibJS: Allow cached module evaluation errors A second root module in a failed cycle can call Evaluate after the cycle root has already cached an evaluation error. In that case InnerModuleEvaluation returns the cached error immediately and Evaluate must reject the new top-level capability with that same error. Remove the extra assertion that the module evaluation error is empty in the abrupt completion path. Add text coverage for evaluating both roots of a module cycle whose dependency throws during evaluation.
2026-05-22 12:21:22 -03:00
PASS! (Didn't crash)
Reference in a new issue
Copy permalink