How many Web Platform tests should deno be passing?
I wanted to package Deno as RPMs but before I started that, I'm getting very different test results just building from source. Should deno be passing every Web Platform test when its built?
Rust was installed with https://sh.rustup.rs Deno built with cargo build -vv, cargo build --release The builds were done in the git repo. No RPM packaging involved.