aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema/unknown-expr-key.err
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2019-09-27 15:46:33 +0200
committerMarkus Armbruster <armbru@redhat.com>2019-09-28 17:17:19 +0200
commit3f58cc29a8d2f01dc498ff4624a25e72448059a1 (patch)
tree39d5b75b46390d8009553c6962fe74d5eb6efa79 /tests/qapi-schema/unknown-expr-key.err
parenta6735a574382b214d7f1ee7b315cc81421aaa77e (diff)
qapi: Improve reporting of missing / unknown definition keys
Have check_exprs() call check_keys() later, so its error messages gain an "in definition" line. Both check_keys() and check_name_is_str() check the definition's name is a string. Since check_keys() now runs after check_name_is_str() rather than before, its check is dead. Bury it. Checking values in check_keys() is unclean anyway. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20190927134639.4284-21-armbru@redhat.com>
Diffstat (limited to 'tests/qapi-schema/unknown-expr-key.err')
-rw-r--r--tests/qapi-schema/unknown-expr-key.err1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qapi-schema/unknown-expr-key.err b/tests/qapi-schema/unknown-expr-key.err
index 07558edb78..e401efe148 100644
--- a/tests/qapi-schema/unknown-expr-key.err
+++ b/tests/qapi-schema/unknown-expr-key.err
@@ -1,2 +1,3 @@
+tests/qapi-schema/unknown-expr-key.json: In struct 'bar':
tests/qapi-schema/unknown-expr-key.json:2: unknown keys 'bogus', 'phony' in struct 'bar'
Valid keys are 'base', 'data', 'features', 'if', 'struct'.