node/test/pummel
Michaël Zasso 1acf0339dd
test: fix test-hash-seed for new V8 versions
The test relied on V8 not optimizing functions that use `set.has()`.
Force V8 to not optimize it now that TurboFan knows about this method.

PR-URL: https://github.com/nodejs/node/pull/44741
Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl>
Reviewed-By: Jiawen Geng <technicalcute@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2022-10-11 07:27:47 +02:00
..
pummel.status test: mark flaky tests on smartos 2022-06-28 18:06:48 +01:00
test-child-process-spawn-loop.js
test-crypto-dh-hash.js test: change misleading variable name 2022-07-26 09:51:42 +01:00
test-crypto-dh-keys.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-crypto-timing-safe-equal-benchmarks.js
test-dh-regr.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-fs-largefile.js
test-fs-readfile-tostring-fail.js test: add check to test-fs-readfile-tostring-fail 2022-07-18 12:24:48 +01:00
test-fs-watch-file-slow.js
test-fs-watch-file.js
test-fs-watch-non-recursive.js
test-fs-watch-system-limit.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-hash-seed.js test: fix test-hash-seed for new V8 versions 2022-10-11 07:27:47 +02:00
test-heapdump-dns.js src: implement GetDetachedness() in MemoryRetainerNode 2022-10-05 19:38:39 +08:00
test-heapdump-env.js src: create BaseObject with node::Realm 2022-09-27 16:39:53 +08:00
test-heapdump-fs-promise.js
test-heapdump-http2.js
test-heapdump-inspector.js
test-heapdump-tls.js
test-heapdump-worker.js worker: fix heap snapshot crash on exit 2022-05-19 22:00:07 +08:00
test-heapdump-zlib.js
test-heapsnapshot-near-heap-limit-big.js
test-heapsnapshot-near-heap-limit-bounded.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-heapsnapshot-near-heap-limit-by-api.js v8: add setHeapSnapshotNearHeapLimit 2022-09-08 09:33:20 +00:00
test-heapsnapshot-near-heap-limit.js v8: add setHeapSnapshotNearHeapLimit 2022-09-08 09:33:20 +00:00
test-http-many-keep-alive-connections.js
test-http-upload-timeout.js test: fix test http upload timeout 2022-07-24 13:42:25 +01:00
test-https-large-response.js
test-https-no-reader.js
test-keep-alive.js
test-net-bytes-per-incoming-chunk-overhead.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-net-many-clients.js
test-net-pause.js
test-net-pingpong-delay.js
test-net-pingpong.js
test-net-throttle.js
test-net-timeout2.js
test-net-timeout.js
test-net-write-callbacks.js
test-next-tick-infinite-calls.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-policy-integrity-dep.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-policy-integrity-parent-commonjs.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-policy-integrity-parent-module.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-policy-integrity-parent-no-package-json.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-policy-integrity-worker-commonjs.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-policy-integrity-worker-module.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-policy-integrity-worker-no-package-json.js test: only skip slow tests on Raspberry Pi devices 2022-04-12 14:19:36 -04:00
test-process-cpuUsage.js
test-process-hrtime.js
test-regress-GH-892.js
test-stream-pipe-multi.js
test-timers.js
test-tls-server-large-request.js
test-tls-throttle.js
test-vm-memleak.js
test-vm-race.js
test-watch-file.js
test-webcrypto-derivebits-pbkdf2.js crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2 2022-08-12 21:36:29 +02:00
test-worker-take-heapsnapshot.js
testcfg.py