[tools] winetest/dissect: Report misplaced IgnoreExeptions directives.
18 Feb
2021
18 Feb
'21
6:42 p.m.
Signed-off-by: Francois Gouget <fgouget(a)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
1764
Age (days ago)
1764
Last active (days ago)
0 comments
1 participants
participants (1)
-
Francois Gouget