dotland
dotland copied to clipboard
tools/wpt.ts -h links to page that 404s
$ deno run -A --no-check tools/wpt.ts -h
Possible commands:
setup
Validate that your environment is configured correctly, or help you configure it.
run
Run all tests like specified in `expectation.json`.
update
Update the `expectation.json` to match the current reality.
More details at https://deno.land/manual@main/contributing/web_platform_tests
https://deno.land/manual@main/contributing/web_platform_tests 404s for me. https://deno.land/[email protected]/contributing/web_platform_tests works.
As a small aside: the docs tell you to deno run wpt.ts
but without --unstable
, I get this:
Unstable API 'Deno.kill'. The --unstable flag must be provided.
Mh, https://deno.land/manual@main/contributing/web_platform_tests works for me.
Only when XHR to raw.githubusercontent.com is allowed, otherwise I get that 404.
Why would it not be allowed?
Because the suitably paranoid have umatrix block that.
Me allowing deno.land to run JS in my browser is already a big exception. I normally only run JS on the server, where it belongs. :-)
We can proxy it through a little deploy script I guess.
Or a different error message. A hint that a cross-origin request failed would've been enough to point me in the right direction.
This doesnt apply anymore