[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 1/4] utils: Enhance testsuite for do_strtosz()
From: |
Daniel P . Berrangé |
Subject: |
Re: [PATCH v2 1/4] utils: Enhance testsuite for do_strtosz() |
Date: |
Tue, 23 Feb 2021 17:07:59 +0000 |
User-agent: |
Mutt/2.0.5 (2021-01-21) |
On Thu, Feb 11, 2021 at 02:44:35PM -0600, Eric Blake wrote:
> Enhance our testsuite coverage of do_strtosz() to cover some things we
> know that existing users want to continue working (hex bytes), as well
> as some things that accidentally work but shouldn't (hex fractions) or
> accidentally fail but that users want to work (64-bit precision on
> byte values). This includes fixing a typo in the comment regarding
> our parsing near 2^64.
>
> Signed-off-by: Eric Blake <eblake@redhat.com>
> ---
> tests/test-cutils.c | 154 ++++++++++++++++++++++++++++++++++++++++----
> 1 file changed, 143 insertions(+), 11 deletions(-)
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Regards,
Daniel
--
|: https://berrange.com -o- https://www.flickr.com/photos/dberrange :|
|: https://libvirt.org -o- https://fstop138.berrange.com :|
|: https://entangle-photo.org -o- https://www.instagram.com/dberrange :|
- [PATCH v2 0/4] improve do_strtosz precision, Eric Blake, 2021/02/11
- [PATCH v2 1/4] utils: Enhance testsuite for do_strtosz(), Eric Blake, 2021/02/11
- Re: [PATCH v2 1/4] utils: Enhance testsuite for do_strtosz(),
Daniel P . Berrangé <=
- [PATCH v2 2/4] utils: Improve qemu_strtosz() to have 64 bits of precision, Eric Blake, 2021/02/11
- [PATCH v2 3/4] utils: Deprecate hex-with-suffix sizes, Eric Blake, 2021/02/11
- [PATCH v2 4/4] utils: Deprecate inexact fractional suffix sizes, Eric Blake, 2021/02/11
- Re: [PATCH v2 0/4] improve do_strtosz precision, Eric Blake, 2021/02/22