aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/windows_spawn/main.zig
AgeCommit message (Expand)Author
2025-10-29update standalone tests for ws2_32 dependencyAndrew Kelley
2025-10-14windows: workaround kernel race condition in more placesJacob Young
2025-10-12windows: workaround kernel race condition the mostJacob Young
2025-10-11windows: workaround kernel race condition even moreJacob Young
2025-10-11windows: workaround kernel race condition betterJacob Young
2025-10-10windows: workaround kernel race conditionJacob Young
2025-07-26std.process.Child: fix double path normalization in spawnWindowslumanetic
2025-04-15Return FileNotFound when CreateProcessW is called with a missing path (#23567)phatchman
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-03Rename Dir.writeFile2 -> Dir.writeFile and update all callsitesRyan Liptak
2024-03-19fix compilation failures found by CIAndrew Kelley
2024-02-24Update deprecated `std.unicode` function usagesRyan Liptak
2023-11-19test: update remaining code to fix 'var is never mutated' errorsmlugg
2023-10-22child_process + Build: rename exec to run + all related codeJan Philipp Hafer
2023-04-27test: Fix windows_spawn tmp directory cleanupxEgoist
2023-04-22std: GPA deinit return an enum instead of a boolBorja Clemente
2022-12-19spawnWindows: Fix PATH searching when cwd is absoluteRyan Liptak
2022-12-18standalone tests: Add windows spawn testRyan Liptak