summaryrefslogtreecommitdiff
path: root/tests/unit_node/process_test.ts
AgeCommit message (Expand)Author
2024-04-20fix(ext/node): implement process.kill in Rust (#23130)Divy Srivastava
2024-03-20fix(ext/node): add process.setSourceMapsEnabled noop (#22993)Satya Rohith
2024-03-11fix(runtime): Restore default signal handler after user handlers are unregist...Nathan Whitaker
2024-03-06chore(tests): fix process_test for sure (#22756)Matt Mastracci
2024-03-05chore(ext/node): ignore non-working process test (#22723)Matt Mastracci
2024-03-04chore(ext/node): make process_test more reliable (#22703)Matt Mastracci
2024-02-23test(ext/node): assert imported argv0 value (#22568)Satya Rohith
2024-02-23fix(ext/node): set correct process.argv0 (#22555)Satya Rohith
2024-02-23fix(ext/node): init arch, pid, platform at startup (#22561)Satya Rohith
2024-02-16chore(cli): pre-factor the sanitizer tests (#22436)Matt Mastracci
2024-02-13chore: use `@std` import instead of `@test_util/std` (#22398)Asher Gomez
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci