mirror of
https://github.com/zeek/zeek.git
synced 2025-10-14 04:28:20 +00:00
new btests to cover extended functionality & associatd errors
This commit is contained in:
parent
64775a8192
commit
ae75635c5a
4 changed files with 231 additions and 0 deletions
21
testing/btest/Baseline/language.init-mismatch/.stderr
Normal file
21
testing/btest/Baseline/language.init-mismatch/.stderr
Normal file
|
@ -0,0 +1,21 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error in <...>/init-mismatch.zeek, line 6: invalid constructor list on RHS of assignment (a = 3, 5)
|
||||
error in <...>/init-mismatch.zeek, line 6: assignment of non-arithmetic value to arithmetic (count/types) (a = 3, 5)
|
||||
warning in <...>/init-mismatch.zeek, line 7: initialization not preceded by =<...>/-= is deprecated (4, 6)
|
||||
error in <...>/init-mismatch.zeek, line 13: different number of indices (list of count,count and list of count,count,count)
|
||||
error in <...>/init-mismatch.zeek, line 14: table constructor element lacks '=' structure (bar)
|
||||
error in <...>/init-mismatch.zeek, line 17: empty list in untyped initialization ()
|
||||
error in <...>/init-mismatch.zeek, line 23: cannot expand constructor elements using a value that depends on local variables (subnets)
|
||||
error in <...>/init-mismatch.zeek, line 23: type clash in assignment (my_subnets = set(foo, subnets))
|
||||
error in <...>/init-mismatch.zeek, line 26: invalid constructor list on RHS of assignment (c += 2, 4)
|
||||
error in <...>/init-mismatch.zeek, line 27: constructor list not allowed for -= operations on vectors (v -= 3, 5)
|
||||
error in <...>/init-mismatch.zeek, line 29: RHS type mismatch for table/set += (s1 += s2)
|
||||
error in <...>/init-mismatch.zeek, line 30: RHS type mismatch for table/set -= (s1 -= s2)
|
||||
error in <...>/init-mismatch.zeek, line 32: table constructor used in a non-table context (3 = F)
|
||||
error in double and <...>/init-mismatch.zeek, line 32: arithmetic mixed with non-arithmetic (double and 3 = F)
|
||||
error in <...>/init-mismatch.zeek, line 32 and double: type mismatch (3 = F and double)
|
||||
error in <...>/init-mismatch.zeek, line 32: inconsistent type in set constructor (set(3 = F))
|
||||
error in <...>/init-mismatch.zeek, line 34: not a list of indices (s2)
|
||||
error in <...>/init-mismatch.zeek, line 34: type clash in assignment (s3 = set(s2))
|
||||
error in <...>/init-mismatch.zeek, line 36: pattern += op requires op to be a pattern (p += 3)
|
||||
error in <...>/init-mismatch.zeek, line 38: illegal table constructor element (1.2.3.4)
|
Loading…
Add table
Add a link
Reference in a new issue