mirror of
https://github.com/lightpanda-io/browser.git
synced 2025-12-23 22:58:00 -05:00
* Rework WPT runner We have no crashing tests, remove safe mode. Allows better re-use of arenas, and if we do introduce a crash, it won't be easy to ignore. Could allow for re-using the environment across tests to further improve performance. Remove console now that we have a working console api. * Update workflows, add summary Remove --safe option from WPT workflows (it's no longer valid) Include a total test/case summary when --summary or --text (default) is used. * remove wpt --safe flag from Makefile * handle tests in the root of the test folder * Fix a couple possible segfaults base on strange usage (WPT stuff) * generate proper JSON * generate proper JSON (for real this time?) * fix tag type check