aboutsummaryrefslogtreecommitdiff
path: root/test/standalone/windows_spawn
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-08-06Revert "Sema: Stop adding Windows implib link inputs for `extern "..."` syntax."Alex Rønne Petersen
2025-07-26std.process.Child: fix double path normalization in spawnWindowslumanetic
2025-07-07update standalone and incremental tests to new APIAndrew Kelley
2025-07-06Sema: Stop adding Windows implib link inputs for `extern "..."` syntax.Alex Rønne Petersen
2025-04-15Return FileNotFound when CreateProcessW is called with a missing path (#23567)phatchman
2024-12-18test-standalone: migrate from deprecated std.Build APIsmlugg
2024-09-12Replace deprecated default initializations with decl literalsLinus Groh
2024-06-13Change deprecated b.host to b.graph.host in tests and Zig's build.zigKrzysztof Wolicki
2024-05-26std: restructure child process namespaceAndrew Kelley
2024-05-05Build: cleanupJacob Young
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
2024-01-01zig build system: change target, compilation, and module APIsAndrew Kelley
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
2023-03-15windows_spawn standalone test: test on native OSAndrew Kelley
2023-03-15re-enable standalone tests based on build.zigAndrew Kelley
2023-01-31combine std.build and std.build.Builder into std.BuildAndrew Kelley
2023-01-31update build.zig API usageAndrew Kelley
2022-12-19spawnWindows: Fix PATH searching when cwd is absoluteRyan Liptak
2022-12-18standalone tests: Add windows spawn testRyan Liptak