]> git.proxmox.com Git - mirror_qemu.git/commit - tests/Makefile.include
tests/qapi-schema: Error case tests for features in structs
authorKevin Wolf <kwolf@redhat.com>
Thu, 6 Jun 2019 15:37:59 +0000 (17:37 +0200)
committerMarkus Armbruster <armbru@redhat.com>
Wed, 12 Jun 2019 16:35:26 +0000 (18:35 +0200)
commita00af404253729e025ccdca107c2bf2a4cff3bf9
treeedfda153e8ab0379a8efddd33a09fcd7898d92d2
parent8aa3a33e442fc49fd67e4c8df8869d257c41c77e
tests/qapi-schema: Error case tests for features in structs

Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Message-Id: <20190606153803.5278-4-armbru@redhat.com>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
25 files changed:
tests/Makefile.include
tests/qapi-schema/features-bad-type.err [new file with mode: 0644]
tests/qapi-schema/features-bad-type.exit [new file with mode: 0644]
tests/qapi-schema/features-bad-type.json [new file with mode: 0644]
tests/qapi-schema/features-bad-type.out [new file with mode: 0644]
tests/qapi-schema/features-duplicate-name.err [new file with mode: 0644]
tests/qapi-schema/features-duplicate-name.exit [new file with mode: 0644]
tests/qapi-schema/features-duplicate-name.json [new file with mode: 0644]
tests/qapi-schema/features-duplicate-name.out [new file with mode: 0644]
tests/qapi-schema/features-missing-name.err [new file with mode: 0644]
tests/qapi-schema/features-missing-name.exit [new file with mode: 0644]
tests/qapi-schema/features-missing-name.json [new file with mode: 0644]
tests/qapi-schema/features-missing-name.out [new file with mode: 0644]
tests/qapi-schema/features-name-bad-type.err [new file with mode: 0644]
tests/qapi-schema/features-name-bad-type.exit [new file with mode: 0644]
tests/qapi-schema/features-name-bad-type.json [new file with mode: 0644]
tests/qapi-schema/features-name-bad-type.out [new file with mode: 0644]
tests/qapi-schema/features-no-list.err [new file with mode: 0644]
tests/qapi-schema/features-no-list.exit [new file with mode: 0644]
tests/qapi-schema/features-no-list.json [new file with mode: 0644]
tests/qapi-schema/features-no-list.out [new file with mode: 0644]
tests/qapi-schema/features-unknown-key.err [new file with mode: 0644]
tests/qapi-schema/features-unknown-key.exit [new file with mode: 0644]
tests/qapi-schema/features-unknown-key.json [new file with mode: 0644]
tests/qapi-schema/features-unknown-key.out [new file with mode: 0644]