OSDN Git Service

qapi: Remove obsolete tests for MAX collision
authorEric Blake <eblake@redhat.com>
Wed, 18 Nov 2015 08:52:58 +0000 (01:52 -0700)
committerMarkus Armbruster <armbru@redhat.com>
Thu, 17 Dec 2015 07:21:28 +0000 (08:21 +0100)
commit04e0639d4e77b6d55491d396c8aa13929ee8ed9a
tree5f783496f305fb28a9c91c6960a6226a845920ed
parent7fb1cf1606c78c9d5b538f29176fd5a101726a9d
qapi: Remove obsolete tests for MAX collision

Now that we no longer collide with an implicit _MAX enum member,
we no longer need to reject it in the ad hoc parser, and can
remove several tests that are no longer needed.

Signed-off-by: Eric Blake <eblake@redhat.com>
Message-Id: <1447836791-369-24-git-send-email-eblake@redhat.com>
[Commit message tweaked]
Signed-off-by: Markus Armbruster <armbru@redhat.com>
14 files changed:
scripts/qapi.py
tests/Makefile
tests/qapi-schema/enum-max-member.err [deleted file]
tests/qapi-schema/enum-max-member.exit [deleted file]
tests/qapi-schema/enum-max-member.json [deleted file]
tests/qapi-schema/enum-max-member.out [deleted file]
tests/qapi-schema/event-max.err [deleted file]
tests/qapi-schema/event-max.exit [deleted file]
tests/qapi-schema/event-max.json [deleted file]
tests/qapi-schema/event-max.out [deleted file]
tests/qapi-schema/union-max.err [deleted file]
tests/qapi-schema/union-max.exit [deleted file]
tests/qapi-schema/union-max.json [deleted file]
tests/qapi-schema/union-max.out [deleted file]