OSDN Git Service

qapi: Remove outdated tests related to QMP/branch collisions
authorEric Blake <eblake@redhat.com>
Wed, 18 Nov 2015 08:52:49 +0000 (01:52 -0700)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 17 Dec 2015 07:21:27 +0000 (08:21 +0100)
commit61a946611b77b05936c60775eaaef87b65ec9f09
tree8c33aea7f0f66bf15778ae702586fd18b698a742
parent10565ca92a8d3f8a34559329acfbdb25a791b594
qapi: Remove outdated tests related to QMP/branch collisions

Now that branches are in a separate C namespace, we can remove
the restrictions in the parser that claim a branch name would
collide with QMP, and delete the negative tests that are no
longer problematic.  A separate patch can then add positive
tests to qapi-schema-test to test that any corner cases will
compile correctly.

This reverts the scripts/qapi.py portion of commit 7b2a5c2,
now that the assertions that it plugged are no longer possible.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1447836791-369-15-git-send-email-eblake@redhat.com>
Signed-off-by: Markus Armbruster <armbru@redhat.com>
14 files changed:
scripts/qapi.py
tests/Makefile
tests/qapi-schema/flat-union-clash-branch.err [deleted file]
tests/qapi-schema/flat-union-clash-branch.exit [deleted file]
tests/qapi-schema/flat-union-clash-branch.json [deleted file]
tests/qapi-schema/flat-union-clash-branch.out [deleted file]
tests/qapi-schema/flat-union-clash-type.err [deleted file]
tests/qapi-schema/flat-union-clash-type.exit [deleted file]
tests/qapi-schema/flat-union-clash-type.json [deleted file]
tests/qapi-schema/flat-union-clash-type.out [deleted file]
tests/qapi-schema/union-clash-type.err [deleted file]
tests/qapi-schema/union-clash-type.exit [deleted file]
tests/qapi-schema/union-clash-type.json [deleted file]
tests/qapi-schema/union-clash-type.out [deleted file]