Commit 103e558
committed
test: further limit the concurrency of WPTRunner for RISC-V
Even when the concurrency of WPTRunner is limited to 10, flaky WPT tests
are still observed on RISC-V with Sv39.
For example, test/wpt/test-compression.js failed in
https://github.com/riscv-forks/node-riscv/actions/runs/27756747452 and
https://github.com/riscv-forks/node-riscv/actions/runs/27544719447,
where the cause of the failure is a failing `mmap` of roughly 8GiB:
[pid 954955] mmap(NULL, 8589996032, PROT_NONE, ...
Further limit the concurrency of WPTRunner to fix flaky tests.
See #60591 for the reason of limiting the WPT test concurrency on
RISC-V.
Signed-off-by: Levi Zim <rsworktech@outlook.com>1 parent e3a1c12 commit 103e558
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
563 | 563 | | |
564 | 564 | | |
565 | 565 | | |
566 | | - | |
| 566 | + | |
567 | 567 | | |
568 | 568 | | |
569 | 569 | | |
| |||
0 commit comments