node/test/addons
Xu Meng b61488fe24
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-16 08:58:37 +05:30
..
async-hello-world src,test: use v8::Global instead of v8::Persistent 2019-12-24 14:31:28 +01:00
async-hooks-id test: replaced anonymous fn with arrow syntax 2019-02-14 00:06:05 +01:00
async-hooks-promise test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
async-resource test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
buffer-free-callback test: change buffer offset to accommodate V8 BackingStore 2020-01-05 18:21:15 -08:00
callback-scope src,test: use v8::Global instead of v8::Persistent 2019-12-24 14:31:28 +01:00
dlopen-ping-pong test: export public symbols in addons tests 2020-01-17 18:51:50 -08:00
errno-exception test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
force-context-aware test: simplify force-context-aware test 2019-09-29 08:42:08 -04:00
heap-profiler test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
hello-world test: make exported method static 2019-08-15 22:58:40 -07:00
hello-world-function-export test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
load-long-path test: use arrow functions in addons tests 2019-11-30 18:08:59 +01:00
make-callback test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
make-callback-domain-warning test: use arrow functions in addons tests 2019-11-30 18:08:59 +01:00
make-callback-recurse test: use arrow functions in addons tests 2019-11-30 18:08:59 +01:00
new-target test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
node-module-version test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
non-node-context test: fix ineffective error tests 2019-04-24 10:07:09 +02:00
not-a-binding src: add file name to 'Module did not self-register' error 2019-11-19 16:03:55 +01:00
null-buffer-neuter test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
openssl-binding test: only detect uname on supported os 2020-04-16 08:58:37 +05:30
openssl-client-cert-engine test: export public symbols in addons tests 2020-01-17 18:51:50 -08:00
openssl-key-engine test: export public symbols in addons tests 2020-01-17 18:51:50 -08:00
parse-encoding test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
register-signal-handler test: add addon tests for `RegisterSignalHandler()` 2019-06-14 19:11:42 +02:00
repl-domain-abort test: use arrow functions in addons tests 2019-11-30 18:08:59 +01:00
stringbytes-external-exceed-max test: refactor common.expectsError 2019-12-31 15:54:20 +01:00
symlinked-module test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
uv-handle-leak test: make sure vtable is generated in addon test with LTO 2019-06-07 05:20:40 +02:00
worker-addon doc,lib,src,test: make --experimental-report a nop 2020-03-15 13:29:34 -04:00
worker-buffer-callback src: migrate to new V8 ArrayBuffer API 2019-12-12 10:05:44 -05:00
zlib-binding test: only detect uname on supported os 2020-04-16 08:58:37 +05:30
.gitignore Revert "build,test: make building addon tests less fragile" 2018-01-25 08:18:24 +11:00
addon.status test: skip some binding tests on IBMi PASE 2020-03-30 10:19:48 +02:00
common.gypi test, tools: suppress addon function cast warnings 2019-02-01 14:08:20 +01:00
testcfg.py addons: build and test examples 2014-01-22 00:39:13 +04:00