BTest baseline update for more complete function/lambda names

This commit is contained in:
Vern Paxson 2024-09-11 16:51:35 +02:00 committed by Christian Kreibich
parent 32d254bd47
commit 61258587bf
61 changed files with 3750 additions and 3750 deletions

View file

@ -1,12 +1,12 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
peer added
receiver got ping: my-message, myfunc\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
receiver got ping: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
myfunc(1)
receiver got ping: my-message, myfunc\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
receiver got ping: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
myfunc(2)
receiver got ping: my-message, myfunc\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
receiver got ping: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
myfunc(3)
receiver got ping: my-message, myfunc\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
receiver got ping: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
myfunc(4)
receiver got ping: my-message, myfunc\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
receiver got ping: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(myfunc(%s), c);\x0a}
myfunc(5)

View file

@ -1,11 +1,11 @@
### BTest baseline data generated by btest-diff. Do not edit. Use "btest -U/-u" to update. Requires BTest >= 0.63.
peer added
sender got pong: my-message, myfunc\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
sender got pong: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
bodiesdontsend(1)
sender got pong: my-message, myfunc\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
sender got pong: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
bodiesdontsend(2)
sender got pong: my-message, myfunc\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
sender got pong: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
bodiesdontsend(3)
sender got pong: my-message, myfunc\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
sender got pong: my-message, myfunc: function(c:count) : void\x0a{ \x0aprint fmt(bodiesdontsend(%s), c);\x0a}
bodiesdontsend(4)
peer lost