Re: [Qemu-devel] [PATCH v1 5/9] test-string-input-visitor: add more tests

2018-11-15 Thread Markus Armbruster
David Hildenbrand writes: > On 15.11.18 18:13, Eric Blake wrote: >> On 11/15/18 8:04 AM, David Hildenbrand wrote: >>> Test that very big/small values are not accepted and that ranges with >>> only one element work. >>> >>> Rename expect4 to expect5, as we will be moving that to a separate ulist >

Re: [Qemu-devel] [PATCH v1 5/9] test-string-input-visitor: add more tests

2018-11-15 Thread David Hildenbrand
On 15.11.18 18:13, Eric Blake wrote: > On 11/15/18 8:04 AM, David Hildenbrand wrote: >> Test that very big/small values are not accepted and that ranges with >> only one element work. >> >> Rename expect4 to expect5, as we will be moving that to a separate ulist >> test after the rework. >> >> Sign

Re: [Qemu-devel] [PATCH v1 5/9] test-string-input-visitor: add more tests

2018-11-15 Thread Eric Blake
On 11/15/18 8:04 AM, David Hildenbrand wrote: Test that very big/small values are not accepted and that ranges with only one element work. Rename expect4 to expect5, as we will be moving that to a separate ulist test after the rework. Signed-off-by: David Hildenbrand --- tests/test-string-in