Signed-off-by: Zebediah Figura z.figura12@gmail.com
On 27/02/18 09:56, Zebediah Figura wrote:
Now that we have support for custom dlls in e.g. dlls/msi/tests/custom.c.
winetest/dissect | 2 -- 1 file changed, 2 deletions(-)
diff --git a/winetest/dissect b/winetest/dissect index 9635f0a..7416317 100755 --- a/winetest/dissect +++ b/winetest/dissect @@ -624,7 +624,6 @@ while ($line = <IN>) { add_test_line("failed", escapeHTML($pollution) . get_source_link($l_unit, $l_num) .": ". escapeHTML($l_text));
} elsif ($line =~ /^()([_a-z0-9]+).c:(\d+): (Test marked todo: .*)$/ orcheck_unit($l_unit, "failure"); $failures++;
@@ -635,7 +634,6 @@ while ($line = <IN>) { add_test_line("todo", escapeHTML($pollution) . get_source_link($l_unit, $l_num) .": ". escapeHTML($l_text));
} elsif ($line =~ /^()([_a-z0-9]+).c:(\d+): (Tests skipped: .*)$/ orcheck_unit($l_unit, "todo"); $todo++;