From: Debian Javascript Maintainers Date: Mon, 10 Feb 2025 14:45:36 +0000 (+0100) Subject: some tests fail on mips64el X-Git-Tag: archive/raspbian/20.18.3+dfsg-1+rpi1^2~12 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=e0a1c91618c4eac678d98e2acd6537af92be7dda;p=nodejs.git 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 --- diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index a78604492..d34dfef18 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -65,6 +65,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/56726 test-buffer-tostring-range: SKIP