mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
BTest baseline updates for compile-to-C++
This commit is contained in:
parent
2047ae980a
commit
96305aa4aa
13 changed files with 63 additions and 74 deletions
15
testing/btest/Baseline.cpp/cluster.generic.errors/.stderr
Normal file
15
testing/btest/Baseline.cpp/cluster.generic.errors/.stderr
Normal file
|
@ -0,0 +1,15 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error in <...>/errors.zeek (C++), line 16: no event arguments given (<___>testing_btest__tmp_cluster_generic_errors_errors_zeek__zeek_init__36__zf: function() : void())
|
||||
error in <...>/errors.zeek (C++), line 16: not enough arguments (<___>testing_btest__tmp_cluster_generic_errors_errors_zeek__zeek_init__36__zf: function() : void())
|
||||
error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 0, expect 2
|
||||
error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 0, expect 2
|
||||
error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 1, expect 2
|
||||
error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 1, expect 2
|
||||
error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 3, expect 2
|
||||
error in <...>/errors.zeek (C++), line 16: bad number of arguments for ping1: got 3, expect 2
|
||||
error in <...>/errors.zeek (C++), line 37: event parameter #2 type mismatch, got count, expecting string
|
||||
error in <...>/errors.zeek (C++), line 37: event parameter #2 type mismatch, got count, expecting string
|
||||
error in <...>/errors.zeek (C++), line 37: unexpected function type for hook1: hook
|
||||
error in <...>/errors.zeek (C++), line 37: unexpected function type for hook1: hook
|
||||
error in <...>/errors.zeek (C++), line 37: expected function or record as first argument, got count (<___>testing_btest__tmp_cluster_generic_errors_errors_zeek__zeek_init__37__zf: function() : void())
|
||||
error in <...>/errors.zeek (C++), line 37: got non-event type 'count' (<___>testing_btest__tmp_cluster_generic_errors_errors_zeek__zeek_init__37__zf: function() : void())
|
10
testing/btest/Baseline.cpp/cluster.generic.errors/.stdout
Normal file
10
testing/btest/Baseline.cpp/cluster.generic.errors/.stdout
Normal file
|
@ -0,0 +1,10 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
wrong number of args
|
||||
r1, [ev=<uninitialized>, args=[]]
|
||||
r2, [ev=<uninitialized>, args=[]]
|
||||
r3, [ev=<uninitialized>, args=[]]
|
||||
r4, [ev=<uninitialized>, args=[]]
|
||||
wrong types
|
||||
r1, [ev=<uninitialized>, args=[]]
|
||||
r2, [ev=<uninitialized>, args=[]]
|
||||
r3, [ev=<uninitialized>, args=[]]
|
Loading…
Add table
Add a link
Reference in a new issue