mirror of
https://github.com/zeek/zeek.git
synced 2025-10-06 00:28:21 +00:00
test suite baseline updates for "-a xform" alternative / AST transformation
This commit is contained in:
parent
d8213246ea
commit
9ab43ebe28
38 changed files with 703 additions and 522 deletions
|
@ -1,6 +1,6 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
runtime error in <...>/queue.zeek, line 152: vector index assignment failed for invalid type 'myrec', value: [a=T, b=hi, c=<uninitialized>], expression: Queue::ret[Queue::j] []= <internal>::#3, call stack:
|
||||
#0 Queue::get_vector([initialized=T, vals={[2] = test,[3] = [a=T, b=hi, c=<uninitialized>],[5] = 3,[0] = hello,[6] = jkl;,[4] = asdf,[1] = goodbye}, settings=[max_len=<uninitialized>], top=7, bottom=0, size=0], [hello, goodbye, test]) at <...>/index-assignment-invalid.zeek:19
|
||||
#1 bar(55) at <...>/index-assignment-invalid.zeek:27
|
||||
#2 foo(hi, 13) at <...>/index-assignment-invalid.zeek:39
|
||||
#0 Queue::get_vector([initialized=T, vals={[2] = test,[3] = [a=T, b=hi, c=<uninitialized>],[5] = 3,[0] = hello,[6] = jkl;,[4] = asdf,[1] = goodbye}, settings=[max_len=<uninitialized>], top=7, bottom=0, size=0], [hello, goodbye, test]) at <...>/index-assignment-invalid.zeek:21
|
||||
#1 bar(55) at <...>/index-assignment-invalid.zeek:29
|
||||
#2 foo(hi, 13) at <...>/index-assignment-invalid.zeek:41
|
||||
#3 zeek_init()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue