https://bugs.winehq.org/show_bug.cgi?id=48094
François Gouget fgouget@codeweavers.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |FIXED
--- Comment #2 from François Gouget fgouget@codeweavers.com --- This patch is in and the TestBot now has support for it.
commit 9f60ce22fb3e8291dda6f064655f6b3c877be1bf Author: Francois Gouget fgouget@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@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org