node/test/node-api
Santiago Gimeno 09cbb66f04
test: use uv_sleep() where possible
PR-URL: https://github.com/nodejs/node/pull/45124
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: theanarkh <theratliter@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
Reviewed-By: Daeyeon Jeong <daeyeon.dev@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
2022-10-27 17:13:50 +00:00
..
1_hello_world test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_async test: use uv_sleep() where possible 2022-10-27 17:13:50 +00:00
test_async_cleanup_hook node-api: define version 8 2021-03-10 16:31:16 -05:00
test_async_context test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_buffer test: replace gc(true) with gc({ type: 'minor' }) 2022-06-21 22:54:09 +01:00
test_callback_scope test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_cleanup_hook test: convert most N-API tests from C++ to C 2020-08-05 14:21:51 -07:00
test_env_teardown_gc node-api: stop ref gc during environment teardown 2021-03-18 20:40:59 -07:00
test_exception test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_fatal test: enable no-empty ESLint rule 2022-02-05 12:58:32 +00:00
test_fatal_exception test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_general src: disambiguate terms used to refer to builtins and addons 2022-08-09 01:36:49 +08:00
test_init_order node-api,src: fix module registration in MSVC C++ 2022-04-07 09:40:07 -04:00
test_instance_data test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_make_callback test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_make_callback_recurse test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_null_init
test_policy test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test_threadsafe_function node-api: emit uncaught-exception on unhandled tsfn callbacks 2022-05-27 13:32:08 -04:00
test_uv_loop test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_worker_buffer_callback test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_worker_terminate test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
test_worker_terminate_finalization test: rename n-api to node-api 2021-02-06 05:03:38 -08:00
.gitignore test: add .gitignore file for node-api 2018-12-04 20:48:33 -08:00
node-api.status test: mark flaky tests on smartos 2022-06-28 18:06:48 +01:00
testcfg.py