mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00

Using break in either of the hooks allows to suppress the default reporter error message rather than suppressing solely based on the existence of an assertion_failure() handler.
8 lines
641 B
Text
8 lines
641 B
Text
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
|
assertion_result T at <...>/assert-hook.zeek:25: md5_hash("") == "d41d8cd98f00b204e9800998ecf8427e"
|
|
assertion_result T at <...>/assert-hook.zeek:30: sha1_hash("") == "da39a3ee5e6b4b0d3255bfef95601890afd80709"
|
|
assertion_result F at <...>/assert-hook.zeek:35: sha1_hash("") == "wrong"
|
|
assertion_failure at <...>/assert-hook.zeek:35: sha1_hash("") == "wrong"
|
|
assertion_result F at <...>/assert-hook.zeek:40: md5_hash("") == "wrong"
|
|
assertion_failure at <...>/assert-hook.zeek:40: md5_hash("") == "wrong"
|
|
2 of 4 assertions failed
|