summaryrefslogtreecommitdiff
path: root/library/std/src/sys/windows/process/tests.rs
Commit message (Expand)AuthorAgeFilesLines
* Expose process main_thread_handle on Windowsunknown2022-05-101-0/+25
* Command: handle exe and batch files separatelyChris Denton2022-03-231-5/+2
* Skip a test if symlink creation is not possibleChris Denton2022-03-191-2/+9
* Rollup merge of #92519 - ChrisDenton:command-maybe-verbatim, r=dtolnayDylan DPC2022-03-191-2/+5
|\
| * Use verbatim paths for `process::Command` if necessaryChris Denton2022-02-171-2/+5
* | Use implicit capture syntax in format_argsT-O-R-U-S2022-03-101-3/+1
|/
* Maintain broken symlink behaviour for the Windows exe resolverChris Denton2022-02-141-0/+11
* Explicitly pass `PATH` to the Windows exe resolverChris Denton2022-01-031-22/+17
* Fix testsChris Denton2021-12-221-0/+4
* Windows: Resolve Command program without using the current directoryChris Denton2021-10-311-0/+52
* Unescaped command-line arguments for WindowsKornel2021-07-091-1/+22
* Test escaping of trialing slashes in Windows command-line argsKornel2021-07-091-0/+5
* Windows `Command` environment variables are case-preservingChris Denton2021-05-191-0/+61
* Expose force_quotes on Windows.Yonggang Luo2021-02-171-7/+19
* std: move "mod tests/benches" to separate filesLzu Tao2020-08-311-0/+31