On Thu Jun 12 20:43:38 2025 +0000, eric pouech wrote:
> to summarize:
> * win7 (and below) don't have new form of console handles (bound ones),
> so test shall be skipped (skip_nt)
> * test can be run in Window8 (checking that console handles in child are
> not closed), but without using NtCompareObject
> this new MR disables the tests in Win8 which is not what the initlal intent
> so this MR should be reverted, and replaced by reintroducing the logic
> in first version of MR!8162 to handle the absence of NtCompareObject by
> clearing the corresponding flag
Thanks for the hints, I put it together in merge request !8301.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8271#note_106404
If entry->stgmedium.hEnhMetaFile is NULL, the data_size we get will be 0, we
then allocate 0 bytes for data, but expect it to contain at least a
METAFILEPICT, resulting in reading out-of-bound.
--
https://gitlab.winehq.org/wine/wine/-/merge_requests/8298
In native Windows, the COPY command will display the names of the files as they are copied. Wine should do the same. This change enables that.
--
v17: cmd: Allow '+' as delimiter for tab-completion, e.g. 'copy file+file2'.
cmd/tests: Add tests to verify COPY command output.
cmd: COPY should output file names as they are copied.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8200
In native Windows, the COPY command will display the names of the files as they are copied. Wine should do the same. This change enables that.
--
v16: cmd: COPY should output file names as they are copied.
cmd: Allow '+' as delimiter for tab-completion, e.g. 'copy file+file2'.
https://gitlab.winehq.org/wine/wine/-/merge_requests/8200