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.