mirror of
https://github.com/zeek/zeek.git
synced 2025-10-16 05:28:20 +00:00
Merge remote-tracking branch 'origin/master' into topic/johanna/hash-unification
This commit is contained in:
commit
a259e8bbda
15 changed files with 260 additions and 31 deletions
1
testing/btest/Baseline/language.enum-nonexisting/output
Normal file
1
testing/btest/Baseline/language.enum-nonexisting/output
Normal 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"
|
6
testing/btest/language/enum-nonexisting.zeek
Normal file
6
testing/btest/language/enum-nonexisting.zeek
Normal 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
|
||||
};
|
Loading…
Add table
Add a link
Reference in a new issue