web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
4.81k stars 3k forks source link

Centralize garbage collection #36926

Closed marcoscaceres closed 1 year ago

marcoscaceres commented 1 year ago

Patch https://github.com/web-platform-tests/wpt/commit/b181b1cf64799f29527a4a0a1d5a2bfadb69c5d1 made a few improvements to how tests do garbage collection.

@saschanaz suggested we centralize that somewhere...

@domenic wrote Approving since this is a strict improvement, but some suggestions:

gsnedders commented 1 year ago

It would be good to reference https://github.com/web-platform-tests/wpt/issues/7899 here, given that's the… original issue about triggering GC?