From 2699648878ff44eae74b010c935e1107a3a7f1dc Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9my=20Lal=20kapouer=40melix=2Eorg=2C=20Bo=20YU?= Date: Fri, 6 Jan 2023 20:15:20 +0000 Subject: [PATCH] test does not pass on riscv64 Last-Update: 2022-12-14 Forwarded: not-yet Gbp-Pq: Topic riscv Gbp-Pq: Name flaky_tests.patch --- test/parallel/parallel.status | 8 ++++++++ test/sequential/sequential.status | 13 +++++++++++++ 2 files changed, 21 insertions(+) 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 -- 2.30.2