From: Jérémy Lal Date: Tue, 15 Nov 2022 03:51:54 +0000 (+0000) Subject: test does not pass on riscv64 X-Git-Tag: archive/raspbian/18.12.1+dfsg-2+rpi1~6 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=053d5908c2ab74ebef97ec2a1361d08651b12ce5;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 +