Re: [Qemu-devel] [PATCH v6 06/36] qapi: Add some enum tests

2015-04-27 Thread Markus Armbruster
Eric Blake writes: > Demonstrate that the qapi generator doesn't deal well with enums > that aren't up to par. Later patches will update the expected > results as the generator is made stricter. > > Signed-off-by: Eric Blake Reviewed-by: Markus Armbruster

[Qemu-devel] [PATCH v6 06/36] qapi: Add some enum tests

2015-04-04 Thread Eric Blake
Demonstrate that the qapi generator doesn't deal well with enums that aren't up to par. Later patches will update the expected results as the generator is made stricter. Signed-off-by: Eric Blake --- v6: add test enum-bad-name (everything else was R-b Markus, but the new test means this still n