Francois Gouget : winetest/dissect: Allow an error code on the 'version error' lines.

Alexandre Julliard julliard at winehq.org
Wed Apr 7 15:48:16 CDT 2021


Module: tools
Branch: master
Commit: 6871e5d5ca3a4ef728640b509a0aa4aba5aa92c0
URL:    https://source.winehq.org/git/tools.git/?a=commit;h=6871e5d5ca3a4ef728640b509a0aa4aba5aa92c0

Author: Francois Gouget <fgouget at codeweavers.com>
Date:   Wed Apr  7 11:06:13 2021 +0200

winetest/dissect: Allow an error code on the 'version error' lines.

Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 winetest/dissect | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winetest/dissect b/winetest/dissect
index 4f0e95b..2c89aba 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -427,7 +427,7 @@ while ($line = <IN> || "")
     my ($dll, $info) = ($1, $2);
     $dllinfo{$dll} = { version => $info };
     if ($info =~ /^dll is (?:missing|native|a stub)/ or
-        $info =~ /^(?:load error|version error \d+|version not (?:found|present))$/ or
+        $info =~ /^(?:(?:load|version) error \d+|version not (?:found|present))/ or
         # For compatibility with old WineTest versions
         $info =~ /^(?:failed|unknown|version not available)$/)
     {




More information about the wine-cvs mailing list