commit | fa8c04b421d1d0af93d58c8e04ee0dce13ecb473 | [log] [tgz] |
---|---|---|
author | Brad King <brad.king@kitware.com> | Wed May 22 14:51:02 2024 -0400 |
committer | Brad King <brad.king@kitware.com> | Fri May 24 10:12:27 2024 -0400 |
tree | 75cec45a2408f6ce3faac6cad2f7ca791a9b7bf5 | |
parent | d98df689abe69a90e94bb2a6af763e0e4fc18d08 [diff] |
Tests/RunCMake/execute_process: Check STARTUPINFOW reserved members Verify that `execute_process` launches processes on Windows such that `GetStartupInfoW` in the child does not populate `STARTUPINFOW` members reserved for the MSVC C run-time. Issue: #25996