Re: [Qemu-devel] [PATCH 2/7] test-string-input-visitor: Add int test case

2015-09-25 Thread Eric Blake
On 09/25/2015 06:39 AM, Andreas Färber wrote: > In addition to -42 also parse the maximum int64. > > Signed-off-by: Andreas Färber > --- > tests/test-string-input-visitor.c | 8 > 1 file changed, 8 insertions(+) Shouldn't we also add tests of one-beyond-range, to have coverage of expec

[Qemu-devel] [PATCH 2/7] test-string-input-visitor: Add int test case

2015-09-25 Thread Andreas Färber
In addition to -42 also parse the maximum int64. Signed-off-by: Andreas Färber --- tests/test-string-input-visitor.c | 8 1 file changed, 8 insertions(+) diff --git a/tests/test-string-input-visitor.c b/tests/test-string-input-visitor.c index 8e3433e..3c5c3d9 100644 --- a/tests/test-s