allow some tests to fail on loong64
authorBo YU <tsu.yubo@gmail.com>
Fri, 8 Nov 2024 19:05:21 +0000 (20:05 +0100)
committerJérémy Lal <kapouer@melix.org>
Fri, 8 Nov 2024 19:05:21 +0000 (20:05 +0100)
Last-Update: 2023-12-09
Forwarded: no

Gbp-Pq: Topic loong64
Gbp-Pq: Name tests.patch

test/parallel/parallel.status
test/sequential/sequential.status

index e05074612e615b4b9780417390f4f22bd857bebb..56a8b8870e39dccd84da83f04729831c7ae2b9fb 100644 (file)
@@ -91,6 +91,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]
 # the debug flag is for hacking v8 internals
 test-debug-args: PASS,FLAKY
index 51bcbd7121703f3fc65309f3d3fdba115fb6a908..9bf260f6d49f673e1251c0760df098c657445b4d 100644 (file)
@@ -70,6 +70,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