pyrote
pyrote
DDeno
Created by pyrote on 5/27/2023 in #help
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? CentOS 7 Python 3.11.3 cargo 1.69.0 (6e9a83356 2023-04-12) rustc 1.69.0 (84c898d65 2023-04-16) Deno 1.33.4 - from source final result: failed. 2091 passed; 4 failed; 110 expected failure; total 2095 (568357ms) Deno 1.34.0 - from source final result: failed. 2090 passed; 5 failed; 108 expected failure; total 2095 (564783ms) Rocky Linux 9 Python 3.9.10 rustc 1.68.2 (9eb3afe9e 2023-03-27) cargo 1.68.2 (6feb7c9cf 2023-03-26) Deno 1.33.4 - from source final result: failed. 2072 passed; 23 failed; 110 expected failure; total 2095 (850013ms) Deno 1.34.0 - from source final result: failed. 2081 passed; 14 failed; 108 expected failure; total 2095 (700143ms) The full list of failing tests is here, https://gist.github.com/pyrote/e8a55a84159f9168ba1517c90e017ac4 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.
1 replies