[oscars-integration] compare test262 results for oscars integration vs main - #5517
[oscars-integration] compare test262 results for oscars integration vs main#5517shruti2522 wants to merge 6 commits into
Conversation
|
I also tried running the tests locally, but on every run the tests got slower and slower after every completed test. Might be either a memory leak problem or a memory fragmentation problem? Could be good to run an execution test with Miri to see what's happening there |
there was indeed a memory leak happening, traced the Gc lifecycle and found that the heap was split into two isolated thread-locals in Also, While digging into this, I also tracked down a big memory leak in |
follow up #5480
To get the test262 suite cleanly passing on this branch and reach expected conformance, we first need baseline of the regressions. currently re enabled the test262 CI workflow. This allows us to compare our CI results against
mainand strategically fix the actual failures introduced by the integration