From: Debian Javascript Maintainers Date: Wed, 20 Nov 2024 19:02:53 +0000 (+0100) Subject: some tests fail on mips64el X-Git-Tag: archive/raspbian/20.18.1+dfsg-1+rpi1^2~10 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=575d29d0acc2c106276e3c07a44c4b563214f9f3;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 635cc420b..7e4dc9061 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -94,6 +94,15 @@ test-debugger-heap-profiler: PASS, FLAKY [$arch==mips64el] # the debug flag is for hacking v8 internals test-debug-args: PASS,FLAKY +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