node/test/es-module
Erick Wendel 4203d132b1 child_process: queue pending messages
It fixes the problem of the child process not receiving messages.

Fixes: https://github.com/nodejs/node/issues/41134

PR-URL: https://github.com/nodejs/node/pull/41221
Reviewed-By: Adrian Estrada <edsadr@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Minwoo Jung <nodecorelab@gmail.com>
Backport-PR-URL: https://github.com/nodejs/node/pull/42840
2022-05-01 16:44:20 -05:00
..
es-module.status
test-cjs-esm-warn.js module: fixup lint and test regressions 2019-12-05 02:49:17 -05:00
test-esm-basic-imports.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-child-process-fork-main.mjs child_process: queue pending messages 2022-05-01 16:44:20 -05:00
test-esm-cjs-builtins.js module: fix builtin reexport tracing 2020-10-06 15:10:24 -04:00
test-esm-cjs-exports.js module: refine module type mismatch error cases 2020-10-06 11:54:24 -04:00
test-esm-cjs-load-error-note.mjs module: only try to enrich CJS syntax errors 2020-12-15 20:13:03 +00:00
test-esm-cjs-main.js esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-cjs-named-error.mjs module: named exports for CJS via static analysis 2020-09-29 11:54:34 -04:00
test-esm-custom-exports.mjs cli: add -C alias for --conditions flag 2021-08-31 10:54:59 -04:00
test-esm-cyclic-dynamic-import.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-data-urls.js module: improve support of data: URLs 2021-08-31 10:55:03 -04:00
test-esm-default-type.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-double-encoding.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-dynamic-import.js module: add support for node:‑prefixed require(…) calls 2021-09-01 23:24:51 +02:00
test-esm-encoded-path-native.js esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-encoded-path.mjs lib: fix regular expression to detect / and \ 2021-11-26 06:32:44 -05:00
test-esm-error-cache.js test: use .then(common.mustCall()) for all async IIFEs 2021-06-11 09:28:44 +02:00
test-esm-example-loader.js esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-exports.mjs module: support pattern trailers 2022-01-10 22:56:53 +00:00
test-esm-forbidden-globals.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-fs-promises.mjs fs: add fs/promises alias module 2020-02-18 22:15:50 -08:00
test-esm-get-source-loader.mjs module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-import-meta-resolve.mjs module: add support for URL to import.meta.resolve 2021-09-04 09:23:13 +02:00
test-esm-import-meta.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-imports.mjs module: support pattern trailers for imports field 2022-01-10 22:56:54 +00:00
test-esm-invalid-data-urls.js module: improve error message for invalid data URL 2021-05-01 12:25:33 +02:00
test-esm-invalid-extension.js module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-invalid-pjson.js esm: better package.json parser errors 2020-09-17 10:36:40 -04:00
test-esm-json-cache.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-json.mjs test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-esm-live-binding.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-loader-cache-clearing.js esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-loader-custom-condition.mjs util: fix module prefixes during inspection 2021-02-04 16:56:39 +00:00
test-esm-loader-dependency.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-loader-get-format.mjs module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-loader-invalid-format.mjs module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-loader-invalid-url.mjs module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-loader-modulemap.js test,benchmark: stop requiring URL and URLSearchParams 2021-05-01 12:24:58 +02:00
test-esm-loader-search.js module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-loader-side-effect.mjs module: add hook for global preload code 2020-03-23 08:39:37 -05:00
test-esm-loader-stringify-text.mjs esm: doc & validate source values for formats 2020-06-18 08:30:08 -07:00
test-esm-main-lookup.mjs module: add specific error for dir import 2020-05-16 12:51:59 -07:00
test-esm-named-exports.mjs module: remove dynamicInstantiate loader hook 2020-06-30 09:33:47 -07:00
test-esm-namespace.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-no-addons.mjs src: add option to disable loading native addons 2022-01-25 07:54:07 -05:00
test-esm-non-js.js esm: disable non-js exts outside package scopes 2019-11-16 23:26:49 -08:00
test-esm-nowarn-exports.mjs test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-esm-pkgname.mjs lib: fix regular expression to detect / and \ 2021-11-26 06:32:44 -05:00
test-esm-preserve-symlinks-main.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-esm-preserve-symlinks-not-found-plain.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-preserve-symlinks-not-found.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-preserve-symlinks.js esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-process.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-repl.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-esm-require-cache.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-resolve-hook.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-scope-node-modules.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-shared-loader-dep.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-shebang.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-snapshot.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-specifiers-legacy-flag.mjs module: fix legacy node specifier resolution to resolve "main" field 2021-07-20 07:11:35 -04:00
test-esm-specifiers.mjs test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-esm-symlink-main.js esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-symlink-type.js test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-esm-symlink.js esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-throw-undefined.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-tla-unfinished.mjs esm: make process.exit() default to exit code 0 2022-01-25 08:01:02 -05:00
test-esm-tla.mjs module: unflag Top-Level Await 2020-08-10 21:21:50 -07:00
test-esm-transform-source-loader.mjs module: loader getSource, getFormat, transform hooks 2020-01-07 01:31:05 +02:00
test-esm-type-flag-errors.js lib,test: improves ERR_REQUIRE_ESM message 2019-12-04 23:25:10 -05:00
test-esm-type-flag.mjs esm: unflag --experimental-modules 2019-11-12 14:04:55 -08:00
test-esm-type-main.mjs module: no type module resolver side effects 2020-05-04 14:23:27 +02:00
test-esm-undefined-cjs-global-like-variables.js module: clarify CJS global-like variables not defined error message 2021-06-11 09:30:03 +02:00
test-esm-unknown-or-no-extension.js module: drop support for extensionless main entry points in esm 2020-01-22 23:21:11 -08:00
test-esm-wasm.mjs test: prepare for consistent comma-dangle lint rule 2021-09-04 12:24:57 +02:00
test-esm-windows.js test: use tmpdir.refresh() in test-esm-windows.js 2019-12-18 09:23:49 -05:00
testcfg.py test: run ESM tests in parallel 2018-08-04 18:14:13 +02:00