[tools] winetest/dissect: Report misplaced IgnoreExeptions directives.

Francois Gouget fgouget at codeweavers.com
Thu Feb 18 18:42:41 CST 2021


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

diff --git a/winetest/dissect b/winetest/dissect
index 4f15bddce..73eae4b8c 100755
--- a/winetest/dissect
+++ b/winetest/dissect
@@ -669,6 +669,7 @@ while ($line = <IN>) {
       add_test_line("", escapeHTML($pollution) .
                         get_source_link($l_unit, $l_num) .": ".
                         escapeHTML($l_text));
+      check_unit($l_unit, "IgnoreExceptions");
       $ignore_exceptions = $l_ignore;
     }
     elsif (($unit ne "" and
-- 
2.20.1




More information about the wine-devel mailing list