Re: [PATCH 06/11] test-cutils: Add more coverage to qemu_strtosz

2023-05-09 Thread Eric Blake
On Mon, May 08, 2023 at 03:03:38PM -0500, Eric Blake wrote: > Add some more strings that the user might send our way. In > particular, some of these additions include FIXME comments showing > where our parser doesn't quite behave the way we want. > > Signed-off-by: Eric Blake > --- > tests/unit

Re: [PATCH 06/11] test-cutils: Add more coverage to qemu_strtosz

2023-05-09 Thread Eric Blake
On Tue, May 09, 2023 at 02:31:08PM +0200, Hanna Czenczek wrote: > On 08.05.23 22:03, Eric Blake wrote: > > Add some more strings that the user might send our way. In > > particular, some of these additions include FIXME comments showing > > where our parser doesn't quite behave the way we want. >

Re: [PATCH 06/11] test-cutils: Add more coverage to qemu_strtosz

2023-05-09 Thread Eric Blake
On Tue, May 09, 2023 at 05:15:04PM +0200, Hanna Czenczek wrote: > On 08.05.23 22:03, Eric Blake wrote: > > Add some more strings that the user might send our way. In > > particular, some of these additions include FIXME comments showing > > where our parser doesn't quite behave the way we want. >

Re: [PATCH 06/11] test-cutils: Add more coverage to qemu_strtosz

2023-05-09 Thread Hanna Czenczek
On 08.05.23 22:03, Eric Blake wrote: Add some more strings that the user might send our way. In particular, some of these additions include FIXME comments showing where our parser doesn't quite behave the way we want. Signed-off-by: Eric Blake --- tests/unit/test-cutils.c | 226 +

Re: [PATCH 06/11] test-cutils: Add more coverage to qemu_strtosz

2023-05-09 Thread Hanna Czenczek
On 09.05.23 14:31, Hanna Czenczek wrote: On 08.05.23 22:03, Eric Blake wrote: Add some more strings that the user might send our way.  In particular, some of these additions include FIXME comments showing where our parser doesn't quite behave the way we want. Signed-off-by: Eric Blake ---   te

Re: [PATCH 06/11] test-cutils: Add more coverage to qemu_strtosz

2023-05-09 Thread Hanna Czenczek
On 08.05.23 22:03, Eric Blake wrote: Add some more strings that the user might send our way. In particular, some of these additions include FIXME comments showing where our parser doesn't quite behave the way we want. Signed-off-by: Eric Blake --- tests/unit/test-cutils.c | 226 +

[PATCH 06/11] test-cutils: Add more coverage to qemu_strtosz

2023-05-08 Thread Eric Blake
Add some more strings that the user might send our way. In particular, some of these additions include FIXME comments showing where our parser doesn't quite behave the way we want. Signed-off-by: Eric Blake --- tests/unit/test-cutils.c | 226 +-- 1 file chang