allow some tests to fail on loong64
authorBo YU <tsu.yubo@gmail.com>
Thu, 29 Aug 2024 08:25:23 +0000 (10:25 +0200)
committerJérémy Lal <kapouer@melix.org>
Thu, 29 Aug 2024 08:25:23 +0000 (10:25 +0200)
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 916daacb43c8482f8e45ade6650160c0a66dda2c..134570cd892926bc2358c1fac6f1851fcd69a82a 100644 (file)
@@ -96,6 +96,15 @@ test-crypto-keygen: SKIP
 # https://github.com/nodejs/node/issues/52963
 test-pipe-file-to-http: 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 203a85265ebb14b5966692a9d665729c086aaf5f..ca25683f9b68f1c3b26fa0aff0ea656c54203445 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