diff options
author | Eric Blake <eblake@redhat.com> | 2015-11-18 01:52:58 -0700 |
---|---|---|
committer | Markus Armbruster <armbru@redhat.com> | 2015-12-17 08:21:28 +0100 |
commit | 04e0639d4e77b6d55491d396c8aa13929ee8ed9a (patch) | |
tree | 5f783496f305fb28a9c91c6960a6226a845920ed /tests/Makefile | |
parent | 7fb1cf1606c78c9d5b538f29176fd5a101726a9d (diff) |
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>
Diffstat (limited to 'tests/Makefile')
-rw-r--r-- | tests/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/Makefile b/tests/Makefile index 2f6b2340ef..0f4914c129 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -267,14 +267,12 @@ qapi-schema += enum-bad-prefix.json qapi-schema += enum-clash-member.json qapi-schema += enum-dict-member.json qapi-schema += enum-int-member.json -qapi-schema += enum-max-member.json qapi-schema += enum-missing-data.json qapi-schema += enum-wrong-data.json qapi-schema += escape-outside-string.json qapi-schema += escape-too-big.json qapi-schema += escape-too-short.json qapi-schema += event-case.json -qapi-schema += event-max.json qapi-schema += event-nest-struct.json qapi-schema += flat-union-array-branch.json qapi-schema += flat-union-bad-base.json @@ -347,7 +345,6 @@ qapi-schema += union-clash-branches.json qapi-schema += union-clash-data.json qapi-schema += union-empty.json qapi-schema += union-invalid-base.json -qapi-schema += union-max.json qapi-schema += union-optional-branch.json qapi-schema += union-unknown.json qapi-schema += unknown-escape.json |