test suite updates for refined script coverage, use of new BiF to speed startup

This commit is contained in:
Vern Paxson 2022-05-03 12:36:50 -07:00
parent 5d38971030
commit 690a4590b7
2 changed files with 7 additions and 3 deletions

View file

@ -1,6 +1,10 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
1 <...>/coverage-blacklist.zeek, line 13 print cover me;
1 <...>/coverage-blacklist.zeek, line 15 if (T) { print always executed; }
1 <...>/coverage-blacklist.zeek, line 17 print always executed;
1 <...>/coverage-blacklist.zeek, line 22 if (0 + 0 == 1) print impossible;
1 <...>/coverage-blacklist.zeek, line 24 if (1 == 0) { print also impossible, but included in code coverage analysis; }
0 <...>/coverage-blacklist.zeek, line 26 print also impossible, but included in code coverage analysis;
1 <...>/coverage-blacklist.zeek, line 29 print success;
1 <...>/coverage-blacklist.zeek, line 5 print first;
1 <...>/coverage-blacklist.zeek, line 7 if (F) { print hello; print world; }