mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 14:48:21 +00:00
test suite baseline updates for "-a opt" optimize-AST alternative
This commit is contained in:
parent
9ab43ebe28
commit
a6480e5eec
4 changed files with 538 additions and 495 deletions
|
@ -1,3 +1,3 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
warning: "-O optimize-AST" option is incompatible with -u option, deactivating optimization
|
||||
warning in <...>/parse-only-usage-issues.zeek, line 8: possibly used without definition (a)
|
||||
warning in <...>/parse-only-usage-issues.zeek, line 13: possibly used without definition (a)
|
||||
|
|
|
@ -0,0 +1,4 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
warning: "-O optimize-AST" option is incompatible with -u option, deactivating optimization
|
||||
warning in <...>/uninitialized-local3.zeek, line 40: possibly used without definition (x4)
|
||||
expression error in <...>/uninitialized-local3.zeek, line 40: value used but not set (x4)
|
|
@ -1,12 +1,9 @@
|
|||
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
|
||||
warning: "-O optimize-AST" option is incompatible with -u option, deactivating optimization
|
||||
warning in <...>/uninitialized-local3.zeek, line 33: possibly used without definition (x4)
|
||||
expression error in <...>/uninitialized-local3.zeek, line 33: value used but not set (x4)
|
||||
x$a (x <...>/uninitialized-local3.zeek, line 20) possibly used without being set
|
||||
x$e (x <...>/uninitialized-local3.zeek, line 20) possibly used without being set
|
||||
x$e (x <...>/uninitialized-local3.zeek, line 24) possibly used without being set
|
||||
x2$worries$a (x2 <...>/uninitialized-local3.zeek, line 27) possibly used without being set
|
||||
x2$worries$e (x2 <...>/uninitialized-local3.zeek, line 27) possibly used without being set
|
||||
x$a (x <...>/uninitialized-local3.zeek, line 22) possibly used without being set
|
||||
x$e (x <...>/uninitialized-local3.zeek, line 22) possibly used without being set
|
||||
x$e (x <...>/uninitialized-local3.zeek, line 26) possibly used without being set
|
||||
x2$worries$a (x2 <...>/uninitialized-local3.zeek, line 29) possibly used without being set
|
||||
x2$worries$e (x2 <...>/uninitialized-local3.zeek, line 29) possibly used without being set
|
||||
[a=<uninitialized>, b=<uninitialized>, c=9, d=<uninitialized>, e=<uninitialized>]
|
||||
[a=<uninitialized>, b=<uninitialized>, c=9, d=<uninitialized>, e=<uninitialized>]
|
||||
[no_worries=[a=<uninitialized>, b=<uninitialized>, c=9, d=<uninitialized>, e=<uninitialized>], worries=[a=<uninitialized>, b=<uninitialized>, c=9, d=<uninitialized>, e=<uninitialized>]]
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue