Re: [Qemu-devel] [PATCH v3 03/14] qapi: add some enum tests

2014-08-14 Thread Eric Blake
On 08/14/2014 03:23 AM, Markus Armbruster wrote: > 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. >> >> * tests/qapi-schema/enum-empty.*: New fi

Re: [Qemu-devel] [PATCH v3 03/14] qapi: add some enum tests

2014-08-14 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. > > * tests/qapi-schema/enum-empty.*: New files. > * tests/qapi-schema/enum-missing-data.*: Likewise.

[Qemu-devel] [PATCH v3 03/14] qapi: add some enum tests

2014-08-05 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. * tests/qapi-schema/enum-empty.*: New files. * tests/qapi-schema/enum-missing-data.*: Likewise. * tests/qapi-schema/enum-wrong-d