whoops, forgot to canonicalize filenames in new btest

This commit is contained in:
Vern Paxson 2021-09-05 10:54:39 -07:00
parent 9d896d114b
commit 74fbfa3aae
3 changed files with 3 additions and 3 deletions

View file

@ -1,5 +1,5 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. ### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
runtime error in /Users/vern/warehouse/zeek-ZAM-final2/testing/btest/.tmp/language.vector-coerce-expr2/vector-coerce-expr2.zeek, line 49: overflow promoting from unsigned to signed arithmetic value 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] [5.5, 5.2, -3.9, 20.0]
[11, 5, , 107, , , 1046] [11, 5, , 107, , , 1046]
[-2, -4, , -7, , -18, -999] [-2, -4, , -7, , -18, -999]

View file

@ -1,5 +1,5 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63. ### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
error in int and /Users/vern/warehouse/zeek-ZAM-final2/testing/btest/.tmp/language.vector-coerce-expr2/vector-coerce-expr2.zeek, line 49: overflow promoting from unsigned/double to signed arithmetic value (int and 18446744073709551615) 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] [5.5, 5.2, -3.9, 20.0]
[11, 5, , 107, , , 1046] [11, 5, , 107, , , 1046]
[-2, -4, , -7, , -18, -999] [-2, -4, , -7, , -18, -999]

View file

@ -1,5 +1,5 @@
# @TEST-EXEC: zeek -b %INPUT >output 2>&1 # @TEST-EXEC: zeek -b %INPUT >output 2>&1
# @TEST-EXEC: btest-diff output # @TEST-EXEC: TEST_DIFF_CANONIFIER=$SCRIPTS/diff-remove-abspath btest-diff output
event zeek_init() event zeek_init()
{ {