Re: [Qemu-devel] [PATCH v5 13/28] qapi: Add some expr tests

2015-03-29 Thread Markus Armbruster
Eric Blake writes: > On 03/27/2015 06:38 AM, Markus Armbruster wrote: >> Eric Blake writes: >> >>> On 03/26/2015 09:55 AM, Markus Armbruster wrote: Eric Blake writes: > Demonstrate that the qapi generator doesn't deal well with > expressions that aren't up to par. Later patch

Re: [Qemu-devel] [PATCH v5 13/28] qapi: Add some expr tests

2015-03-27 Thread Eric Blake
On 03/27/2015 06:38 AM, Markus Armbruster wrote: > Eric Blake writes: > >> On 03/26/2015 09:55 AM, Markus Armbruster wrote: >>> Eric Blake writes: >>> Demonstrate that the qapi generator doesn't deal well with expressions that aren't up to par. Later patches will improve the expec

Re: [Qemu-devel] [PATCH v5 13/28] qapi: Add some expr tests

2015-03-27 Thread Markus Armbruster
Eric Blake writes: > On 03/26/2015 09:55 AM, Markus Armbruster wrote: >> Eric Blake writes: >> >>> Demonstrate that the qapi generator doesn't deal well with >>> expressions that aren't up to par. Later patches will improve >>> the expected results as the generator is made stricter. Only >>> o

Re: [Qemu-devel] [PATCH v5 13/28] qapi: Add some expr tests

2015-03-26 Thread Eric Blake
On 03/26/2015 09:55 AM, Markus Armbruster wrote: > Eric Blake writes: > >> Demonstrate that the qapi generator doesn't deal well with >> expressions that aren't up to par. Later patches will improve >> the expected results as the generator is made stricter. Only >> one of the added tests actuall

Re: [Qemu-devel] [PATCH v5 13/28] qapi: Add some expr tests

2015-03-26 Thread Markus Armbruster
Eric Blake writes: > Demonstrate that the qapi generator doesn't deal well with > expressions that aren't up to par. Later patches will improve > the expected results as the generator is made stricter. Only > one of the added tests actually behaves sanely at rejecting > obvious problems. > > Not