node/test/addons
Anna Henningsen 63d4cae009
worker: remove `--experimental-worker` flag
Having an experimental feature behind a flag makes change
if we are expecting significant breaking changes to its API.

Since the Worker API has been essentially stable since
its initial introduction, and no noticeable doubt about
possibly not keeping the feature around has been voiced,
removing the flag and thereby reducing the barrier to experimentation,
and consequently receiving feedback on the implementation,
seems like a good idea.

PR-URL: https://github.com/nodejs/node/pull/25361
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Yuta Hiroto <hello@hiroppy.me>
Reviewed-By: Shingo Inoue <leko.noor@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com>
Reviewed-By: Tiancheng "Timothy" Gu <timothygu99@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Masashi Hirano <shisama07@gmail.com>
Reviewed-By: Weijia Wang <starkwang@126.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
2019-01-09 00:31:33 +01:00
..
async-hello-world async_hooks: add HandleScopes to C++ embedder/addon API 2018-11-13 15:25:46 +01:00
async-hooks-id test: properly tag anonymous namespaces 2018-02-08 18:43:36 -05:00
async-hooks-promise test: remove custom message from assertion 2017-11-07 09:50:54 +00:00
async-resource src: make `AsyncResource` destructor virtual 2018-05-14 18:18:16 +02:00
at-exit src: unload addons when environment quits 2018-12-19 18:35:38 -08:00
buffer-free-callback test: remove usage of deprecated V8 APIs in addons 2018-09-07 15:47:48 +02:00
callback-scope test: fix flaky addons/callback-scope/test-resolve-async 2018-09-07 09:52:18 +02:00
dlopen-ping-pong test: fix NewFromUtf8 compiler warning 2018-11-09 21:26:31 -08:00
errno-exception test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
heap-profiler test: fix v8 Set/Get compiler warnings 2018-11-11 08:02:30 +01:00
hello-world worker: remove `--experimental-worker` flag 2019-01-09 00:31:33 +01:00
hello-world-esm test: fix NewFromUtf8 compiler warning 2018-11-09 21:26:31 -08:00
hello-world-function-export test: fix NewFromUtf8 compiler warning 2018-11-09 21:26:31 -08:00
load-long-path test: fix NewFromUtf8 compiler warning 2018-11-09 21:26:31 -08:00
make-callback test: flip assertion arguments for make-callback/test.js 2018-10-13 19:34:40 -07:00
make-callback-domain-warning test: fix deprecation warning in binding.cc 2018-02-22 06:25:58 +01:00
make-callback-recurse test: make crashOnUnhandleRejection opt-out 2018-07-19 08:47:28 +02:00
new-target test: fix v8 Set/Get compiler warnings 2018-11-11 08:02:30 +01:00
node-module-version n-api: use module name macro 2017-10-15 16:00:29 -07:00
non-node-context buffer: throw exception when creating from non-Node.js Context 2018-11-03 23:31:03 -07:00
not-a-binding test: add check on an addon that does not register 2017-08-01 17:25:51 +02:00
null-buffer-neuter test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
openssl-binding test: fix NewFromUtf8 compiler warning 2018-11-09 21:26:31 -08:00
openssl-client-cert-engine build: make gyp user defined variables lowercase 2018-02-01 09:51:16 +01:00
parse-encoding test,doc: make module name match gyp target name 2017-09-10 00:15:49 +03:00
repl-domain-abort test: fix warnings in addon tests 2018-02-16 15:47:07 -08:00
stringbytes-external-exceed-max test: replace internals with public API 2019-01-03 22:58:26 -08:00
symlinked-module test: fix NewFromUtf8 compiler warning 2018-11-09 21:26:31 -08:00
uv-handle-leak src: unload addons when environment quits 2018-12-19 18:35:38 -08:00
worker-addon worker: remove `--experimental-worker` flag 2019-01-09 00:31:33 +01:00
zlib-binding test: fix NewFromUtf8 compiler warning 2018-11-09 21:26:31 -08:00
.gitignore Revert "build,test: make building addon tests less fragile" 2018-01-25 08:18:24 +11:00
testcfg.py addons: build and test examples 2014-01-22 00:39:13 +04:00