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