mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
fix race condition in btest output ordering
This commit is contained in:
parent
74fbfa3aae
commit
acaaa0d36a
5 changed files with 7 additions and 4 deletions
|
@ -0,0 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
runtime error in <...>/vector-coerce-expr2.zeek, line 50: overflow promoting from unsigned to signed arithmetic value
|
|
@ -1,5 +1,4 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
runtime error in <...>/vector-coerce-expr2.zeek, line 49: overflow promoting from unsigned to signed arithmetic value
|
||||
[5.5, 5.2, -3.9, 20.0]
|
||||
[11, 5, , 107, , , 1046]
|
||||
[-2, -4, , -7, , -18, -999]
|
||||
|
|
|
@ -0,0 +1,2 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error in int and <...>/vector-coerce-expr2.zeek, line 50: overflow promoting from unsigned/double to signed arithmetic value (int and 18446744073709551615)
|
|
@ -1,5 +1,4 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
error in int and <...>/vector-coerce-expr2.zeek, line 49: overflow promoting from unsigned/double to signed arithmetic value (int and 18446744073709551615)
|
||||
[5.5, 5.2, -3.9, 20.0]
|
||||
[11, 5, , 107, , , 1046]
|
||||
[-2, -4, , -7, , -18, -999]
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# @TEST-EXEC: zeek -b %INPUT >output 2>&1
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff output
|
||||
# @TEST-EXEC: zeek -b %INPUT >output 2>error
|
||||
# @TEST-EXEC: btest-diff output
|
||||
# @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff error
|
||||
|
||||
event zeek_init()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue