Re: [Qemu-devel] [PATCH v9 07/27] qapi: More tests of input arrays

2015-11-04 Thread Markus Armbruster
Eric Blake writes: > Our testsuite had no coverage of empty arrays, nor of what > happens when the input does not match the expected type. > Useful to have, especially if we start changing the visitor > contracts. > > Signed-off-by: Eric Blake > > --- > v9: move earlier in series (was 16/17) > v

[Qemu-devel] [PATCH v9 07/27] qapi: More tests of input arrays

2015-11-03 Thread Eric Blake
Our testsuite had no coverage of empty arrays, nor of what happens when the input does not match the expected type. Useful to have, especially if we start changing the visitor contracts. Signed-off-by: Eric Blake --- v9: move earlier in series (was 16/17) v8: no change v7: no change v6: new patc