From: Jérémy Lal kapouer@melix.org, Bo YU Date: Wed, 11 Jan 2023 16:42:19 +0000 (+0000) Subject: test does not pass on riscv64 X-Git-Tag: archive/raspbian/18.13.0+dfsg1-1+rpi1^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b8fea564daec7b8854e94879e692f110dfdd1b9a;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 e690706ac..4ec58efd8 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -127,3 +127,11 @@ 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-net-socket-connect-without-cb: PASS, FLAKY +test-runner-inspect: PASS, FLAKY +test-tcp-wrap-listen: PASS, FLAKY +test-wasm-web-api: PASS, FLAKY +test-vm-timeout-escape-promise-module: PASS, FLAKY diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index d8c12fc51..ac651170a 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -61,3 +61,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-auto-resume: 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