[Bug 48094] Simplify debugging test timeouts

WineHQ Bugzilla wine-bugs at winehq.org
Thu May 27 18:57:27 CDT 2021


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

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

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

--- Comment #2 from François Gouget <fgouget at codeweavers.com> ---
This patch is in and the TestBot now has support for it.

commit 9f60ce22fb3e8291dda6f064655f6b3c877be1bf
Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Fri Jul 17 13:34:32 2020 +0200

    tests: Trace elapsed time when $WINETEST_TIME is set.

    This simplifies narrowing down where a test gets stuck or is slow if
    it times out but prints few messages.
    Note that the elapsed time is relative to the current process start
    time. So subprocesses will have a different elapsed time.

    Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=48094
    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