Re: [Qemu-devel] [PATCH 3/7] test-string-input-visitor: Add uint64 test

2015-09-25 Thread Eric Blake
On 09/25/2015 06:39 AM, Andreas Färber wrote: > Test parsing of decimal and hexadecimal uint64 numbers with most > significient bit set. s/significient/significant/ > > Signed-off-by: Andreas Färber > --- > tests/test-string-input-visitor.c | 23 +++ > 1 file changed, 23 in

[Qemu-devel] [PATCH 3/7] test-string-input-visitor: Add uint64 test

2015-09-25 Thread Andreas Färber
Test parsing of decimal and hexadecimal uint64 numbers with most significient bit set. Signed-off-by: Andreas Färber --- tests/test-string-input-visitor.c | 23 +++ 1 file changed, 23 insertions(+) diff --git a/tests/test-string-input-visitor.c b/tests/test-string-input-vis