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
/
process_test.ts
Age
Commit message (
Expand
)
Author
2024-02-10
chore: move cli/tests/ -> tests/ (#22369)
Matt Mastracci
2024-01-22
chore: use `FsFile[Symbol.dispose]()` (#22007)
Asher Gomez
2024-01-21
chore: use `Deno.writeTextFile()` where appropriate (#22008)
Asher Gomez
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-04-27
feat(lint): add `Deno.run` to `no-deprecated-deno-api` (#18869)
Bartek Iwańczuk
2023-03-22
feat(cli): --ext parameter for run, compile, and bundle (#17172)
Cre3per
2023-03-14
refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)
Bartek Iwańczuk
2023-03-13
refactor: Remove call sites of "deno_core::resolve_url_or_path" (#18169)
Bartek Iwańczuk
2023-02-22
fix(lint): revert no-deprecated-api for Deno.run (#17880)
David Sherret
2023-02-09
refactor: deno_graph 0.43 upgrade (#17692)
David Sherret
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-06-25
fix(core): don't panic on non-existent cwd (#14957)
Divy Srivastava
2022-05-15
Revert "refactor(runtime): change from signal_str_to_int function to enum (#1...
Leo Kettmeir
2022-05-14
refactor(runtime): change from signal_str_to_int function to enum (#14539)
Leo Kettmeir
2022-04-21
feat(runtime): two-tier subprocess API (#11618)
Leo Kettmeir
2022-03-25
fix: `Deno.run` - do not modify user provided `cmd` array (#14109)
David Sherret
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2021-11-23
refactor: remove "unitTest" wrapper from cli/tests/unit (#12750)
Bartek Iwańczuk
2021-10-10
feat: Stabilize Deno.kill and Deno.Process.kill (#12375)
Ryan Dahl
2021-10-07
fix(runtime): don't equate SIGINT to SIGKILL on Windows (#12356)
Bert Belder
2021-09-27
fix: subprocess kill support on windows (#12134)
Luca Casonato
2021-09-23
test(cli): align unit test permissions with runtime test permissions (#12189)
Casper Beyer
2021-09-13
feat(unstable): allow specifing gid and uid for subprocess (#11586)
Leo K
2021-09-07
fix: remove windows-only panic when calling `Deno.kill` (#11948)
David Sherret
2021-09-06
BREAKING(unstable): Remove Deno.Signals enum, Deno.signals.* (#11909)
Ryan Dahl
2021-08-05
refactor(cli/tests): remove unnecessary void return types (#11577)
Leo K
2021-08-04
feat(unstable): clean environmental variables for subprocess (#11571)
Leo K
2021-01-14
refactor: make Process#kill() throw sensible errors on Windows (#9111)
Bert Belder
2021-01-11
chore: update copyright to 2021 (#9092)
Yusuke Tanaka
2020-12-21
refactor: rewrite process_test.ts to use deno instead of python (#8841)
Liam Murphy
2020-10-26
rename(std/testing): rename assert*Contains to assert*Includes (#7951)
Tim Reichen
2020-09-27
feat(fmt): Sort named import and export specifiers (#7711)
David Sherret
2020-09-09
fix: panic on process.kill() after run (#7405)
Bartek Iwańczuk
2020-08-12
feat: Support file URLs in Deno.run for executable (#6994)
Nayeem Rahman
2020-07-14
Use dprint for internal formatting (#6682)
David Sherret
2020-06-25
remove duplicate identifier (#6483)
Ali Hasani
2020-06-25
fix: panic when process stdio rid is 0 or invalid (#6405)
Luca Casonato
2020-06-25
refactor(cli/tests/unit) to use assertThrows (#6459)
Casper Beyer
2020-06-12
refactor: Don't destructure the Deno namespace (#6268)
Nayeem Rahman
2020-06-10
fix(cli/js/process): Always return a code in ProcessStatus (#5244)
Nayeem Rahman
2020-06-09
fix(cli/js/process): Strengthen socket types based on pipes (#4836)
Nayeem Rahman
2020-06-05
Rename abbreviated assertions in std/testing (#6118)
Casper Beyer
2020-05-20
move js unit tests to cli/tests (#5678)
Ryan Dahl