mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Disable LeakSanitizer for btests that have known leaks
E.g. ones that throw interpreter exceptions, as those are currently known to potentially cause leaks. Fixing the underlying leaks involves the larger task of more IntrusivePtr usage. Reference cycles may also cause leaks.
This commit is contained in:
parent
d917737766
commit
0fe2a14d98
32 changed files with 100 additions and 82 deletions
|
@ -1,10 +1,10 @@
|
|||
| 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
|
||||
| Hook Some Info <...>/reporter-hook.zeek, line 17
|
||||
| Hook error An Error <...>/reporter-hook.zeek, line 19
|
||||
| Hook error An Error that does not show up in the log <...>/reporter-hook.zeek, line 20
|
||||
| Hook expression error field value missing (b$a) <...>/reporter-hook.zeek, line 24
|
||||
| Hook warning A warning <...>/reporter-hook.zeek, line 18
|
||||
<...>/reporter-hook.zeek, line 17: Some Info
|
||||
error in <...>/reporter-hook.zeek, line 19: An Error
|
||||
error in <...>/reporter-hook.zeek, line 20: An Error that does not show up in the log
|
||||
expression error in <...>/reporter-hook.zeek, line 24: field value missing (b$a)
|
||||
warning in <...>/reporter-hook.zeek, line 18: A warning
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue