Re: [Qemu-devel] [PATCH v3 3/8] tests: Add QAPI optional discriminator tests

2019-02-06 Thread Eric Blake
On 2/6/19 1:55 PM, Max Reitz wrote: > There already is an optional discriminator test, although it also noted > the discriminator name itself as optional. This already gives us one > error test case, to which this patch adds various others. > > Furthermore, a passing test case is added to qapi-sc

[Qemu-devel] [PATCH v3 3/8] tests: Add QAPI optional discriminator tests

2019-02-06 Thread Max Reitz
There already is an optional discriminator test, although it also noted the discriminator name itself as optional. This already gives us one error test case, to which this patch adds various others. Furthermore, a passing test case is added to qapi-schema-test. Signed-off-by: Max Reitz --- tes