mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
Commit 87adbbffd4..3e270dcacc "qapi: Add 'if' to (implicit struct|union|alternate) members" (v4.0.0) neglected test coverage, and promptly failed to check the conditions. Review fail. Recent commit "tests/qapi-schema: Demonstrate insufficient 'if' checking" added test coverage, demonstrating the bug. Fix it by add the missing check_if(). Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-Id: <20190914153506.2151-13-armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
This commit is contained in:
parent
c2c7065e17
commit
dec0012ef8
13 changed files with 9 additions and 60 deletions
|
@ -1,4 +1,3 @@
|
|||
# Cover member with invalid 'if'
|
||||
# FIXME not rejected, would generate '#if True\n'
|
||||
{ 'struct': 'Stru',
|
||||
'data': { 'member': { 'type': 'int', 'if': true } } }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue