[Bug 48651] Fix handling of child test processes

WineHQ Bugzilla wine-bugs at winehq.org
Thu Dec 17 04:44:07 CST 2020


https://bugs.winehq.org/show_bug.cgi?id=48651

François Gouget <fgouget at codeweavers.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #1 from François Gouget <fgouget at codeweavers.com> ---
This was fixed by:

commit a909baeb4e5ee8050a32832c28ff3ee79c54fbfa
Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Mon Mar 16 23:52:21 2020 +0100

    tests: Report all errors when failing to wait for a child process.

    Report the line number where the test failed to wait for the child so
    one can identify which child process did not behave as expected.
    Also wait_child_process() is meant for the general case so report
    all non-crash error cases as test failures so they are accounted for.
    Omit the "winetest_" prefix to match the other Wine test functions and
    so the underlying winetest_wait_child_process() function can be wrapped
    with the usual line-capturing macros.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48651
    Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
    Signed-off-by: Alexandre Julliard <julliard at winehq.org>

-- 
Do not reply to this email, post in Bugzilla using the
above URL to reply.
You are receiving this mail because:
You are watching all bug changes.


More information about the wine-bugs mailing list