node/test/pummel
Rich Trott 007f9a0e36
test: fix test-vm-memleak for high baseline platforms
test-vm-memleak always fails on AIX in CI because the test checks that
total memory consumption is less than 64 Mb, but AIX uses over 100 Mb
just as a baseline. So instead, let's compare the memory consumption to
the baseline and make sure it is within 32 Mb.

PR-URL: https://github.com/nodejs/node/pull/38062
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Ash Cripps <acripps@redhat.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2021-09-07 11:17:17 +02:00
..
test-child-process-spawn-loop.js test: use process.env.PYTHON to spawn python 2020-08-20 15:05:16 +01:00
test-crypto-dh-hash-modp18.js test: skip some pummel tests on slower machines 2021-06-11 09:30:07 +02:00
test-crypto-dh-hash.js test: skip some pummel tests on slower machines 2021-06-11 09:30:07 +02:00
test-crypto-dh-keys.js test: skip some pummel tests on slower machines 2021-06-11 09:30:07 +02:00
test-crypto-timing-safe-equal-benchmarks.js
test-dh-regr.js test: skip some pummel tests on slower machines 2021-06-11 09:30:07 +02:00
test-fs-largefile.js test: address deprecation warning 2021-06-11 09:30:11 +02:00
test-fs-readfile-tostring-fail.js
test-fs-watch-file-slow.js
test-fs-watch-file.js
test-fs-watch-non-recursive.js test: skip fs.watch() test on IBMi 2021-05-08 12:44:40 -04:00
test-fs-watch-system-limit.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-hash-seed.js test: skip test-hash-seed on armv6 and armv7 2021-05-08 12:44:39 -04:00
test-heapdump-dns.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-heapdump-env.js src: do not track BaseObjects via cleanup hooks 2020-06-30 09:34:10 -07:00
test-heapdump-fs-promise.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-heapdump-http2.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-heapdump-inspector.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-heapdump-tls.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-heapdump-worker.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-heapdump-zlib.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-heapsnapshot-near-heap-limit-big.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-http-many-keep-alive-connections.js test: remove common.PORT from assorted pummel tests 2020-02-23 02:45:50 -08:00
test-http-upload-timeout.js test: remove common.PORT from assorted pummel tests 2020-02-23 02:45:50 -08:00
test-https-large-response.js test: remove common.PORT from assorted pummel tests 2020-02-23 02:45:50 -08:00
test-https-no-reader.js test: remove common.PORT from assorted pummel tests 2020-02-23 02:45:50 -08:00
test-keep-alive.js
test-net-many-clients.js
test-net-pause.js test: remove common.PORT from test-net-pause 2020-02-17 18:07:37 -08:00
test-net-pingpong-delay.js test: remove common.PORT from assorted pummel tests 2020-02-23 02:45:50 -08:00
test-net-pingpong.js test: fix test-net-pingpong pummel test for non-IPv6 hosts 2020-07-27 18:04:07 -04:00
test-net-throttle.js test: fix test-net-throttle 2020-05-15 10:43:56 -07:00
test-net-timeout.js test: fix flaky test-net-timeout 2021-05-01 12:31:16 +02:00
test-net-timeout2.js test: remove common.PORT from assorted pummel tests 2020-02-23 02:45:50 -08:00
test-net-write-callbacks.js test: remove common.PORT from test-net-write-callbacks.js 2020-02-19 18:57:51 -08:00
test-next-tick-infinite-calls.js test: skip some pummel tests on slower machines 2021-06-11 09:30:07 +02:00
test-policy-integrity.js test: skip some pummel tests on slower machines 2021-06-11 09:30:07 +02:00
test-process-cpuUsage.js
test-process-hrtime.js
test-regress-GH-892.js test: remove common.PORT from assorted pummel tests 2020-02-23 02:45:50 -08:00
test-stream-pipe-multi.js
test-timers.js test: improve assertions in pummel/test-timers 2020-09-21 13:47:41 -04:00
test-tls-server-large-request.js test: remove common.PORT from test-tls-server-large-request 2020-02-17 18:07:36 -08:00
test-tls-throttle.js test: remove common.PORT from assorted pummel tests 2020-02-23 02:45:50 -08:00
test-vm-memleak.js test: fix test-vm-memleak for high baseline platforms 2021-09-07 11:17:17 +02:00
test-vm-race.js
test-watch-file.js test: fix flaky test-watch-file 2020-07-27 18:09:52 -04:00
test-worker-take-heapsnapshot.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
testcfg.py