mirror of
https://github.com/nodejs/node.git
synced 2025-05-08 01:35:51 +00:00

This only served as a preemptive check, but serializing this in the snapshot would make it unreproducible on different hardware. In the current cached data version tag, the V8 version can already be checked as part of the existing Node.js version check. The V8 flags aren't necessarily important for snapshot/code cache mismatches (only a small subset are), and the CPU features currently don't matter, so doing an exact match is stricter than necessary. Removing the check to help making the snapshot more reproducible on different hardware. PR-URL: https://github.com/nodejs/node/pull/54122 Refs: https://github.com/nodejs/build/issues/3043 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
116 lines
4.1 KiB
Plaintext
116 lines
4.1 KiB
Plaintext
prefix parallel
|
|
|
|
# To mark a test as flaky, list the test name in the appropriate section
|
|
# below, without ".js", followed by ": PASS,FLAKY". Example:
|
|
# sample-test : PASS,FLAKY
|
|
|
|
[true] # This section applies to all platforms
|
|
# https://github.com/nodejs/node/issues/52273
|
|
test-net-write-fully-async-hex-string: PASS, FLAKY
|
|
# https://github.com/nodejs/node/issues/52273
|
|
test-shadow-realm-gc: SKIP
|
|
test-shadow-realm-gc-module: SKIP
|
|
# https://github.com/nodejs/node/issues/52274
|
|
test-worker-arraybuffer-zerofill: PASS, FLAKY
|
|
|
|
# https://github.com/nodejs/node/issues/51862
|
|
test-fs-read-stream-concurrent-reads: PASS, FLAKY
|
|
|
|
# https://github.com/nodejs/node/issues/52630
|
|
test-error-serdes: PASS, FLAKY
|
|
|
|
# Until V8 provides a better way to check for flag mismatch without
|
|
# making the code cache/snapshot unreproducible, disable the test
|
|
# for a preemptive check now. It should idealy fail more gracefully
|
|
# with a better checking mechanism.
|
|
# https://github.com/nodejs/build/issues/3043
|
|
test-snapshot-incompatible: SKIP
|
|
|
|
[$system==win32]
|
|
|
|
# Windows on ARM
|
|
[$system==win32 && $arch==arm64]
|
|
|
|
[$system==linux]
|
|
# https://github.com/nodejs/node/issues/43465
|
|
test-http-server-request-timeouts-mixed: PASS, FLAKY
|
|
|
|
[$system==linux || $system==win32]
|
|
# https://github.com/nodejs/node/issues/49605
|
|
test-runner-watch-mode: PASS,FLAKY
|
|
|
|
[$system==macos]
|
|
# https://github.com/nodejs/node/issues/42741
|
|
test-http-server-headers-timeout-keepalive: PASS,FLAKY
|
|
test-http-server-request-timeout-keepalive: PASS,FLAKY
|
|
# https://github.com/nodejs/node/issues/50243
|
|
test-inspector-async-stack-traces-set-interval: PASS, FLAKY
|
|
|
|
[$arch==arm || $arch==arm64]
|
|
# https://github.com/nodejs/node/pull/31178
|
|
test-crypto-dh-stateless: SKIP
|
|
test-crypto-keygen: SKIP
|
|
# https://github.com/nodejs/node/issues/52963
|
|
test-pipe-file-to-http: PASS, FLAKY
|
|
|
|
[$system==solaris] # Also applies to SmartOS
|
|
# https://github.com/nodejs/node/issues/43457
|
|
test-domain-no-error-handler-abort-on-uncaught-0: PASS, FLAKY
|
|
test-domain-no-error-handler-abort-on-uncaught-1: PASS,FLAKY
|
|
test-domain-no-error-handler-abort-on-uncaught-2: PASS,FLAKY
|
|
test-domain-no-error-handler-abort-on-uncaught-3: PASS,FLAKY
|
|
test-domain-no-error-handler-abort-on-uncaught-4: PASS,FLAKY
|
|
test-domain-no-error-handler-abort-on-uncaught-5: PASS, FLAKY
|
|
test-domain-no-error-handler-abort-on-uncaught-6: PASS, FLAKY
|
|
test-domain-no-error-handler-abort-on-uncaught-7: PASS, FLAKY
|
|
test-domain-no-error-handler-abort-on-uncaught-8: PASS, FLAKY
|
|
test-domain-no-error-handler-abort-on-uncaught-9: PASS, FLAKY
|
|
test-domain-throw-error-then-throw-from-uncaught-exception-handler: PASS, FLAKY
|
|
test-domain-with-abort-on-uncaught-exception: PASS, FLAKY
|
|
# https://github.com/nodejs/node/issues/50050
|
|
test-tick-processor-arguments: SKIP
|
|
|
|
[$system==freebsd]
|
|
|
|
[$system==ibmi]
|
|
# https://github.com/nodejs/node/pull/30819
|
|
test-child-process-fork-net-server: SKIP
|
|
test-cli-node-options: SKIP
|
|
test-cluster-shared-leak: SKIP
|
|
test-http-writable-true-after-close: SKIP
|
|
test-http2-connect-method: SKIP
|
|
test-net-error-twice: SKIP
|
|
# https://github.com/libuv/libuv/pull/2782
|
|
test-net-allow-half-open: SKIP
|
|
test-net-keepalive: SKIP
|
|
test-net-persistent-keepalive: SKIP
|
|
test-net-socket-close-after-end: SKIP
|
|
test-net-socket-connect-without-cb: SKIP
|
|
test-net-socket-connecting: SKIP
|
|
test-net-socket-ready-without-cb: SKIP
|
|
test-net-write-after-end-nt: SKIP
|
|
test-tls-env-extra-ca: SKIP
|
|
# https://github.com/nodejs/node/pull/34209
|
|
test-dgram-error-message-address: SKIP
|
|
# https://github.com/nodejs/node/issues/36929
|
|
test-crypto-secure-heap: SKIP
|
|
# https://github.com/nodejs/node/issues/39683
|
|
test-dgram-connect: PASS, FLAKY
|
|
test-http-client-parse-error: PASS, FLAKY
|
|
test-http-multi-line-headers: PASS, FLAKY
|
|
test-http-pipeline-requests-connection-leak: PASS, FLAKY
|
|
test-http-server-unconsume: PASS, FLAKY
|
|
test-http-upgrade-advertise: PASS, FLAKY
|
|
test-tls-client-mindhsize: PASS, FLAKY
|
|
test-tls-write-error: PASS, FLAKY
|
|
# https://github.com/nodejs/node/issues/48047
|
|
test-http-pipeline-flood: SKIP
|
|
|
|
[$asan==on]
|
|
# https://github.com/nodejs/node/issues/39655
|
|
test-cluster-primary-error: PASS, FLAKY
|
|
|
|
[$arch==loong64]
|
|
# https://github.com/nodejs/node/issues/51662
|
|
test-http-correct-hostname: SKIP
|