index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
cli
/
tests
/
unit_node
/
child_process_test.ts
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-02-07
chore(cli): Use @test_util for relative path for unit tests (#22327)
Matt Mastracci
2024-02-05
fix(ext/node): fix timeout param validation in cp.execFile (#22262)
Yoshiya Hinosawa
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-20
fix(node): child_process kill cancel pending IPC reads (#21647)
Divy Srivastava
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-11-27
fix(node): `spawnSync`'s `status` was incorrect (#21359)
David Sherret
2023-11-22
refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...
Asher Gomez
2023-11-22
Revert "chore: update to `std@0.207.0` (#21284)" (#21295)
Bartek Iwańczuk
2023-11-22
chore: update to `std@0.207.0` (#21284)
Asher Gomez
2023-11-10
fix(node/child_process): properly normalize stdio for 'spawnSync' (#21103)
Bartek Iwańczuk
2023-10-28
Revert "chore: update deno_std submodule (#20994)" (#21001)
Bartek Iwańczuk
2023-10-27
chore: update deno_std submodule (#20994)
Bartek Iwańczuk
2023-09-16
perf: improve async op santizer speed and accuracy (#20501)
Luca Casonato
2023-09-05
fix(node/child_process): don't crash on undefined/null value of an env var (#...
zuisong
2023-07-31
chore(cli): Fix test that locks up on some M2 macs (#19989)
Matt Mastracci
2023-06-02
fix(node): map stdio [0, 1, 2] to "inherit" (#19352)
Marvin Hagemeister
2023-05-31
fix(runtime): add missing SIGIOT alias to SIGABRT (#19333)
Marvin Hagemeister
2023-05-18
fix(node): support passing parent stdio streams (#19171)
Marvin Hagemeister
2023-04-13
chore: bump child_process_test timeouts for slow CI (#18689)
David Sherret
2023-04-11
chore(cli): clean up unused number value (#18661)
Geert-Jan Zwiers
2023-03-22
test: ignore flaky node:child_process tests (#18360)
Bartek Iwańczuk
2023-02-16
test: add unit tests from std/node (#17794)
Bartek Iwańczuk