Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-05 | chore: move `tools/wpt` to `tests/wpt/runner` (#22545) | Asher Gomez | |
Towards #22525 --------- Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com> | |||
2024-02-16 | chore: move `test_util/wpt` to `tests/wpt/suite` (#22412) | Asher Gomez | |
As discussed with @mmastrac. I'll move `tools/wpt` to `tests/wpt` in a follow-up PR. --------- Co-authored-by: Matt Mastracci <matthew@mastracci.com> | |||
2024-02-13 | chore: move `test_util/std` to `tests/util/std` (#22402) | Asher Gomez | |
Note: tests are not the only part of the codebase that uses `std`. Other parts, like `tools/`, do too. So, it could be argued that this is a little misleading. Either way, I'm doing this as discussed with @mmastrac. | |||
2024-01-01 | chore: update copyright to 2024 (#21753) | David Sherret | |
2023-06-12 | feat: Adaptations to support OpenBSD port (#19153) | VlkrS | |
2023-03-03 | wpt: unlock nightly with --no-ignore (#17998) | Filip Skokan | |
When I was testing the code in #17892 I had updated expectations and didn't catch this. This PR fixes the the expectation file format to not be checked when --no-ignore is passed during [nightly](https://github.com/denoland/deno/actions/runs/4319520368/jobs/7538796572#step:9:46) runs. | |||
2023-03-02 | test(wpt): implement process timeout, fix expectations update, and more... ↵ | Filip Skokan | |
(#17892) - relands #17872 - updates the timeouts to be re-configurable just for CI - fixes `./tools/wpt.ts update` - adds option not "ignore" during, applied to wpt epoch runs only | |||
2023-01-02 | chore: update copyright year to 2023 (#17247) | David Sherret | |
Yearly tradition of creating extra noise in git. | |||
2022-12-02 | chore: rewrite tests and utils to use Deno.Command API (#16895) | Bartek Iwańczuk | |
Since "Deno.spawn()", "Deno.spawnSync()" and "Deno.spawnChild" are getting deprecated, this commits rewrites all tests and utilities to use "Deno.Command" API instead. | |||
2022-07-21 | fix(tools): upgrade to new `Deno.spawn` api (#15265) | Satya Rohith | |
2022-05-18 | refactor: use spawn API across codebase (#14414) | Leo Kettmeir | |
2022-01-20 | chore: update copyright year (#13434) | Yoshiya Hinosawa | |
2022-01-06 | chore(wpt): add "--inspect-brk" flag to WPT runner (#13267) | Sean Michael Wykes | |
2021-08-12 | chore(tools): use local std in wpt utils (#11644) | Divy Srivastava | |
2021-07-07 | tests: escape lone surrogates in wptreport (#11310) | Andreu Botella | |
2021-06-23 | tests: fix bug in WPT test harness (#10920) | Bert Belder | |
2021-06-14 | tests: fix wpt epoch ci job (#10960) | Luca Casonato | |
2021-06-14 | build: add wpt epoch/daily run (#10937) | Luca Casonato | |
This adds a daily scheduled CI pipeline that runs WPT tests against the most recent epochs/daily every night. Results are uploaded to wpt.fyi. WPTs are run on all supported platforms, on both stable and canary. | |||
2021-06-06 | tests: generate and upload wptreport.json (#10869) | Luca Casonato | |
These reports can be consumed by tools like `wptreport` or https://wpt.fyi. The old style report could be removed in a future PR when wpt.deno.land is updated. | |||
2021-06-03 | build: collect wpt results as json (#10823) | Luca Casonato | |
2021-05-09 | chore: update wpt (#10509) | Luca Casonato | |
2021-04-20 | chore: update copyright headers (#10243) | Yoshiya Hinosawa | |
2021-02-02 | typo (#9378) | Dezső Mészáros | |
2021-01-30 | refactor: rewrite Blob implementation (#9309) | Luca Casonato | |
Co-authored-by: Kitson Kelly <me@kitsonkelly.com> | |||
2021-01-27 | tests: new typescript WPT runner (#9269) | Luca Casonato | |