From: Jérémy Lal kapouer@melix.org, Bo YU Date: Wed, 1 Jan 2025 13:34:52 +0000 (+0100) Subject: test does not pass on riscv64 X-Git-Tag: archive/raspbian/20.18.1+dfsg-2+rpi1^2~11 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fb6de40a32d127297e5a32d280aa91a92fa3d708;p=nodejs.git test does not pass on riscv64 Last-Update: 2022-12-14 Forwarded: not-yet Gbp-Pq: Topic riscv Gbp-Pq: Name flaky_tests.patch --- diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 7e4dc9061..e05074612 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -158,3 +158,20 @@ test-http-pipeline-flood: SKIP [$arch==loong64] # https://github.com/nodejs/node/issues/51662 test-http-correct-hostname: SKIP + +[$arch==riscv64] +test-fetch: PASS, FLAKY +test-net-socket-connect-without-cb: PASS, FLAKY +test-runner-inspect: PASS, FLAKY +test-runner-output: PASS, FLAKY +test-tcp-wrap-listen: PASS, FLAKY +test-wasm-web-api: PASS, FLAKY +test-vm-timeout-escape-promise-module: PASS, FLAKY +test-crypto-sign-verify: PASS, FLAKY +test-freeze-intrinsics: PASS, FLAKY +test-tls-root-certificates: PASS, FLAKY +test-vm-global-non-writable-properties: PASS, FLAKY +test-vm-global-setter: PASS, FLAKY +test-vm-module-synthetic: PASS, FLAKY +test-vm-strict-assign: PASS, FLAKY + diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 3887bed7a..047c3c606 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -68,6 +68,22 @@ test-watch-mode-inspect: SKIP # https://github.com/nodejs/node/issues/41286 test-performance-eventloopdelay: PASS, FLAKY +[$arch==riscv64] +test-diagnostic-dir-cpu-prof: PASS, FLAKY +test-cpu-prof-worker-argv: PASS, FLAKY +test-cpu-prof-dir-and-name: PASS, FLAKY +test-cpu-prof-exit: PASS, FLAKY +test-cpu-prof-kill: PASS, FLAKY +test-cpu-prof-name: PASS, FLAKY +test-diagnostic-dir-cpu-prof: PASS, FLAKY +test-debugger-auto-resume: PASS, FLAKY +test-debugger-preserve-breaks: PASS, FLAKY +test-cpu-prof-dir-relative: PASS, FLAKY +test-cpu-prof-drained: PASS, FLAKY +test-worker-prof: PASS, FLAKY +test-vm-timeout-escape-promise-module-2: PASS, FLAKY +test-cpu-prof-dir-absolute: PASS, FLAKY + [$system==linux && $arch==ppc64] # https://github.com/nodejs/node/issues/50740 test-single-executable-application-assets-raw: PASS, FLAKY