diff options
| author | Nathan Whitaker <17734409+nathanwhit@users.noreply.github.com> | 2024-09-12 12:24:58 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-12 19:24:58 +0000 |
| commit | 18b89d948dcb849c4dc577478794c3d5fb23b597 (patch) | |
| tree | 9945567e4b53dc50d2a61a3149b51edf97c05839 /tests/node_compat/config.jsonc | |
| parent | 3f15e300625723df10c564c4e29ec276288a931b (diff) | |
fix(ext/node): Implement detached option in `child_process` (#25218)
Fixes https://github.com/denoland/deno/issues/25193.
Diffstat (limited to 'tests/node_compat/config.jsonc')
| -rw-r--r-- | tests/node_compat/config.jsonc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/node_compat/config.jsonc b/tests/node_compat/config.jsonc index 8c8d503d5..01db5557d 100644 --- a/tests/node_compat/config.jsonc +++ b/tests/node_compat/config.jsonc @@ -8,6 +8,7 @@ "elipses.txt", "empty.txt", "exit.js", + "parent-process-nonpersistent.js", "print-chars.js", "x.txt" ], @@ -25,6 +26,7 @@ "test-buffer-from.js", "test-buffer-includes.js", "test-buffer-indexof.js", + "test-child-process-detached.js", "test-child-process-exec-abortcontroller-promisified.js", "test-child-process-exec-encoding.js", "test-child-process-exec-kill-throws.js", @@ -135,6 +137,7 @@ "fixtures": [ "a.js", "child_process_should_emit_error.js", + "child-process-persistent.js", "child-process-spawn-node.js", "echo.js", "elipses.txt", @@ -766,6 +769,7 @@ }, "windowsIgnore": { "parallel": [ + "test-child-process-detached.js", "test-child-process-exec-abortcontroller-promisified.js", "test-console-log-throw-primitive.js", "test-console-no-swallow-stack-overflow.js", |
