From: Alexandre Julliard Subject: Re: [PATCH v3 4/4] kernel32/tests: Test std handle inheritance in test_parent_process_attribute(). Message-Id: <87tv641juk.fsf@wine> Date: Fri, 13 Dec 2019 13:38:27 +0100 In-Reply-To: <7392776b-686a-1d3c-f7d1-42cd30632a5c@gmail.com> (Paul Gofman's message of "Fri, 13 Dec 2019 15:08:57 +0300") References: <20191212111833.672808-1-gofmanp@gmail.com> <20191212111833.672808-4-gofmanp@gmail.com> <878sng31zw.fsf@wine> <7392776b-686a-1d3c-f7d1-42cd30632a5c@gmail.com> Paul Gofman writes: > On Windows I just get always the same value for handle there (or if I > get the handle by GetStdHandle()), and if it is a handle of creator > process (not the specified parent) it is either invalid or accidentally > equals to some other object's handle inherited from the parent process. > It looks like std handles management differes in Wine in a few places > regardless of the parent substitution. I thought the test is stable in > this form but it is apparently isn't. > > Maybe we can just drop this last patch in the series for now? Sure. -- Alexandre Julliard julliard@winehq.org