]> git.proxmox.com Git - qemu.git/commit
tests: QAPI schema parser tests
authorMarkus Armbruster <armbru@redhat.com>
Sat, 27 Jul 2013 15:41:53 +0000 (17:41 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Mon, 29 Jul 2013 15:37:10 +0000 (10:37 -0500)
commit98626572f18ddc61c08588c32a1773bc91f8624e
tree15f0116c5f08841a1049cb2610dec9031b649803
parent55d5d04884305e17b24f378a9ec616bf7354c1ca
tests: QAPI schema parser tests

The parser handles erroneous input badly.  To be improved shortly.

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-id: 1374939721-7876-2-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
59 files changed:
configure
tests/Makefile
tests/qapi-schema/comments.err [new file with mode: 0644]
tests/qapi-schema/comments.exit [new file with mode: 0644]
tests/qapi-schema/comments.json [new file with mode: 0644]
tests/qapi-schema/comments.out [new file with mode: 0644]
tests/qapi-schema/empty.err [new file with mode: 0644]
tests/qapi-schema/empty.exit [new file with mode: 0644]
tests/qapi-schema/empty.json [new file with mode: 0644]
tests/qapi-schema/empty.out [new file with mode: 0644]
tests/qapi-schema/funny-char.err [new file with mode: 0644]
tests/qapi-schema/funny-char.exit [new file with mode: 0644]
tests/qapi-schema/funny-char.json [new file with mode: 0644]
tests/qapi-schema/funny-char.out [new file with mode: 0644]
tests/qapi-schema/indented-expr.err [new file with mode: 0644]
tests/qapi-schema/indented-expr.exit [new file with mode: 0644]
tests/qapi-schema/indented-expr.json [new file with mode: 0644]
tests/qapi-schema/indented-expr.out [new file with mode: 0644]
tests/qapi-schema/missing-colon.err [new file with mode: 0644]
tests/qapi-schema/missing-colon.exit [new file with mode: 0644]
tests/qapi-schema/missing-colon.json [new file with mode: 0644]
tests/qapi-schema/missing-colon.out [new file with mode: 0644]
tests/qapi-schema/missing-comma-list.err [new file with mode: 0644]
tests/qapi-schema/missing-comma-list.exit [new file with mode: 0644]
tests/qapi-schema/missing-comma-list.json [new file with mode: 0644]
tests/qapi-schema/missing-comma-list.out [new file with mode: 0644]
tests/qapi-schema/missing-comma-object.err [new file with mode: 0644]
tests/qapi-schema/missing-comma-object.exit [new file with mode: 0644]
tests/qapi-schema/missing-comma-object.json [new file with mode: 0644]
tests/qapi-schema/missing-comma-object.out [new file with mode: 0644]
tests/qapi-schema/non-objects.err [new file with mode: 0644]
tests/qapi-schema/non-objects.exit [new file with mode: 0644]
tests/qapi-schema/non-objects.json [new file with mode: 0644]
tests/qapi-schema/non-objects.out [new file with mode: 0644]
tests/qapi-schema/quoted-structural-chars.err [new file with mode: 0644]
tests/qapi-schema/quoted-structural-chars.exit [new file with mode: 0644]
tests/qapi-schema/quoted-structural-chars.json [new file with mode: 0644]
tests/qapi-schema/quoted-structural-chars.out [new file with mode: 0644]
tests/qapi-schema/test-qapi.py [new file with mode: 0644]
tests/qapi-schema/trailing-comma-list.err [new file with mode: 0644]
tests/qapi-schema/trailing-comma-list.exit [new file with mode: 0644]
tests/qapi-schema/trailing-comma-list.json [new file with mode: 0644]
tests/qapi-schema/trailing-comma-list.out [new file with mode: 0644]
tests/qapi-schema/trailing-comma-object.err [new file with mode: 0644]
tests/qapi-schema/trailing-comma-object.exit [new file with mode: 0644]
tests/qapi-schema/trailing-comma-object.json [new file with mode: 0644]
tests/qapi-schema/trailing-comma-object.out [new file with mode: 0644]
tests/qapi-schema/unclosed-list.err [new file with mode: 0644]
tests/qapi-schema/unclosed-list.exit [new file with mode: 0644]
tests/qapi-schema/unclosed-list.json [new file with mode: 0644]
tests/qapi-schema/unclosed-list.out [new file with mode: 0644]
tests/qapi-schema/unclosed-object.err [new file with mode: 0644]
tests/qapi-schema/unclosed-object.exit [new file with mode: 0644]
tests/qapi-schema/unclosed-object.json [new file with mode: 0644]
tests/qapi-schema/unclosed-object.out [new file with mode: 0644]
tests/qapi-schema/unclosed-string.err [new file with mode: 0644]
tests/qapi-schema/unclosed-string.exit [new file with mode: 0644]
tests/qapi-schema/unclosed-string.json [new file with mode: 0644]
tests/qapi-schema/unclosed-string.out [new file with mode: 0644]