Module: tools Branch: master Commit: feeea5ba4825a98aac577bf24b176697a22bd8cc URL: https://source.winehq.org/git/tools.git/?a=commit;h=feeea5ba4825a98aac577bf2...
Author: Francois Gouget fgouget@codeweavers.com Date: Mon Mar 15 19:15:39 2021 +0100
testbot/TestLauncher: Fix the detection of test executable dependencies.
Detect the critical error dialog that pops up when the test executable depends on a missing dll or entry point. This improves the diagnostic messages and avoids long timeouts.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=31609 Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=32216 Signed-off-by: Francois Gouget fgouget@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
testbot/src/TestLauncher/TestLauncher.c | 341 +++++++++----------------------- 1 file changed, 92 insertions(+), 249 deletions(-)
Diff: https://source.winehq.org/git/tools.git/?a=commitdiff;h=feeea5ba4825a98aac57...