From b3b3cd87109f2ad5eb5a0c9bdf4ed47f66708072 Mon Sep 17 00:00:00 2001 From: Debian Javascript Maintainers Date: Thu, 29 Aug 2024 10:25:23 +0200 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 | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/test/parallel/parallel.status b/test/parallel/parallel.status index b538eea7d..85d45a82e 100644 --- a/test/parallel/parallel.status +++ b/test/parallel/parallel.status @@ -98,6 +98,15 @@ test-pipe-file-to-http: 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 -- 2.30.2