mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
test suite updates for refined script coverage, use of new BiF to speed startup
This commit is contained in:
parent
5d38971030
commit
690a4590b7
2 changed files with 7 additions and 3 deletions
|
@ -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; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue