mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
new "-a cpp" btest alternative
This commit is contained in:
parent
24e92fa54a
commit
db7f88e661
109 changed files with 15840 additions and 0 deletions
2
testing/btest/Baseline.cpp/bifs.to_addr/error
Normal file
2
testing/btest/Baseline.cpp/bifs.to_addr/error
Normal file
|
@ -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 <no location>: failed converting string to IP address (not an IP)
|
10
testing/btest/Baseline.cpp/bifs.to_addr/output
Normal file
10
testing/btest/Baseline.cpp/bifs.to_addr/output
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.
|
||||
to_addr(0.0.0.0) = 0.0.0.0 (SUCCESS)
|
||||
to_addr(1.2.3.4) = 1.2.3.4 (SUCCESS)
|
||||
to_addr(01.02.03.04) = 1.2.3.4 (SUCCESS)
|
||||
to_addr(001.002.003.004) = 1.2.3.4 (SUCCESS)
|
||||
to_addr(10.20.30.40) = 10.20.30.40 (SUCCESS)
|
||||
to_addr(100.200.30.40) = 100.200.30.40 (SUCCESS)
|
||||
to_addr(10.0.0.0) = 10.0.0.0 (SUCCESS)
|
||||
to_addr(10.00.00.000) = 10.0.0.0 (SUCCESS)
|
||||
to_addr(not an IP) = :: (SUCCESS)
|
Loading…
Add table
Add a link
Reference in a new issue