15 Jan
2026
15 Jan
'26
3:07 a.m.
On Thu Jan 15 09:07:46 2026 +0000, Yeshun Ye wrote:
I have added the test cases. However, since I modified the code in `kernelbase`, I directly added the test cases there. It is unnecessary to add them across modules in `kernel32`. actually, it would be preferrable to keep them in kernel32
that comes from decades ago when kernelbase didn"t exist, and hence everything was in kernel32; when kernelbase has been introduced, implementation has been moved from kernel32 into kernelbase, but tests have been kept in kernel32 we prefer keeping all tests at a single place ; all tests for CreateProcess are in dlls/kernel32/tests -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9882#note_127026