Ms2ger
Ms2ger
Please clarify in the rfc
> What's notable is that that algorithm has a required _realm_ parameter, and yet none of the above customizations supply a realm. If the idea is that the implicit realm...
Sure. The question is: does adding tests to staging imply a commitment *from the person adding them* to spend time on that? If not, perhaps staging works, but we might...
Looks like `gc()` slipped through the cracks indeed. `assertEq` was caught in the tests, but annoyingly not in the harness files. I've compared results with V8, so I'm confused why...
Actually, `assertEq` should be covered by `harness/sm/non262.js`. Can you give more details on what goes wrong?
Oh, I finally figured out why I didn't catch it. test262-harness just concatenates the included files, and the function declaration is hoisted, so `assertEq` was available even though the includes...
Btw, wasm does this manually; see e.g. https://www.w3.org/TR/2024/WD-wasm-core-2-20240911/ . Note the missing number for "Change History".
Comparison of results between SpiderMonkey and V8 ``` File implementation-contributed/sm/non262/Array/iterator_edge_cases.js sm: {'pass': True} v8: {'pass': False, 'message': 'Expected SameValue(«1», «2») to be true'} I suspect bug in V8, but can't...
Should this be merged into main or 3.0?