node/test/es-module
Tobias Nießen 010d2ecf94
test: mark test-esm-loader-http-imports as flaky
This test has been failing occasionally for weeks.

Refs: https://github.com/nodejs/node/issues/47836
Refs: https://github.com/nodejs/reliability/issues/564
PR-URL: https://github.com/nodejs/node/pull/47987
Reviewed-By: Filip Skokan <panva.ip@gmail.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
2023-05-15 16:44:20 +02:00
..
es-module.status test: mark test-esm-loader-http-imports as flaky 2023-05-15 16:44:20 +02:00
test-cjs-esm-warn.js test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-cjs-prototype-pollution.js esm: protect ESM loader from prototype pollution 2022-10-27 20:09:07 +00:00
test-esm-assert-strict.mjs assert: add assert/strict alias module 2020-06-25 08:37:48 -07:00
test-esm-assertionless-json-import.js module: unflag esm json modules 2022-01-31 22:16:37 +00:00
test-esm-basic-imports.mjs esm: improve typings and code coverage 2022-03-14 16:30:26 +01:00
test-esm-child-process-fork-main.mjs child_process: queue pending messages 2021-12-30 05:59:49 -08:00
test-esm-cjs-builtins.js test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-cjs-exports.js src,test: fix typos 2022-08-03 23:48:09 +02:00
test-esm-cjs-load-error-note.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-cjs-main.js test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-cjs-named-error.mjs module: named exports for CJS via static analysis 2020-09-28 18:27:25 -07:00
test-esm-custom-exports.mjs cli: add -C alias for --conditions flag 2021-05-25 15:13:36 +02:00
test-esm-cyclic-dynamic-import.mjs
test-esm-data-urls.js test: adapt to new JSON SyntaxError messages 2022-10-11 07:27:56 +02:00
test-esm-default-type.mjs
test-esm-dns-promises.mjs lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODING 2020-09-11 17:54:42 +03:00
test-esm-double-encoding.mjs
test-esm-dynamic-import-assertion.js module: unflag esm json modules 2022-01-31 22:16:37 +00:00
test-esm-dynamic-import-assertion.mjs module: unflag esm json modules 2022-01-31 22:16:37 +00:00
test-esm-dynamic-import.js errors: refactor to use a method that formats a list string 2022-12-23 00:49:11 +00:00
test-esm-encoded-path-native.js test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-encoded-path.mjs lib: fix regular expression to detect / and \ 2021-10-21 14:55:00 +00:00
test-esm-error-cache.js test: use .then(common.mustCall()) for all async IIFEs 2020-07-20 18:13:28 +02:00
test-esm-example-loader.mjs esm: consolidate ESM loader hooks 2021-09-11 18:08:35 -07:00
test-esm-experimental-warnings.mjs esm: remove specifier resolution flag 2022-10-04 09:44:08 +00:00
test-esm-export-not-found.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-exports-deprecations.mjs module: exports & imports map invalid slash deprecation 2022-09-11 12:01:37 +02:00
test-esm-exports.mjs module: exports & imports map invalid slash deprecation 2022-09-11 12:01:37 +02:00
test-esm-forbidden-globals.mjs
test-esm-fs-promises.mjs
test-esm-import-assertion-1.mjs module: unflag esm json modules 2022-01-31 22:16:37 +00:00
test-esm-import-assertion-2.mjs module: unflag esm json modules 2022-01-31 22:16:37 +00:00
test-esm-import-assertion-3.mjs module: unflag esm json modules 2022-01-31 22:16:37 +00:00
test-esm-import-assertion-4.mjs module: unflag esm json modules 2022-01-31 22:16:37 +00:00
test-esm-import-assertion-errors.js esm: fix import assertion warning 2023-03-07 10:32:47 +00:00
test-esm-import-assertion-errors.mjs esm: fix import assertion warning 2023-03-07 10:32:47 +00:00
test-esm-import-assertion-validation.js esm: fix import assertion warning 2023-03-07 10:32:47 +00:00
test-esm-import-assertion-warning.mjs esm: fix import assertion warning 2023-03-07 10:32:47 +00:00
test-esm-import-flag.mjs esm: add --import flag 2022-07-31 04:08:02 +01:00
test-esm-import-json-named-export.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-import-meta-resolve.mjs esm: initialize import.meta on eval 2023-05-02 09:33:59 +02:00
test-esm-import-meta.mjs
test-esm-imports-deprecations.mjs module: fix segment deprecation for imports field 2022-10-13 07:31:31 -07:00
test-esm-imports.mjs module: fix segment deprecation for imports field 2022-10-13 07:31:31 -07:00
test-esm-initialization.mjs esm: misc test refactors 2023-02-18 14:26:36 +00:00
test-esm-invalid-data-urls.js esm: support https remotely and http locally under flag 2022-02-09 19:47:12 -08:00
test-esm-invalid-pjson.js test: adapt to new JSON SyntaxError messages 2022-10-11 07:27:56 +02:00
test-esm-json-cache.mjs module: unflag esm json modules 2022-01-31 22:16:37 +00:00
test-esm-json.mjs esm: add a runtime warning when using import assertions 2023-03-03 18:31:12 +00:00
test-esm-live-binding.mjs
test-esm-loader-cache-clearing.js
test-esm-loader-chaining.mjs esm: misc test refactors 2023-02-18 14:26:36 +00:00
test-esm-loader-custom-condition.mjs util: fix module prefixes during inspection 2020-12-12 20:58:01 +00:00
test-esm-loader-dependency.mjs
test-esm-loader-event-loop.mjs esm: misc test refactors 2023-02-18 14:26:36 +00:00
test-esm-loader-hooks.mjs esm: do not use 'beforeExit' on the main thread 2023-05-15 11:37:35 +02:00
test-esm-loader-http-imports.mjs esm: add --import flag 2022-07-31 04:08:02 +01:00
test-esm-loader-invalid-format.mjs
test-esm-loader-invalid-url.mjs esm: add chaining to loaders 2022-05-04 16:51:12 +01:00
test-esm-loader-modulemap.js esm: move hook execution to separate thread 2023-04-13 16:48:54 -03:00
test-esm-loader-not-found.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-loader-resolve-type.mjs test: refactor to avoid mutation of global by a loader 2023-01-19 00:14:07 +00:00
test-esm-loader-search.js esm: move hook execution to separate thread 2023-04-13 16:48:54 -03:00
test-esm-loader-side-effect.mjs
test-esm-loader-spawn-promisified.mjs esm: misc test refactors 2023-02-18 14:26:36 +00:00
test-esm-loader-stringify-text.mjs esm: consolidate ESM loader hooks 2021-09-11 18:08:35 -07:00
test-esm-loader-thenable.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-loader-with-syntax-error.mjs esm: move hook execution to separate thread 2023-04-13 16:48:54 -03:00
test-esm-loader.mjs esm: consolidate ESM loader hooks 2021-09-11 18:08:35 -07:00
test-esm-main-lookup.mjs module: add specific error for dir import 2020-05-15 19:08:39 -07:00
test-esm-module-not-found-commonjs-hint.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-named-exports.mjs module: remove dynamicInstantiate loader hook 2020-05-27 16:38:38 -07:00
test-esm-namespace.mjs
test-esm-no-addons.mjs src: add option to disable loading native addons 2021-09-10 10:54:39 -05:00
test-esm-non-js.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-nowarn-exports.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-path-posix.mjs path: add path/posix and path/win32 alias modules 2020-10-20 14:27:31 +00:00
test-esm-path-win32.mjs path: add path/posix and path/win32 alias modules 2020-10-20 14:27:31 +00:00
test-esm-pkgname.mjs lib: fix regular expression to detect / and \ 2021-10-21 14:55:00 +00:00
test-esm-preserve-symlinks-main.js test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-preserve-symlinks-not-found-plain.mjs
test-esm-preserve-symlinks-not-found.mjs
test-esm-preserve-symlinks.js
test-esm-process.mjs process: fix named report export 2022-02-23 18:37:55 +02:00
test-esm-prototype-pollution.mjs esm: protect ESM loader from prototype pollution 2022-10-27 20:09:07 +00:00
test-esm-repl-imports.js test_runner: align behavior of it and test 2023-03-05 09:42:29 +02:00
test-esm-repl.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-esm-require-cache.mjs
test-esm-resolve-type.mjs esm: move hook execution to separate thread 2023-04-13 16:48:54 -03:00
test-esm-scope-node-modules.mjs
test-esm-shared-loader-dep.mjs
test-esm-shebang.mjs
test-esm-snapshot.mjs Revert "module: disable cjs snapshotting into esm loader" 2020-07-30 14:55:45 -05:00
test-esm-symlink-main.js
test-esm-symlink-type.js test: prepare for consistent comma-dangle lint rule 2021-04-01 23:14:29 -07:00
test-esm-symlink.js
test-esm-syntax-error.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-throw-undefined.mjs
test-esm-tla-unfinished.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-tla.mjs module: unflag Top-Level Await 2020-08-03 14:27:28 -04:00
test-esm-type-flag-errors.js esm: refine ERR_REQUIRE_ESM errors 2021-07-15 08:52:37 -07:00
test-esm-type-flag.mjs
test-esm-type-main.mjs module: no type module resolver side effects 2020-04-29 22:10:35 -07:00
test-esm-undefined-cjs-global-like-variables.js module: clarify CJS global-like variables not defined error message 2021-04-13 19:06:48 +02:00
test-esm-unknown-or-no-extension.js test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-util-types.mjs util: add util/types alias module 2020-10-21 01:26:34 +02:00
test-esm-wasm.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-esm-windows.js
test-http-imports-cli.mjs test: refactor ESM tests to improve performance 2022-07-29 10:42:55 +02:00
test-http-imports.mjs dns: accept 'IPv4' and 'IPv6' for family 2022-06-15 18:02:01 -04:00
test-loaders-hidden-from-users.js src: bootstrap prepare stack trace callback in shadow realm 2023-04-13 16:48:50 -03:00
test-loaders-unknown-builtin-module.mjs esm: misc test refactors 2023-02-18 14:26:36 +00:00
test-loaders-workers-spawned.mjs loader: use default loader as cascaded loader in the in loader worker 2023-05-02 09:34:02 +02:00
testcfg.py