mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
just saw a bizarre case on RH-6.0 where a second call into the dst library
in test2 of bin/tests/dst/t_dst looked like it either messed up the stack or there is a compiler bug of some sort because the results didn't get reported, ie code got skipped. this changed causes the report generator to flag tests that don't report results.
This commit is contained in:
@@ -377,6 +377,11 @@ sub testCheck {
|
||||
}
|
||||
|
||||
if (/^E:(Mon|Tue|Wed|Thu|Fri|Sat|Sun)/) {
|
||||
if ($inresult == 0) {
|
||||
# no reported result
|
||||
$BadTest = 1;
|
||||
$BadTestReason = "E$.";
|
||||
}
|
||||
$intest = 0;
|
||||
printf(YYY "%s\n<BR>\n", $_);
|
||||
next;
|
||||
|
Reference in New Issue
Block a user