0
0
mirror of https://github.com/nodejs/node.git synced 2024-12-01 16:10:02 +01:00
nodejs/test/addons
Ben Noordhuis cc0748f509 test: export public symbols in addons tests
Upcoming changes to node-gyp will turn on `-fvisibility=hidden` on
macOS. Ensure that public symbols that are dlsym'd have default
visibility.

Refs: https://github.com/nodejs/node/pull/28647
Refs: https://github.com/nodejs/node-gyp/pull/1828

PR-URL: https://github.com/nodejs/node/pull/28717
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
2020-01-17 18:51:50 -08:00
..
async-hello-world src,test: use v8::Global instead of v8::Persistent 2019-12-24 14:31:28 +01:00
async-hooks-id
async-hooks-promise
async-resource
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
force-context-aware test: simplify force-context-aware test 2019-09-29 08:42:08 -04:00
heap-profiler
hello-world test: make exported method static 2019-08-15 22:58:40 -07:00
hello-world-function-export
load-long-path test: use arrow functions in addons tests 2019-11-30 18:08:59 +01:00
make-callback
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
node-module-version
non-node-context
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
openssl-binding src: migrate off ArrayBuffer::GetContents 2019-11-12 06:29:23 +01:00
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
register-signal-handler
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
uv-handle-leak
worker-addon report: modify getReport() to return an Object 2019-07-12 14:48:09 -07:00
worker-buffer-callback src: migrate to new V8 ArrayBuffer API 2019-12-12 10:05:44 -05:00
zlib-binding src: migrate off ArrayBuffer::GetContents 2019-11-12 06:29:23 +01:00
.gitignore
addon.status test: mark addons/openssl-bindings/test flaky on arm 2019-12-07 16:07:44 -05:00
common.gypi
testcfg.py