Commit graph

15 commits

Author SHA1 Message Date
bd71b5e4b8
feat: correct non blocking test for process.create 2024-06-24 18:25:09 +05:30
0c346a5946
feat: rename process.spawn->process.create 2024-06-24 14:17:52 +05:30
c9cbaf6183
feat: return strings and null instead of buffers 2024-06-23 19:31:30 +05:30
cf707a37ff
chore(tests): fix stream test failing on windows cmd 2024-06-11 09:09:47 +05:30
80ebab4d70
chore(tests): attempt to fix windows cmd yielding 2024-06-10 20:10:04 +05:30
a30380cba8
fix: address todo comments 2024-06-10 14:56:01 +05:30
70583c6bf8
chore(tests): stream test on windows should redir stdout to stderr not other way around 2024-06-10 09:51:00 +05:30
968a9b4f80
chore(tests): fix stream test for windows 2024-06-10 09:37:48 +05:30
48760b6a0f
chore(tests): status test should use 0 as an exit code too 2024-06-10 09:07:00 +05:30
f0906c98a2
chore(tests): windows support for process.spawn stream test 2024-06-09 22:29:19 +05:30
d9cc71e512
chore(tests): add new process.spawn tests 2024-06-09 22:24:32 +05:30
ce033bbdcb
fix: rename tests to for process.spawn->process.exec 2024-06-09 13:15:52 +05:30
Filip Tibell
adc74f47c0
Fix panic when spawning a program that does not exist 2024-06-01 21:24:45 +02:00
Filip Tibell
f29636b038
Use lower timeout on non-windows in process spawn async sleep test 2023-10-25 11:17:01 +02:00
Filip Tibell
dc7e3888d7
Split process spawn tests into multiple files 2023-10-05 20:53:29 -05:00