From: Bo YU Date: Thu, 29 Aug 2024 08:25:23 +0000 (+0200) Subject: allow some tests to fail on loong64 X-Git-Tag: archive/raspbian/20.17.0+dfsg-2+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=cedea5b977d155aae9f83c6e8c5e29f2dff516df;p=nodejs.git allow some tests to fail on loong64 Last-Update: 2023-12-09 Forwarded: no Gbp-Pq: Topic loong64 Gbp-Pq: Name tests.patch --- diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 916daacb4..134570cd8 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -96,6 +96,15 @@ test-crypto-keygen: SKIP # https://github.com/nodejs/node/issues/52963 test-pipe-file-to-http: PASS, FLAKY +[$arch==loong64] +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==mips64el] # the debug flag is for hacking v8 internals test-debug-args: PASS,FLAKY diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 203a85265..ca25683f9 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -70,6 +70,10 @@ test-watch-mode-inspect: SKIP # https://github.com/nodejs/node/issues/41286 test-performance-eventloopdelay: PASS, FLAKY +[$arch==loong64 || $arch==mips64el] +test-worker-prof: PASS, FLAKY +test-cpu-prof-dir-relative: PASS, FLAKY + [$arch==riscv64] test-diagnostic-dir-cpu-prof: PASS, FLAKY test-cpu-prof-worker-argv: PASS, FLAKY