node/test/addons
Xu Meng 740f86409d test: only detect uname on supported os
To skip some tests on IBMi PASE, we use
uname to detect the true os name, but
on Windows machines there is no uname
available.

PR-URL: https://github.com/nodejs/node/pull/32833
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Ujjwal Sharma <ryzokuken@disroot.org>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
2020-04-28 13:15:01 +02:00
..
async-hello-world src,test: use v8::Global instead of v8::Persistent 2020-01-03 16:12:12 +01:00
async-hooks-id
async-hooks-promise
async-resource
buffer-free-callback test: change buffer offset to accommodate V8 BackingStore 2020-01-06 13:02:34 +01:00
callback-scope src,test: use v8::Global instead of v8::Persistent 2020-01-03 16:12:12 +01:00
dlopen-ping-pong test: export public symbols in addons tests 2020-02-17 10:27:26 -08:00
errno-exception
force-context-aware test: simplify force-context-aware test 2019-09-29 08:42:08 -04:00
heap-profiler
hello-world
hello-world-function-export
load-long-path test: use arrow functions in addons tests 2019-11-30 19:37:43 +01:00
make-callback
make-callback-domain-warning test: use arrow functions in addons tests 2019-11-30 19:37:43 +01:00
make-callback-recurse test: use arrow functions in addons tests 2019-11-30 19:37:43 +01:00
new-target
node-module-version
non-node-context
not-a-binding src: add file name to 'Module did not self-register' error 2019-11-21 00:29:28 -05:00
null-buffer-neuter
openssl-binding test: only detect uname on supported os 2020-04-28 13:15:01 +02:00
openssl-client-cert-engine test: export public symbols in addons tests 2020-02-17 10:27:26 -08:00
openssl-key-engine test: export public symbols in addons tests 2020-02-17 10:27:26 -08:00
parse-encoding
register-signal-handler
repl-domain-abort test: use arrow functions in addons tests 2019-11-30 19:37:43 +01:00
stringbytes-external-exceed-max test: refactor common.expectsError 2020-01-03 17:47:37 +01:00
symlinked-module
uv-handle-leak
worker-addon doc,lib,src,test: make --experimental-report a nop 2020-03-24 02:55:07 -04:00
worker-buffer-callback buffer: release buffers with free callbacks on env exit 2019-11-30 03:58:29 +01:00
zlib-binding test: only detect uname on supported os 2020-04-28 13:15:01 +02:00
.gitignore
addon.status test: skip some binding tests on IBMi PASE 2020-03-30 19:18:41 +02:00
common.gypi
testcfg.py