Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions test/parallel/parallel.status
Original file line number Diff line number Diff line change
Expand Up @@ -158,3 +158,12 @@ test-cluster-primary-error: PASS, FLAKY
[$arch==loong64]
# https://github.com/nodejs/node/issues/51662
test-http-correct-hostname: SKIP

[$arch==riscv64]
# Snapshot test works in some environments but not others for now on RISC-V
test-snapshot-reproducible: PASS, FLAKY
# styletext ones are failing in jenkins but pass standalone so something
# odd is happening to the ttys when run via java. tty issue
# https://github.com/nodejs/build/issues/4099#issuecomment-5070947806
test-util-styletext: PASS, FLAKY
test-util-styletext-hex: PASS, FLAKY
6 changes: 6 additions & 0 deletions test/wpt/wpt.status

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There are other flaky WPT tests as well. I think marking only these two as flaky might not be enough.

#64027 lowers the concurrency of WPT tests further and solves the flakiness on SG2042.

@sxa sxa Sep 4, 2026

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yep that's fair - we can look at others separately. I'm about to go away on vacation and these five are the ones that were consistently showing problems in my CI job running on the K3 at https://ci.nodejs.org/job/node-test-commit-rvlinux/nodes=riscv64 which I've now scheduled to run daily.

Obviously the preferred solution is to try and make them work so thanks for your efforts in looking at that - I've approved your PR :-)

Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,9 @@ test-user-timing: PASS,FLAKY
[$system==freebsd]

[$system==aix]

[$arch==riscv64]
# These have been failing in the CI due to ERR_WORKER_OUT_OF_MEMORY
# https://github.com/nodejs/build/issues/4099
test-encoding: PASS, FLAKY
test-wasm-webapi: PASS, FLAKY
Loading