Asher Gomez
9acbf90b06
fix: allow WPT to successfully exit using --exit-zero
( #23418 )
...
I went with `--exit-zero`. Happy to change to `--no-exit` if feelings
are strong.
Supercedes #23417
2024-04-17 10:40:47 +00:00
Asher Gomez
ebc22d9d7e
chore: update WPT ( #23389 )
...
It's best that this only gets merged with the latest version of the
suite, so there's little difference between the `ci` and `wpt_epoch`
workflows. This should make troubleshooting easier.
2024-04-17 09:33:05 +10:00
Kenta Moriuchi
1e26508579
feat(ext/url): add URL.parse
( #23318 )
...
Closes #23069
2024-04-16 17:11:57 +02:00
Asher Gomez
03b84197a0
chore: update WPT ( #23111 )
...
Should fix some of the current issues with the `wpt_epoch` workflow.
See
https://github.com/denoland/deno/actions/runs/8460701853/job/23179358486
---------
Co-authored-by: crowlkats <crowlkats@toaxl.com>
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
2024-04-08 20:46:53 +02:00
Asher Gomez
f76c38b13e
chore: ensure python@3.11
is installed for WPT tests ( #23195 )
...
This provides a more thorough check of whether the correct Python
version is installed for running WPT tests.
2024-04-03 12:26:13 +11:00
Asher Gomez
858abbe745
chore: update std
submodule to 0.221.0 ( #23112 )
2024-04-02 12:57:05 +11:00
Asher Gomez
0e64450369
chore: update WPT expectations ( #22838 )
...
Fixes the latest failure.
See
https://github.com/denoland/deno/actions/runs/8218359853/job/22475137521
2024-03-10 23:15:37 +01:00
Asher Gomez
0022c35a23
chore: move tools/wpt
to tests/wpt/runner
( #22545 )
...
Towards #22525
---------
Signed-off-by: Asher Gomez <ashersaupingomez@gmail.com>
Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2024-03-05 00:41:16 +00:00
Asher Gomez
5596de8081
chore: move test_util/wpt
to tests/wpt/suite
( #22412 )
...
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-16 03:32:28 +00:00