summaryrefslogtreecommitdiff
path: root/tests/qapi-schema/flat-union-array-branch.err
diff options
context:
space:
mode:
authorMarkus Armbruster <armbru@redhat.com>2015-06-10 13:03:04 +0200
committerMarkus Armbruster <armbru@redhat.com>2015-06-18 14:19:47 +0200
commit75276710ae0a9f802a9774a8d845a2c84f89305a (patch)
treeb015e574a8c5637bde6c1861a95784d0e37fc6d0 /tests/qapi-schema/flat-union-array-branch.err
parent00e4b285a31d19dcd88bd46729c9e09bfc9cc7fd (diff)
downloadqemu-75276710ae0a9f802a9774a8d845a2c84f89305a.tar.gz
tests/qapi-schema: New flat union array branch test case
The new test demonstrates another generator crash. Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qapi-schema/flat-union-array-branch.err')
-rw-r--r--tests/qapi-schema/flat-union-array-branch.err10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/qapi-schema/flat-union-array-branch.err b/tests/qapi-schema/flat-union-array-branch.err
new file mode 100644
index 0000000000..b45ef43e51
--- /dev/null
+++ b/tests/qapi-schema/flat-union-array-branch.err
@@ -0,0 +1,10 @@
+Traceback (most recent call last):
+ File "tests/qapi-schema/test-qapi.py", line 19, in <module>
+ exprs = parse_schema(sys.argv[1])
+ File "scripts/qapi.py", line 760, in parse_schema
+ return check_exprs(schema.exprs)
+ File "scripts/qapi.py", line 743, in check_exprs
+ check_union(expr, info)
+ File "scripts/qapi.py", line 586, in check_union
+ assert branch_struct
+AssertionError