From 02b9a1b475478826e5edfb744615b22a777a9192 Mon Sep 17 00:00:00 2001 From: Debian Javascript Maintainers Date: Sun, 2 Feb 2025 01:03:59 +0100 Subject: [PATCH] some tests fail on mips64el Forwarded: not-needed That architecture support improves over time - node 20.x branch has better support Meanwhile, let those tests fail. Gbp-Pq: Topic mips Gbp-Pq: Name flaky_tests.patch --- test/parallel/parallel.status | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index 79a953df7..79efe265e 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -69,6 +69,17 @@ test-pipe-file-to-http: PASS, FLAKY # https://github.com/nodejs/node/issues/54801 test-debugger-heap-profiler: PASS, FLAKY +[$arch==mips64el] +test-worker-heapsnapshot-options: PASS,FLAKY +test-cli-node-options: SKIP +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 + [$system==solaris] # Also applies to SmartOS # https://github.com/nodejs/node/issues/43457 test-domain-no-error-handler-abort-on-uncaught-0: PASS, FLAKY -- 2.30.2