summaryrefslogtreecommitdiff
path: root/cli/tests/unit_node/process_test.ts
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2024-02-07chore(cli): Use @test_util for relative path for unit tests (#22327)Matt Mastracci
2024-02-01fix(node): add `ppid` getter for `node:process` (#22167)Yusuke Tanaka
2024-01-24feat: `Deno.{stdin,stdout,stderr}.isTerminal()`, deprecate `Deno.isatty()` (#...Asher Gomez
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-02fix(node): setting process.exitCode should change exit code of process (#21429)David Sherret
2023-12-02chore: update std to 0.208.0 (#21318)Asher Gomez
2023-12-01fix(ext/node): add stubbed process.report (#21373)Daniel Mizerski
2023-11-22refactor: replace `deferred()` from `std/async` with `Promise.withResolvers()...Asher Gomez
2023-11-22Revert "chore: update to `std@0.207.0` (#21284)" (#21295)Bartek Iwańczuk
2023-11-22chore: update to `std@0.207.0` (#21284)Asher Gomez
2023-11-20fix(ext/node): handle closing process.stdin more than once (#21267)Divy Srivastava
2023-11-10fix(ext/node): implement process.geteuid (#21151)Divy Srivastava
2023-10-28Revert "chore: update deno_std submodule (#20994)" (#21001)Bartek Iwańczuk
2023-10-27chore: update deno_std submodule (#20994)Bartek Iwańczuk
2023-10-18fix(ext/node): process.argv0 (#20925)Bartek Iwańczuk
2023-10-05fix(ext/node): implement uv.errname (#20785)Divy Srivastava
2023-08-29fix(ext/node): fix argv[1] in Worker (#20305)Yoshiya Hinosawa
2023-08-04fix(node): polyfill process.title (#20044)Bartek Iwańczuk
2023-06-02fix(node): don't close stdio streams (#19256)Bartek Iwańczuk
2023-05-31fix(node): add missing process.reallyExit method (#19326)Marvin Hagemeister
2023-03-25feat(test): print pending tests on sigint (#18246)Nayeem Rahman
2023-02-16test: add unit tests from std/node (#17794)Bartek Iwańczuk