test does not pass on riscv64
authorJérémy Lal kapouer@melix.org, Bo YU <tsu.yubo@gmail.com>
Tue, 25 Jun 2024 10:57:00 +0000 (12:57 +0200)
committerJérémy Lal <kapouer@melix.org>
Tue, 25 Jun 2024 10:57:00 +0000 (12:57 +0200)
Last-Update: 2022-12-14
Forwarded: not-yet

Gbp-Pq: Topic riscv
Gbp-Pq: Name flaky_tests.patch

test/parallel/parallel.status
test/sequential/sequential.status

index 39bc6592e24b79c2c0f40319ec641e569a99ecdc..e136cc405d806217c9e0efe8d81fdaabfcc6daa8 100644 (file)
@@ -152,6 +152,22 @@ test-http-pipeline-flood: SKIP
 test-cluster-primary-error: PASS, FLAKY
 test-cluster-primary-kill: PASS, FLAKY
 
+[$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
+
 [$arch==s390x]
 # https://github.com/nodejs/node/issues/50222
 test-inspector-async-hook-setup-at-inspect-brk: PASS, FLAKY
index d84c37faaeb606231ab0fc0af4a664f11ee2f946..3b726e9bfa0c872619be42d9649c4886020ea5d8 100644 (file)
@@ -73,6 +73,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