summaryrefslogtreecommitdiff
path: root/tools/wpt/runner.ts
AgeCommit message (Expand)Author
2024-03-05chore: move `tools/wpt` to `tests/wpt/runner` (#22545)Asher Gomez
2024-02-16chore: move `test_util/wpt` to `tests/wpt/suite` (#22412)Asher Gomez
2024-01-26chore: use granular unstable flags in tools/ (#22138)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-10-31feat(ext/web): EventSource (#14730)Leo Kettmeir
2023-08-05chore(wpt): expose gc (#20060)Marcos Casagrande
2023-06-29fix(ext/websocket): Ensure that errors are available after async response ret...Matt Mastracci
2023-03-15fix(wpt): set META_TITLE on global for the testharness (#18193)Filip Skokan
2023-03-02test(wpt): implement process timeout, fix expectations update, and more... (#...Filip Skokan
2023-02-23Revert "test(wpt): implement process timeout (#17872)" (#17886)Bartek Iwańczuk
2023-02-22test(wpt): implement process timeout (#17872)Filip Skokan
2023-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-02chore: rewrite tests and utils to use Deno.Command API (#16895)Bartek Iwańczuk
2022-05-18refactor: use spawn API across codebase (#14414)Leo Kettmeir
2022-01-20chore: update copyright year (#13434)Yoshiya Hinosawa
2022-01-06chore(wpt): add "--inspect-brk" flag to WPT runner (#13267)Sean Michael Wykes
2021-09-06BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)Ryan Dahl
2021-08-16feat(runtime): support classic workers for internal testing (#11338)Andreu Botella
2021-06-24chore(wpt): clean up temporary files created by the WPT test runner (#11108)Andreu Botella
2021-06-21feat: `MessageChannel` and `MessagePort` (#11051)Luca Casonato
2021-06-14build: add wpt epoch/daily run (#10937)Luca Casonato
2021-06-11fix: propagate top level thrown errors in WPT (#10932)Luca Casonato
2021-06-07chore: update wpt (#10884)Luca Casonato
2021-06-06tests: run wpt scripts with Deno.core.evalContext (#10852)Luca Casonato
2021-06-06tests: generate and upload wptreport.json (#10869)Luca Casonato
2021-05-23feat(extensions): BroadcastChannel WPT conformanceBen Noordhuis
2021-05-18chore: update deno_lint binary used in CI to v0.5.0 (#10652)Yusuke Tanaka
2021-05-09chore: update wpt (#10509)Luca Casonato
2021-04-20chore: align fetch to spec (#10203)Luca Casonato
2021-04-20chore: update copyright headers (#10243)Yoshiya Hinosawa
2021-04-19chore: align `Headers` to spec (#10199)Luca Casonato
2021-01-27tests: new typescript WPT runner (#9269)Luca Casonato