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

Francois Gouget fgouget at codeweavers.com
Wed Apr 7 04:06:13 CDT 2021


Signed-off-by: Francois Gouget <fgouget at codeweavers.com>
---
 winetest/dissect | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/winetest/dissect b/winetest/dissect
index 4f0e95b36..2c89abaa2 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)$/)
     {
-- 
2.20.1




More information about the wine-devel mailing list