Skip to content

Instantly share code, notes, and snippets.

@littledivy
Created September 20, 2024 11:06
Show Gist options
  • Save littledivy/e2bf22f6697d81b75592d67d366454ef to your computer and use it in GitHub Desktop.
Save littledivy/e2bf22f6697d81b75592d67d366454ef to your computer and use it in GitHub Desktop.
Setup and run Deno's WPT runner on Arch Linux

Setup:

yay -S python311

cd ~/gh/deno/

python3.11 -m venv pyenv

sudo su
source pyenv/bin/activate
./tests/wpt/wpt.ts setup

(exit)

Run test:

source pyenv/bin/activate

./tests/wpt/wpt.ts run -- WebCryptoAPI/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment