node/test/addons
Richard Lau d6114cb2e2
test: fix test when compiled without engine support
Update the `addons/openssl-test-engine` test to pass when OpenSSL
has been compiled without support for custom engines. OpenSSL 3
deprecated support for engines, with the recommendation to move
to the provider model.

PR-URL: https://github.com/nodejs/node/pull/53232
Refs: https://github.com/openssl/openssl/blob/openssl-3.0.0/README-ENGINES.md
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: Ulises Gascón <ulisesgascongonzalez@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
2024-11-02 18:50:25 +01:00
..
async-cleanup-hook
async-hello-world test: use uv_sleep() where possible 2023-01-03 08:38:26 -05:00
async-hooks-id test: add trailing commas in addons test (#45548) 2023-01-03 08:38:57 -05:00
async-resource test: add trailing commas in addons test (#45548) 2023-01-03 08:38:57 -05:00
buffer-free-callback
callback-scope test: add trailing commas in addons test (#45548) 2023-01-03 08:38:57 -05:00
dlopen-ping-pong build,test: add proper support for IBM i 2023-04-05 12:52:22 -04:00
errno-exception
force-context-aware
heap-profiler
hello-world
hello-world-function-export
load-long-path
make-callback
make-callback-domain-warning
make-callback-recurse
new-isolate-addon src: fix creating Isolates from addons 2023-01-31 08:04:10 -05:00
new-target
no-addons test: add trailing commas in addons test (#45548) 2023-01-03 08:38:57 -05:00
node-module-version
non-node-context test: add trailing commas in addons test (#45548) 2023-01-03 08:38:57 -05:00
not-a-binding
null-buffer-neuter
openssl-binding build,test: add proper support for IBM i 2023-04-05 12:52:22 -04:00
openssl-client-cert-engine test: add trailing commas in addons test (#45548) 2023-01-03 08:38:57 -05:00
openssl-key-engine test: add trailing commas in addons test (#45548) 2023-01-03 08:38:57 -05:00
openssl-providers build,test: add proper support for IBM i 2023-04-05 12:52:22 -04:00
openssl-test-engine test: fix test when compiled without engine support 2024-11-02 18:50:25 +01:00
parse-encoding test: add more cases for parse-encoding 2022-09-26 16:13:12 -03:00
register-signal-handler
repl-domain-abort test: add trailing commas in addons test (#45548) 2023-01-03 08:38:57 -05:00
report-api report: disable js stack when no context is entered 2023-09-12 10:58:32 -04:00
report-fatalerror test: fix -Wunused-variable on report-fatalerror 2023-01-03 08:39:11 -05:00
request-interrupt src: expose environment RequestInterrupt api 2022-09-07 09:20:52 -03:00
stringbytes-external-exceed-max test: add trailing commas in addons test (#45548) 2023-01-03 08:38:57 -05:00
symlinked-module
uv-handle-leak
worker-addon test: add trailing commas in addons test (#45548) 2023-01-03 08:38:57 -05:00
worker-buffer-callback
zlib-binding build,test: add proper support for IBM i 2023-04-05 12:52:22 -04:00
.gitignore
addons.status test: skip some binding tests on IBMi PASE 2022-10-05 11:54:19 +01:00
common.gypi build,test: add proper support for IBM i 2023-04-05 12:52:22 -04:00
testcfg.py