From: Jérémy Lal Date: Mon, 10 Oct 2022 08:49:19 +0000 (+0100) Subject: test does not pass on riscv64 X-Git-Tag: archive/raspbian/18.12.1+dfsg-2+rpi1~1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=8a627b8fc55f9e4e8cb6d56c4f981515f9d7388e;p=nodejs.git test does not pass on riscv64 Last-Update: 2022-08-05 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 1b2881eb9..496449be2 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -131,3 +131,7 @@ test-http-server-unconsume: PASS, FLAKY test-http-upgrade-advertise: PASS, FLAKY test-tls-client-mindhsize: PASS, FLAKY test-tls-write-error: PASS, FLAKY + +[$arch==riscv64] +test-fetch: PASS, FLAKY +test-wasm-web-api: PASS, FLAKY diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 090287fe3..7c601c904 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -53,3 +53,16 @@ test-tls-securepair-client: PASS, FLAKY [$arch==s390x] # https://github.com/nodejs/node/issues/41286 test-performance-eventloopdelay: PASS, FLAKY + +[$arch==riscv64] +test-diagnostic-dir-cpu-prof: FLAKY +test-cpu-prof-worker-argv: FLAKY +test-cpu-prof-exit: FLAKY +test-cpu-prof-kill: FLAKY +test-diagnostic-dir-cpu-prof: FLAKY +test-debugger-preserve-breaks: FLAKY +test-cpu-prof-dir-relative: FLAKY +test-cpu-prof-drained: FLAKY +test-worker-prof: FLAKY +test-vm-timeout-escape-promise-module-2: FLAKY +