diff options
| author | Markus Armbruster | 2013-07-27 17:41:59 +0200 |
|---|---|---|
| committer | Anthony Liguori | 2013-07-29 17:37:11 +0200 |
| commit | 5f3cd2b717c949f3afb502fb4c81193eb18ce6aa (patch) | |
| tree | 8e25d6941dca6c5c30c5438305ab00ffeff75d35 /tests | |
| parent | qapi.py: Fix schema parser to check syntax systematically (diff) | |
| download | qemu-5f3cd2b717c949f3afb502fb4c81193eb18ce6aa.tar.gz qemu-5f3cd2b717c949f3afb502fb4c81193eb18ce6aa.tar.xz qemu-5f3cd2b717c949f3afb502fb4c81193eb18ce6aa.zip | |
qapi.py: Fix diagnosing non-objects at a schema's top-level
Report syntax error instead of crashing.
Signed-off-by: Markus Armbruster <armbru@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Message-id: 1374939721-7876-8-git-send-email-armbru@redhat.com
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
Diffstat (limited to 'tests')
| -rw-r--r-- | tests/qapi-schema/non-objects.err | 2 | ||||
| -rw-r--r-- | tests/qapi-schema/quoted-structural-chars.err | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/qapi-schema/non-objects.err b/tests/qapi-schema/non-objects.err index 48c849d18f..a6c2dc26a6 100644 --- a/tests/qapi-schema/non-objects.err +++ b/tests/qapi-schema/non-objects.err @@ -1 +1 @@ -Crashed: <type 'exceptions.AttributeError'> +<stdin>:1:1: Expected "{" diff --git a/tests/qapi-schema/quoted-structural-chars.err b/tests/qapi-schema/quoted-structural-chars.err index 48c849d18f..a6c2dc26a6 100644 --- a/tests/qapi-schema/quoted-structural-chars.err +++ b/tests/qapi-schema/quoted-structural-chars.err @@ -1 +1 @@ -Crashed: <type 'exceptions.AttributeError'> +<stdin>:1:1: Expected "{" |
