From 32572aab7f2ec78344a5defc752307e6f56bf021 Mon Sep 17 00:00:00 2001 From: Bo YU Date: Sun, 2 Feb 2025 01:03:59 +0100 Subject: [PATCH] allow some tests to fail on loong64 Last-Update: 2023-12-09 Forwarded: no Gbp-Pq: Topic loong64 Gbp-Pq: Name tests.patch --- test/parallel/parallel.status | 9 +++++++++ test/sequential/sequential.status | 4 ++++ 2 files changed, 13 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 659d13769..5a7b967d6 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -69,6 +69,15 @@ test-pipe-file-to-http: PASS, FLAKY # https://github.com/nodejs/node/issues/54801 test-debugger-heap-profiler: 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] test-worker-heapsnapshot-options: PASS,FLAKY test-cli-node-options: SKIP diff --git a/test/sequential/sequential.status b/test/sequential/sequential.status index 4311b0101..f536368a9 100644 --- a/test/sequential/sequential.status +++ b/test/sequential/sequential.status @@ -57,6 +57,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 -- 2.30.2