Merge remote-tracking branch 'origin/master' into topic/johanna/hash-unification

This commit is contained in:
Johanna Amann 2020-05-12 00:29:02 +00:00
commit a259e8bbda
15 changed files with 260 additions and 31 deletions

View file

@ -0,0 +1 @@
fatal error in /path/to/zeek/testing/infrastructure/.tmp/language.enum-nonexisting/enum-nonexisting.zeek, line 4: unknown enum identifier "notexisting"

View file

@ -0,0 +1,6 @@
# @TEST-EXEC-FAIL: zeek -b %INPUT >output 2>&1
# @TEST-EXEC: TEST_DIFF_CANONIFIER="$SCRIPTS/diff-remove-abspath" btest-diff output
redef enum notexisting += {
This_Causes_a_Segfault
};