mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00

These were previously reporting leaks due to various allocations not getting cleaned up during the stack unwind, but at the current state of the transition toward IntrusivePtr usage, theses tests no longer leak.
10 lines
666 B
Text
10 lines
666 B
Text
| Hook Some Info <...>/reporter-hook.zeek, line 16
|
|
| Hook error An Error <...>/reporter-hook.zeek, line 18
|
|
| Hook error An Error that does not show up in the log <...>/reporter-hook.zeek, line 19
|
|
| Hook expression error field value missing (b$a) <...>/reporter-hook.zeek, line 23
|
|
| Hook warning A warning <...>/reporter-hook.zeek, line 17
|
|
<...>/reporter-hook.zeek, line 16: Some Info
|
|
error in <...>/reporter-hook.zeek, line 18: An Error
|
|
error in <...>/reporter-hook.zeek, line 19: An Error that does not show up in the log
|
|
expression error in <...>/reporter-hook.zeek, line 23: field value missing (b$a)
|
|
warning in <...>/reporter-hook.zeek, line 17: A warning
|