..
include
schemas: Add vim modeline
4 years ago
allow-preconfig-test.err
qapi: Speed up frontend tests
5 years ago
allow-preconfig-test.json
tests: qapi-schema tests for allow-preconfig
7 years ago
allow-preconfig-test.out
tests: qapi-schema tests for allow-preconfig
7 years ago
alternate-any.err
qapi: Speed up frontend tests
5 years ago
alternate-any.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
alternate-any.out
qapi: Forbid 'any' inside an alternate
9 years ago
alternate-array.err
qapi-schema: support alternates with array type
3 years ago
alternate-array.json
qapi-schema: support alternates with array type
3 years ago
alternate-array.out
qapi: Smarter camel_to_upper() to reduce need for 'prefix'
3 months ago
alternate-base.err
qapi: Add feature flags to remaining definitions
5 years ago
alternate-base.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
alternate-base.out
qapi: Tighten checking of unions
10 years ago
alternate-branch-if-invalid.err
qapi: make 'if' condition strings simple identifiers
3 years ago
alternate-branch-if-invalid.json
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
5 years ago
alternate-branch-if-invalid.out
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
5 years ago
alternate-clash.err
qapi: Enforce union and alternate branch naming rules
4 years ago
alternate-clash.json
qapi: Enforce union and alternate branch naming rules
4 years ago
alternate-clash.out
qapi: Tighten checking of unions
10 years ago
alternate-conflict-bool-string.err
qapi: Speed up frontend tests
5 years ago
alternate-conflict-bool-string.json
qapi: Fix error handling code on alternate conflict
7 years ago
alternate-conflict-bool-string.out
qapi: Fix error handling code on alternate conflict
7 years ago
alternate-conflict-dict.err
qapi: Speed up frontend tests
5 years ago
alternate-conflict-dict.json
qapi: Reject alternates that can't work with keyval_parse()
8 years ago
alternate-conflict-dict.out
qapi: Tighten checking of unions
10 years ago
alternate-conflict-enum-bool.err
qapi: Speed up frontend tests
5 years ago
alternate-conflict-enum-bool.json
qapi: Reject alternates that can't work with keyval_parse()
8 years ago
alternate-conflict-enum-bool.out
qapi: Reject alternates that can't work with keyval_parse()
8 years ago
alternate-conflict-enum-int.err
qapi: Speed up frontend tests
5 years ago
alternate-conflict-enum-int.json
qapi: Reject alternates that can't work with keyval_parse()
8 years ago
alternate-conflict-enum-int.out
qapi: Reject alternates that can't work with keyval_parse()
8 years ago
alternate-conflict-lists.err
qapi-schema: test: add a qapi-schema-test for array alternates
3 years ago
alternate-conflict-lists.json
qapi-schema: test: add a qapi-schema-test for array alternates
3 years ago
alternate-conflict-lists.out
qapi-schema: test: add a qapi-schema-test for array alternates
3 years ago
alternate-conflict-num-string.err
qapi: Speed up frontend tests
5 years ago
alternate-conflict-num-string.json
qapi: Fix error handling code on alternate conflict
7 years ago
alternate-conflict-num-string.out
qapi: Fix error handling code on alternate conflict
7 years ago
alternate-conflict-string.err
qapi: Speed up frontend tests
5 years ago
alternate-conflict-string.json
qapi: Reject alternates that can't work with keyval_parse()
8 years ago
alternate-conflict-string.out
qapi: Tighten checking of unions
10 years ago
alternate-data-invalid.err
qapi/expr.py: Check type of union and alternate 'data' member
4 years ago
alternate-data-invalid.json
qapi/expr.py: Check type of union and alternate 'data' member
4 years ago
alternate-data-invalid.out
qapi/expr.py: Check type of union and alternate 'data' member
4 years ago
alternate-empty.err
qapi: Speed up frontend tests
5 years ago
alternate-empty.json
qapi: Permit alternates with just one branch
5 years ago
alternate-empty.out
qapi: Forbid empty unions and useless alternates
9 years ago
alternate-invalid-dict.err
qapi: Speed up frontend tests
5 years ago
alternate-invalid-dict.json
qapi: add a dictionary form for TYPE
6 years ago
alternate-invalid-dict.out
qapi: add a dictionary form for TYPE
6 years ago
alternate-nested.err
qapi: Speed up frontend tests
5 years ago
alternate-nested.json
tests/qapi-schema: Avoid 'str' in alternate test cases
8 years ago
alternate-nested.out
qapi: Tighten checking of unions
10 years ago
alternate-unknown.err
qapi: Speed up frontend tests
5 years ago
alternate-unknown.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
alternate-unknown.out
qapi: Tighten checking of unions
10 years ago
args-alternate.err
qapi: Speed up frontend tests
5 years ago
args-alternate.json
tests/qapi-schema: Avoid 'str' in alternate test cases
8 years ago
args-alternate.out
qapi-tests: New tests for union, alternate command arguments
9 years ago
args-any.err
qapi: Speed up frontend tests
5 years ago
args-any.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
args-any.out
qapi: Introduce a first class 'any' type
9 years ago
args-array-empty.err
qapi: Speed up frontend tests
5 years ago
args-array-empty.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
args-array-empty.out
tests/qapi-schema: Rename tests from data- to args-
9 years ago
args-array-unknown.err
qapi: Speed up frontend tests
5 years ago
args-array-unknown.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
args-array-unknown.out
tests/qapi-schema: Rename tests from data- to args-
9 years ago
args-bad-boxed.err
qapi: Speed up frontend tests
5 years ago
args-bad-boxed.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
args-bad-boxed.out
qapi: Implement boxed types for commands/events
9 years ago
args-boxed-anon.err
qapi: Speed up frontend tests
5 years ago
args-boxed-anon.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
args-boxed-anon.out
qapi: Implement boxed types for commands/events
9 years ago
args-boxed-string.err
qapi: Speed up frontend tests
5 years ago
args-boxed-string.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
args-boxed-string.out
qapi: Implement boxed types for commands/events
9 years ago
args-if-implicit.err
qapi: Require boxed for conditional command and event arguments
2 years ago
args-if-implicit.json
qapi: Require boxed for conditional command and event arguments
2 years ago
args-if-implicit.out
qapi: Require boxed for conditional command and event arguments
2 years ago
args-if-unboxed.err
qapi: Require boxed for conditional command and event arguments
2 years ago
args-if-unboxed.json
qapi: Require boxed for conditional command and event arguments
2 years ago
args-if-unboxed.out
qapi: Require boxed for conditional command and event arguments
2 years ago
args-int.err
qapi: Speed up frontend tests
5 years ago
args-int.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
args-int.out
tests/qapi-schema: Rename tests from data- to args-
9 years ago
args-invalid.err
qapi: Speed up frontend tests
5 years ago
args-invalid.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
args-invalid.out
tests/qapi-schema: Cover non-string, non-dictionary members
9 years ago
args-member-array-bad.err
qapi: Speed up frontend tests
5 years ago
args-member-array-bad.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
args-member-array-bad.out
tests/qapi-schema: Rename tests from data- to args-
9 years ago
args-member-case.err
qapi: Prepare for rejecting underscore in command and member names
4 years ago
args-member-case.json
qapi: Clean up member name case checking
5 years ago
args-member-case.out
qapi: Enforce (or whitelist) case conventions on qapi members
9 years ago
args-member-unknown.err
qapi: Speed up frontend tests
5 years ago
args-member-unknown.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
args-member-unknown.out
tests/qapi-schema: Rename tests from data- to args-
9 years ago
args-union.err
tests/qapi-schema: Purge simple unions from tests
3 years ago
args-union.json
tests/qapi-schema: Purge simple unions from tests
3 years ago
args-union.out
qapi: Fix to reject union command and event arguments
9 years ago
args-unknown.err
qapi: Speed up frontend tests
5 years ago
args-unknown.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
args-unknown.out
tests/qapi-schema: Rename tests from data- to args-
9 years ago
bad-base.err
tests/qapi-schema: Purge simple unions from tests
3 years ago
bad-base.json
tests/qapi-schema: Purge simple unions from tests
3 years ago
bad-base.out
qapi: More rigourous checking of types
10 years ago
bad-data.err
qapi: Improve error message for unexpected array types
2 years ago
bad-data.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
bad-data.out
qapi: More rigourous checking of types
10 years ago
bad-ident.err
qapi: Speed up frontend tests
5 years ago
bad-ident.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
bad-ident.out
qapi: Require valid names
10 years ago
bad-if-all.err
qapi: replace if condition list with dict {'all': [...]}
3 years ago
bad-if-all.json
qapi: replace if condition list with dict {'all': [...]}
3 years ago
bad-if-all.out
qapi: replace if condition list with dict {'all': [...]}
3 years ago
bad-if-empty-list.err
qapi: Speed up frontend tests
5 years ago
bad-if-empty-list.json
qapi: replace if condition list with dict {'all': [...]}
3 years ago
bad-if-empty-list.out
qapi: add 'if' to top-level expressions
7 years ago
bad-if-empty.err
qapi: make 'if' condition strings simple identifiers
3 years ago
bad-if-empty.json
qapi: add 'if' to top-level expressions
7 years ago
bad-if-empty.out
qapi: add 'if' to top-level expressions
7 years ago
bad-if-key.err
qapi: Tweak error messages for unknown / conflicting 'if' keys
3 years ago
bad-if-key.json
qapi: replace if condition list with dict {'all': [...]}
3 years ago
bad-if-key.out
qapi: replace if condition list with dict {'all': [...]}
3 years ago
bad-if-keys.err
qapi: Tweak error messages for unknown / conflicting 'if' keys
3 years ago
bad-if-keys.json
qapi: replace if condition list with dict {'all': [...]}
3 years ago
bad-if-keys.out
qapi: replace if condition list with dict {'all': [...]}
3 years ago
bad-if-list.err
qapi: make 'if' condition strings simple identifiers
3 years ago
bad-if-list.json
qapi: replace if condition list with dict {'all': [...]}
3 years ago
bad-if-list.out
qapi: add 'if' to top-level expressions
7 years ago
bad-if-not.err
qapi: Fix bogus error for 'if': { 'not': '' }
3 years ago
bad-if-not.json
tests/: spelling fixes
1 year ago
bad-if-not.out
tests/qapi-schema: Cover 'not' condition with empty argument
3 years ago
bad-if.err
qapi: replace if condition list with dict {'all': [...]}
3 years ago
bad-if.json
qapi: make 'if' condition strings simple identifiers
3 years ago
bad-if.out
qapi: add 'if' to top-level expressions
7 years ago
bad-type-bool.err
qapi: Speed up frontend tests
5 years ago
bad-type-bool.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
bad-type-bool.out
qapi: Add some expr tests
10 years ago
bad-type-dict.err
qapi: Speed up frontend tests
5 years ago
bad-type-dict.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
bad-type-dict.out
qapi: Better error messages for bad expressions
10 years ago
bad-type-int.err
qapi: Speed up frontend tests
5 years ago
bad-type-int.json
tests/qapi-schema: Demonstrate suboptimal lexical errors
5 years ago
bad-type-int.out
qapi: Add some expr tests
10 years ago
base-cycle-direct.err
qapi: Speed up frontend tests
5 years ago
base-cycle-direct.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
base-cycle-direct.out
qapi: Detect base class loops
9 years ago
base-cycle-indirect.err
qapi: Speed up frontend tests
5 years ago
base-cycle-indirect.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
base-cycle-indirect.out
qapi: Detect base class loops
9 years ago
command-int.err
qapi: Speed up frontend tests
5 years ago
command-int.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
command-int.out
qapi: Better error messages for duplicated expressions
10 years ago
comments.err
…
comments.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
comments.out
qapi: Smarter camel_to_upper() to reduce need for 'prefix'
3 months ago
doc-bad-alternate-member.err
qapi: Improve error position for bogus argument descriptions
9 months ago
doc-bad-alternate-member.json
qapi: Require member documentation (with loophole)
10 months ago
doc-bad-alternate-member.out
tests/qapi-schema: Improve coverage of bogus member docs
8 years ago
doc-bad-boxed-command-arg.err
qapi: Improve error position for bogus argument descriptions
9 months ago
doc-bad-boxed-command-arg.json
qapi: Fix doc comment checking for commands and events
5 years ago
doc-bad-boxed-command-arg.out
qapi: Fix doc comment checking for commands and events
5 years ago
doc-bad-command-arg.err
qapi: Improve error position for bogus argument descriptions
9 months ago
doc-bad-command-arg.json
tests/qapi-schema: Rename doc-bad-args to doc-bad-command-arg
8 years ago
doc-bad-command-arg.out
tests/qapi-schema: Rename doc-bad-args to doc-bad-command-arg
8 years ago
doc-bad-enum-member.err
qapi: Improve error position for bogus argument descriptions
9 months ago
doc-bad-enum-member.json
qapi: Fix enum doc comment checking
5 years ago
doc-bad-enum-member.out
qapi: Fix enum doc comment checking
5 years ago
doc-bad-event-arg.err
qapi: Improve error position for bogus argument descriptions
9 months ago
doc-bad-event-arg.json
qapi: Fix doc comment checking for commands and events
5 years ago
doc-bad-event-arg.out
qapi: Fix doc comment checking for commands and events
5 years ago
doc-bad-feature.err
qapi: Improve error position for bogus argument descriptions
9 months ago
doc-bad-feature.json
qapi: Check feature documentation against the schema
5 years ago
doc-bad-feature.out
qapi: Check feature documentation against the schema
5 years ago
doc-bad-indent.err
qapi: Relax doc string @name: description indentation rules
2 years ago
doc-bad-indent.json
qapi: Relax doc string @name: description indentation rules
2 years ago
doc-bad-indent.out
scripts/qapi/parser.py: improve doc comment indent handling
4 years ago
doc-bad-section.err
qapi: Reject section markup in definition documentation
4 years ago
doc-bad-section.json
qapi: Reject section markup in definition documentation
4 years ago
doc-bad-section.out
qapi: Reject section markup in definition documentation
4 years ago
doc-bad-symbol.err
qapi: Speed up frontend tests
5 years ago
doc-bad-symbol.json
qapi: add qapi2texi script
8 years ago
doc-bad-symbol.out
qapi: add qapi2texi script
8 years ago
doc-bad-union-member.err
qapi: Improve error position for bogus argument descriptions
9 months ago
doc-bad-union-member.json
qapi: Enforce type naming rules
4 years ago
doc-bad-union-member.out
qapi: Fix detection of bogus member documentation
8 years ago
doc-before-include.err
qapi: Speed up frontend tests
5 years ago
doc-before-include.json
qapi: Fix detection of doc / expression mismatch
8 years ago
doc-before-include.out
qapi: Fix detection of doc / expression mismatch
8 years ago
doc-before-pragma.err
qapi: Speed up frontend tests
5 years ago
doc-before-pragma.json
qapi: Fix detection of doc / expression mismatch
8 years ago
doc-before-pragma.out
qapi: Fix detection of doc / expression mismatch
8 years ago
doc-duplicate-features.err
qapi: Reject multiple and empty feature descriptions
9 months ago
doc-duplicate-features.json
tests/qapi-schema: Cover duplicate 'Features:' line
9 months ago
doc-duplicate-features.out
qapi: Reject multiple and empty feature descriptions
9 months ago
doc-duplicated-arg.err
qapi: Divorce QAPIDoc from QAPIParseError
9 months ago
doc-duplicated-arg.json
qapi: add qapi2texi script
8 years ago
doc-duplicated-arg.out
qapi: add qapi2texi script
8 years ago
doc-duplicated-return.err
qapi: Divorce QAPIDoc from QAPIParseError
9 months ago
doc-duplicated-return.json
qapi: Recognize section tags and 'Features:' only after blank line
9 months ago
doc-duplicated-return.out
qapi: add qapi2texi script
8 years ago
doc-duplicated-since.err
qapi: Divorce QAPIDoc from QAPIParseError
9 months ago
doc-duplicated-since.json
qapi: Recognize section tags and 'Features:' only after blank line
9 months ago
doc-duplicated-since.out
qapi: add qapi2texi script
8 years ago
doc-empty-arg.err
qapi: Divorce QAPIDoc from QAPIParseError
9 months ago
doc-empty-arg.json
qapi: add qapi2texi script
8 years ago
doc-empty-arg.out
qapi: add qapi2texi script
8 years ago
doc-empty-features.err
qapi: Reject multiple and empty feature descriptions
9 months ago
doc-empty-features.json
tests/qapi-schema: Cover 'Features:' not followed by descriptions
9 months ago
doc-empty-features.out
qapi: Reject multiple and empty feature descriptions
9 months ago
doc-empty-section.err
qapi: convert "Note" sections to plain rST
5 months ago
doc-empty-section.json
qapi: convert "Note" sections to plain rST
5 months ago
doc-empty-section.out
qapi: add qapi2texi script
8 years ago
doc-empty-symbol.err
qapi/parser: remove FIXME comment from _append_body_line
3 years ago
doc-empty-symbol.json
qapi: add qapi2texi script
8 years ago
doc-empty-symbol.out
qapi: add qapi2texi script
8 years ago
doc-good.err
tests/qapi-schema: Systematic positive doc comment tests
8 years ago
doc-good.json
qapi: remove "Example" doc section
5 months ago
doc-good.out
qapi: Smarter camel_to_upper() to reduce need for 'prefix'
3 months ago
doc-good.rst
tests/qapi-schema: Add test of the rST QAPI doc-comment output
4 years ago
doc-good.txt
qapi: remove "Example" doc section
5 months ago
doc-interleaved-section.err
qapi: Improve error message for description following section
2 years ago
doc-interleaved-section.json
qapi: convert "Note" sections to plain rST
5 months ago
doc-interleaved-section.out
qapi: add qapi2texi script
8 years ago
doc-invalid-end.err
qapi: Speed up frontend tests
5 years ago
doc-invalid-end.json
qapi: add qapi2texi script
8 years ago
doc-invalid-end.out
qapi: add qapi2texi script
8 years ago
doc-invalid-end2.err
qapi: Speed up frontend tests
5 years ago
doc-invalid-end2.json
qapi: add qapi2texi script
8 years ago
doc-invalid-end2.out
qapi: add qapi2texi script
8 years ago
doc-invalid-return.err
qapi: Slightly clearer error message for invalid "Returns" section
9 months ago
doc-invalid-return.json
qapi: Recognize section tags and 'Features:' only after blank line
9 months ago
doc-invalid-return.out
qapi: add qapi2texi script
8 years ago
doc-invalid-return2.err
qapi: Reject "Returns" section when command doesn't return anything
9 months ago
doc-invalid-return2.json
qapi: Reject "Returns" section when command doesn't return anything
9 months ago
doc-invalid-return2.out
qapi: Reject "Returns" section when command doesn't return anything
9 months ago
doc-invalid-section.err
qapi: Speed up frontend tests
5 years ago
doc-invalid-section.json
qapi: add qapi2texi script
8 years ago
doc-invalid-section.out
qapi: add qapi2texi script
8 years ago
doc-invalid-start.err
qapi: Speed up frontend tests
5 years ago
doc-invalid-start.json
qapi: add qapi2texi script
8 years ago
doc-invalid-start.out
qapi: add qapi2texi script
8 years ago
doc-missing-colon.err
qapi: Speed up frontend tests
5 years ago
doc-missing-colon.json
qapi: add qapi2texi script
8 years ago
doc-missing-colon.out
qapi: add qapi2texi script
8 years ago
doc-missing-expr.err
qapi: Speed up frontend tests
5 years ago
doc-missing-expr.json
qapi: add qapi2texi script
8 years ago
doc-missing-expr.out
qapi: add qapi2texi script
8 years ago
doc-missing-space.err
qapi: Speed up frontend tests
5 years ago
doc-missing-space.json
qapi: add qapi2texi script
8 years ago
doc-missing-space.out
qapi: add qapi2texi script
8 years ago
doc-missing.err
qapi: Speed up frontend tests
5 years ago
doc-missing.json
qapi: Make doc comments optional where we don't need them
8 years ago
doc-missing.out
qapi: Make doc comments optional where we don't need them
8 years ago
doc-no-symbol.err
qapi: Speed up frontend tests
5 years ago
doc-no-symbol.json
qapi: Fix detection of doc / expression mismatch
8 years ago
doc-no-symbol.out
tests/qapi-schema: Improve doc / expression mismatch coverage
8 years ago
doc-non-first-section.err
qapi: Reject section heading in the middle of a doc comment
9 months ago
doc-non-first-section.json
qapi: Reject section heading in the middle of a doc comment
9 months ago
doc-non-first-section.out
qapi: Reject section heading in the middle of a doc comment
9 months ago
doc-undoc-feature.err
qapi: Check feature documentation against the schema
5 years ago
doc-undoc-feature.json
qapi: Check feature documentation against the schema
5 years ago
doc-undoc-feature.out
qapi: Check feature documentation against the schema
5 years ago
double-type.err
qapi: Tweak error messages for missing / conflicting meta-type
3 years ago
double-type.json
qapi: Enforce type naming rules
4 years ago
double-type.out
qapi: Better error messages for bad expressions
10 years ago
duplicate-key.err
qapi: Speed up frontend tests
5 years ago
duplicate-key.json
tests/qapi-schema: Delete two redundant tests
5 years ago
duplicate-key.out
qapi script: add check for duplicated key
11 years ago
empty.err
…
empty.json
…
empty.out
qapi: Smarter camel_to_upper() to reduce need for 'prefix'
3 months ago
enum-bad-member.err
qapi: Speed up frontend tests
5 years ago
enum-bad-member.json
qapi: add a dictionary form with 'name' key for enum members
6 years ago
enum-bad-member.out
qapi: add a dictionary form with 'name' key for enum members
6 years ago
enum-bad-name.err
qapi: Speed up frontend tests
5 years ago
enum-bad-name.json
tests/qapi-schema: Demonstrate bad reporting of funny characters
5 years ago
enum-bad-name.out
qapi: Require valid names
10 years ago
enum-bad-prefix.err
qapi: Speed up frontend tests
5 years ago
enum-bad-prefix.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
enum-bad-prefix.out
qapi: allow override of default enum prefix naming
9 years ago
enum-clash-member.err
qapi: Enforce enum member naming rules
4 years ago
enum-clash-member.json
qapi: Enforce enum member naming rules
4 years ago
enum-clash-member.out
qapi: Better error messages for bad enums
10 years ago
enum-dict-member-unknown.err
qapi: Add feature flags to enum members
3 years ago
enum-dict-member-unknown.json
qapi: add a dictionary form with 'name' key for enum members
6 years ago
enum-dict-member-unknown.out
qapi: add a dictionary form with 'name' key for enum members
6 years ago
enum-dict-no-name.err
qapi: Fix crash on missing enum member name
3 years ago
enum-dict-no-name.json
qapi: Fix crash on missing enum member name
3 years ago
enum-dict-no-name.out
qapi: Fix crash on missing enum member name
3 years ago
enum-if-invalid.err
qapi: Tweak error messages for unknown / conflicting 'if' keys
3 years ago
enum-if-invalid.json
qapi: Tidy up unusual line breaks
3 years ago
enum-if-invalid.out
qapi: add 'if' to enum members
6 years ago
enum-int-member.err
qapi: Speed up frontend tests
5 years ago
enum-int-member.json
qapi: Add some enum tests
10 years ago
enum-int-member.out
qapi: Add some enum tests
10 years ago
enum-member-case.err
qapi: Prepare for rejecting underscore in command and member names
4 years ago
enum-member-case.json
qapi: Rename pragma *-whitelist to *-exceptions
4 years ago
enum-member-case.out
qapi: Enforce (or whitelist) case conventions on qapi members
9 years ago
enum-missing-data.err
qapi: Speed up frontend tests
5 years ago
enum-missing-data.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
enum-missing-data.out
qapi: Add some enum tests
10 years ago
enum-wrong-data.err
qapi: Speed up frontend tests
5 years ago
enum-wrong-data.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
enum-wrong-data.out
qapi: Better error messages for bad enums
10 years ago
escape-outside-string.err
qapi: Speed up frontend tests
5 years ago
event-args-if-unboxed.err
qapi: Require boxed for conditional command and event arguments
2 years ago
event-args-if-unboxed.json
qapi: Require boxed for conditional command and event arguments
2 years ago
event-args-if-unboxed.out
qapi: Require boxed for conditional command and event arguments
2 years ago
event-boxed-empty.err
qapi: Speed up frontend tests
5 years ago
event-boxed-empty.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
event-boxed-empty.out
qapi: Implement boxed types for commands/events
9 years ago
event-case.err
qapi: Enforce event naming rules
4 years ago
event-case.json
qapi: Enforce event naming rules
4 years ago
event-case.out
qapi: Enforce event naming rules
4 years ago
event-member-invalid-dict.err
tests/qapi-schema: Rework comments on longhand member definitions
4 years ago
event-member-invalid-dict.json
tests/qapi-schema: Rework comments on longhand member definitions
4 years ago
event-member-invalid-dict.out
qapi: add a dictionary form for TYPE
6 years ago
event-nest-struct.err
qapi: Fix error message when type name or array is expected
2 years ago
event-nest-struct.json
qapi: add a dictionary form for TYPE
6 years ago
event-nest-struct.out
qapi script: add event support
11 years ago
features-bad-type.err
qapi: Speed up frontend tests
5 years ago
features-bad-type.json
tests/qapi-schema: Error case tests for features in structs
6 years ago
features-bad-type.out
tests/qapi-schema: Error case tests for features in structs
6 years ago
features-deprecated-type.err
qapi: Enforce type naming rules
4 years ago
features-deprecated-type.json
qapi: Enforce type naming rules
4 years ago
features-deprecated-type.out
qapi: New special feature flag "deprecated"
5 years ago
features-duplicate-name.err
qapi: Speed up frontend tests
5 years ago
features-duplicate-name.json
tests/qapi-schema: Error case tests for features in structs
6 years ago
features-duplicate-name.out
tests/qapi-schema: Error case tests for features in structs
6 years ago
features-if-invalid.err
qapi: replace if condition list with dict {'all': [...]}
3 years ago
features-if-invalid.json
qapi: Remove null from schema language
5 years ago
features-if-invalid.out
qapi: Remove null from schema language
5 years ago
features-missing-name.err
qapi: Speed up frontend tests
5 years ago
features-missing-name.json
qapi: make 'if' condition strings simple identifiers
3 years ago
features-missing-name.out
tests/qapi-schema: Error case tests for features in structs
6 years ago
features-name-bad-type.err
qapi: Speed up frontend tests
5 years ago
features-name-bad-type.json
tests/qapi-schema: Error case tests for features in structs
6 years ago
features-name-bad-type.out
tests/qapi-schema: Error case tests for features in structs
6 years ago
features-no-list.err
qapi: Speed up frontend tests
5 years ago
features-no-list.json
tests/qapi-schema: Error case tests for features in structs
6 years ago
features-no-list.out
tests/qapi-schema: Error case tests for features in structs
6 years ago
features-unknown-key.err
qapi: Speed up frontend tests
5 years ago
features-unknown-key.json
tests/qapi-schema: Error case tests for features in structs
6 years ago
features-unknown-key.out
tests/qapi-schema: Error case tests for features in structs
6 years ago
funny-char.err
qapi: Speed up frontend tests
5 years ago
funny-char.json
…
funny-char.out
…
funny-word.err
qapi: Speed up frontend tests
5 years ago
funny-word.json
tests/qapi-schema: Demonstrate suboptimal lexical errors
5 years ago
funny-word.out
tests/qapi-schema: Demonstrate suboptimal lexical errors
5 years ago
ident-with-escape.err
qapi: Speed up frontend tests
5 years ago
ident-with-escape.json
qapi: Drop support for escape sequences other than \\
5 years ago
ident-with-escape.out
qapi: Drop support for escape sequences other than \\
5 years ago
include-before-err.err
qapi: Speed up frontend tests
5 years ago
include-before-err.json
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-before-err.out
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-cycle-b.json
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-cycle-c.json
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-cycle.err
qapi: Speed up frontend tests
5 years ago
include-cycle.json
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-cycle.out
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-extra-junk.err
qapi: Speed up frontend tests
5 years ago
include-extra-junk.json
qapi: Make doc comments optional where we don't need them
8 years ago
include-extra-junk.out
qapi: Make doc comments optional where we don't need them
8 years ago
include-nested-err.err
qapi: Speed up frontend tests
5 years ago
include-nested-err.json
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-nested-err.out
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-no-file.err
qapi: Speed up frontend tests
5 years ago
include-no-file.json
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-no-file.out
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-non-file.err
qapi: Speed up frontend tests
5 years ago
include-non-file.json
qapi: Improve 'include' error message
9 years ago
include-non-file.out
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-repetition-sub.json
qapi: skip redundant includes
11 years ago
include-repetition.err
qapi: skip redundant includes
11 years ago
include-repetition.json
qapi: skip redundant includes
11 years ago
include-repetition.out
qapi: Smarter camel_to_upper() to reduce need for 'prefix'
3 months ago
include-self-cycle.err
qapi: Speed up frontend tests
5 years ago
include-self-cycle.json
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-self-cycle.out
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-simple-sub.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
include-simple.err
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-simple.json
qapi: Add a primitive to include other files from a QAPI schema file
11 years ago
include-simple.out
qapi: Smarter camel_to_upper() to reduce need for 'prefix'
3 months ago
indented-expr.err
…
indented-expr.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
indented-expr.out
qapi: Smarter camel_to_upper() to reduce need for 'prefix'
3 months ago
leading-comma-list.err
qapi: Fix parse errors for removal of null from schema language
4 years ago
leading-comma-list.json
tests/qapi-schema: Cover two more syntax errors
9 years ago
leading-comma-list.out
tests/qapi-schema: Cover two more syntax errors
9 years ago
leading-comma-object.err
qapi: Speed up frontend tests
5 years ago
leading-comma-object.json
tests/qapi-schema: Cover two more syntax errors
9 years ago
leading-comma-object.out
tests/qapi-schema: Cover two more syntax errors
9 years ago
meson.build
qapi: Reject "Returns" section when command doesn't return anything
9 months ago
missing-array-rsqb.err
qapi/parser: Fix token membership tests when token can be None
4 years ago
missing-array-rsqb.json
qapi/parser: Fix token membership tests when token can be None
4 years ago
missing-array-rsqb.out
qapi/parser: Fix token membership tests when token can be None
4 years ago
missing-colon.err
qapi: Speed up frontend tests
5 years ago
missing-colon.json
…
missing-colon.out
…
missing-comma-list.err
qapi: Speed up frontend tests
5 years ago
missing-comma-list.json
…
missing-comma-list.out
…
missing-comma-object.err
qapi: Speed up frontend tests
5 years ago
missing-comma-object.json
…
missing-comma-object.out
…
missing-object-member-element.err
qapi/parser: Fix token membership tests when token can be None
4 years ago
missing-object-member-element.json
qapi/parser: Fix token membership tests when token can be None
4 years ago
missing-object-member-element.out
qapi/parser: Fix token membership tests when token can be None
4 years ago
missing-schema.err
qapi: Add test for nonexistent schema file
4 years ago
missing-schema.out
qapi: Add test for nonexistent schema file
4 years ago
missing-type.err
qapi: Tweak error messages for missing / conflicting meta-type
3 years ago
missing-type.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
missing-type.out
qapi: Better error messages for bad expressions
10 years ago
nested-struct-data-invalid-dict.err
tests/qapi-schema: Rework comments on longhand member definitions
4 years ago
nested-struct-data-invalid-dict.json
tests/qapi-schema: Rework comments on longhand member definitions
4 years ago
nested-struct-data-invalid-dict.out
qapi: add a dictionary form for TYPE
6 years ago
nested-struct-data.err
qapi: Fix error message when type name or array is expected
2 years ago
nested-struct-data.json
tests/qapi-schema: Rework comments on longhand member definitions
4 years ago
nested-struct-data.out
qapi: Drop support for inline nested types
10 years ago
non-objects.err
qapi/parser: enforce all top-level expressions must be dict in _parse()
4 years ago
non-objects.json
…
non-objects.out
…
oob-coroutine.err
qapi: Add a 'coroutine' flag for commands
4 years ago
oob-coroutine.json
qapi: Add a 'coroutine' flag for commands
4 years ago
oob-coroutine.out
qapi: Add a 'coroutine' flag for commands
4 years ago
oob-test.err
qapi: Speed up frontend tests
5 years ago
oob-test.json
tests: add oob-test for qapi-schema
7 years ago
oob-test.out
tests: add oob-test for qapi-schema
7 years ago
pragma-extra-junk.err
qapi: Speed up frontend tests
5 years ago
pragma-extra-junk.json
qapi: Make doc comments optional where we don't need them
8 years ago
pragma-extra-junk.out
qapi: Make doc comments optional where we don't need them
8 years ago
pragma-non-dict.err
qapi: Speed up frontend tests
5 years ago
pragma-non-dict.json
qapi: Make doc comments optional where we don't need them
8 years ago
pragma-non-dict.out
qapi: Make doc comments optional where we don't need them
8 years ago
pragma-unknown.err
qapi: Speed up frontend tests
5 years ago
pragma-unknown.json
tests/qapi-schema: Cover unknown pragma
5 years ago
pragma-unknown.out
tests/qapi-schema: Cover unknown pragma
5 years ago
pragma-value-not-bool.err
tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*
4 years ago
pragma-value-not-bool.json
tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*
4 years ago
pragma-value-not-bool.out
tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*
4 years ago
pragma-value-not-list-of-str.err
qapi: Rename pragma *-whitelist to *-exceptions
4 years ago
pragma-value-not-list-of-str.json
qapi: Rename pragma *-whitelist to *-exceptions
4 years ago
pragma-value-not-list-of-str.out
tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*
4 years ago
pragma-value-not-list.err
qapi: Rename pragma *-whitelist to *-exceptions
4 years ago
pragma-value-not-list.json
qapi: Rename pragma *-whitelist to *-exceptions
4 years ago
pragma-value-not-list.out
tests/qapi-schema: Rename pragma-*-crap to pragma-value-not-*
4 years ago
qapi-schema-test.err
…
qapi-schema-test.json
tests/qapi-schema: Drop temporary 'prefix'
3 months ago
qapi-schema-test.out
tests/qapi-schema: Drop temporary 'prefix'
3 months ago
quoted-structural-chars.err
qapi/parser: enforce all top-level expressions must be dict in _parse()
4 years ago
quoted-structural-chars.json
…
quoted-structural-chars.out
…
redefined-command.err
qapi: Speed up frontend tests
5 years ago
redefined-command.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
redefined-command.out
qapi: Better error messages for duplicated expressions
10 years ago
redefined-event.err
qapi: Speed up frontend tests
5 years ago
redefined-event.json
qapi: make 'if' condition strings simple identifiers
3 years ago
redefined-event.out
qapi: Better error messages for duplicated expressions
10 years ago
redefined-predefined.err
tests/qapi-schema: Rename redefined-builtin to redefined-predefined
4 years ago
redefined-predefined.json
tests/qapi-schema: Rename redefined-builtin to redefined-predefined
4 years ago
redefined-predefined.out
tests/qapi-schema: Rename redefined-builtin to redefined-predefined
4 years ago
redefined-type.err
qapi: Enforce type naming rules
4 years ago
redefined-type.json
qapi: Enforce type naming rules
4 years ago
redefined-type.out
qapi: Better error messages for duplicated expressions
10 years ago
reserved-command-q.err
qapi: Speed up frontend tests
5 years ago
reserved-command-q.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
reserved-command-q.out
qapi: Reserve 'q_*' and 'has_*' member names
9 years ago
reserved-enum-q.err
qapi: Speed up frontend tests
5 years ago
reserved-enum-q.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
reserved-enum-q.out
qapi: Tighten the regex on valid names
9 years ago
reserved-member-has.err
qapi: Speed up frontend tests
5 years ago
reserved-member-has.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
reserved-member-has.out
qapi: Reserve 'q_*' and 'has_*' member names
9 years ago
reserved-member-q.err
qapi: Speed up frontend tests
5 years ago
reserved-member-q.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
reserved-member-q.out
qapi: Reserve 'q_*' and 'has_*' member names
9 years ago
reserved-member-u.err
qapi: Fix to reject optional members with reserved names
4 years ago
reserved-member-u.json
qapi: Drop simple unions
3 years ago
reserved-member-u.out
qapi: Fix to reject optional members with reserved names
4 years ago
reserved-member-underscore.err
qapi: Speed up frontend tests
5 years ago
reserved-member-underscore.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
reserved-member-underscore.out
qapi: Tighten the regex on valid names
9 years ago
reserved-type-list.err
qapi: Speed up frontend tests
5 years ago
reserved-type-list.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
reserved-type-list.out
qapi: Reserve '*List' type names for list types
9 years ago
returns-alternate.err
qapi: Speed up frontend tests
5 years ago
returns-alternate.json
tests/qapi-schema: Avoid 'str' in alternate test cases
8 years ago
returns-alternate.out
qapi: Whitelist commands that don't return dictionary
10 years ago
returns-array-bad.err
qapi: Speed up frontend tests
5 years ago
returns-array-bad.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
returns-array-bad.out
qapi: More rigourous checking of types
10 years ago
returns-bad-type.err
tests/qapi-schema: Rename returns-whitelist to returns-bad-type
4 years ago
returns-bad-type.json
qapi: Rename pragma *-whitelist to *-exceptions
4 years ago
returns-bad-type.out
tests/qapi-schema: Rename returns-whitelist to returns-bad-type
4 years ago
returns-dict.err
qapi: Fix error message when type name or array is expected
2 years ago
returns-dict.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
returns-dict.out
qapi: Command returning anonymous type doesn't work, outlaw
9 years ago
returns-unknown.err
qapi: Speed up frontend tests
5 years ago
returns-unknown.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
returns-unknown.out
qapi: More rigourous checking of types
10 years ago
string-code-point-31.err
qapi: Speed up frontend tests
5 years ago
string-code-point-31.json
qapi: Restrict strings to printable ASCII
5 years ago
string-code-point-31.out
qapi: Restrict strings to printable ASCII
5 years ago
string-code-point-127.err
qapi: Speed up frontend tests
5 years ago
string-code-point-127.json
qapi: Restrict strings to printable ASCII
5 years ago
string-code-point-127.out
qapi: Restrict strings to printable ASCII
5 years ago
struct-base-clash-deep.err
qapi: Speed up frontend tests
5 years ago
struct-base-clash-deep.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
struct-base-clash-deep.out
qapi: Check for member name conflicts with a base class
10 years ago
struct-base-clash.err
qapi: Speed up frontend tests
5 years ago
struct-base-clash.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
struct-base-clash.out
qapi: Check for member name conflicts with a base class
10 years ago
struct-data-invalid.err
qapi: Enforce type naming rules
4 years ago
struct-data-invalid.json
qapi: Enforce type naming rules
4 years ago
struct-data-invalid.out
tests/qapi-schema: Cover non-string, non-dictionary members
9 years ago
struct-data-typename.err
qapi: Fix to reject 'data': 'mumble' in struct
2 years ago
struct-data-typename.json
qapi: Fix to reject 'data': 'mumble' in struct
2 years ago
struct-data-typename.out
qapi: Fix to reject 'data': 'mumble' in struct
2 years ago
struct-member-if-invalid.err
qapi: replace if condition list with dict {'all': [...]}
3 years ago
struct-member-if-invalid.json
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
5 years ago
struct-member-if-invalid.out
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
5 years ago
struct-member-invalid-dict.err
qapi: Enforce type naming rules
4 years ago
struct-member-invalid-dict.json
qapi: Enforce type naming rules
4 years ago
struct-member-invalid-dict.out
qapi: add a dictionary form for TYPE
6 years ago
struct-member-invalid.err
qapi: Fix error message when type name or array is expected
2 years ago
struct-member-invalid.json
qapi: Enforce type naming rules
4 years ago
struct-member-invalid.out
tests/qapi-schema: Cover non-string, non-dictionary members
9 years ago
struct-member-name-clash.err
qapi: Enforce struct member naming rules
4 years ago
struct-member-name-clash.json
qapi: Enforce struct member naming rules
4 years ago
struct-member-name-clash.out
tests/qapi-schema: Switch member name clash test to struct
4 years ago
sub-sub-module.json
schemas: Add vim modeline
4 years ago
test-qapi.py
qapi: Rename visitor parameter @variants to @alternatives
7 months ago
trailing-comma-list.err
qapi: Fix parse errors for removal of null from schema language
4 years ago
trailing-comma-list.json
…
trailing-comma-list.out
…
trailing-comma-object.err
qapi: Speed up frontend tests
5 years ago
trailing-comma-object.json
…
trailing-comma-object.out
…
type-bypass-bad-gen.err
qapi: Speed up frontend tests
5 years ago
type-bypass-bad-gen.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
type-bypass-bad-gen.out
qapi: More rigorous checking for type safety bypass
10 years ago
type-case.err
qapi: Enforce type naming rules
4 years ago
type-case.json
qapi: Enforce type naming rules
4 years ago
type-case.out
qapi: Enforce type naming rules
4 years ago
unclosed-list.err
qapi: Speed up frontend tests
5 years ago
unclosed-list.json
…
unclosed-list.out
…
unclosed-object.err
qapi: Speed up frontend tests
5 years ago
unclosed-object.json
…
unclosed-object.out
…
unclosed-string.err
qapi: Speed up frontend tests
5 years ago
unclosed-string.json
…
unclosed-string.out
…
union-array-branch.err
qapi: Improve error message for unexpected array types
2 years ago
union-array-branch.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-array-branch.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-bad-base.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-bad-base.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-bad-base.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-bad-discriminator.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-bad-discriminator.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-bad-discriminator.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-base-any.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-base-any.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-base-any.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-base-empty.err
qapi: Speed up frontend tests
5 years ago
union-base-empty.json
qapi: Drop simple unions
3 years ago
union-base-empty.out
tests/qapi-schema: Cover empty union base
8 years ago
union-base-no-discriminator.err
qapi: Drop simple unions
3 years ago
union-base-no-discriminator.json
qapi: Drop simple unions
3 years ago
union-base-no-discriminator.out
qapi: Forbid base without discriminator in unions
10 years ago
union-base-union.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-base-union.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-base-union.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-branch-if-invalid.err
qapi: make 'if' condition strings simple identifiers
3 years ago
union-branch-if-invalid.json
qapi: replace if condition list with dict {'all': [...]}
3 years ago
union-branch-if-invalid.out
qapi: Fix missing 'if' checks in struct, union, alternate 'data'
5 years ago
union-branch-invalid-dict.err
tests/qapi-schema: Purge simple unions from tests
3 years ago
union-branch-invalid-dict.json
tests/qapi-schema: Purge simple unions from tests
3 years ago
union-branch-invalid-dict.out
qapi: add a dictionary form for TYPE
6 years ago
union-clash-member.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-clash-member.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-clash-member.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-discriminator-bad-name.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-discriminator-bad-name.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-discriminator-bad-name.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-empty.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-empty.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-empty.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-inline-invalid-dict.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-inline-invalid-dict.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-inline-invalid-dict.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-int-branch.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-int-branch.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-int-branch.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-invalid-base.err
qapi: Speed up frontend tests
5 years ago
union-invalid-base.json
qapi: Back out doc comments added just to please qapi.py
8 years ago
union-invalid-base.out
qapi script: check correctness of union
11 years ago
union-invalid-branch-key.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-invalid-branch-key.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-invalid-branch-key.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-invalid-data.err
qapi/expr.py: Check type of union and alternate 'data' member
4 years ago
union-invalid-data.json
qapi/expr.py: Check type of union and alternate 'data' member
4 years ago
union-invalid-data.out
qapi/expr.py: Check type of union and alternate 'data' member
4 years ago
union-invalid-discriminator.err
tests/qapi-schema: Improve union discriminator coverage
2 years ago
union-invalid-discriminator.json
tests/qapi-schema: Improve union discriminator coverage
2 years ago
union-invalid-discriminator.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-invalid-if-discriminator.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-invalid-if-discriminator.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-invalid-if-discriminator.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-invalid-union-subfield.err
qapi: allow unions to contain further unions
2 years ago
union-invalid-union-subfield.json
qapi: allow unions to contain further unions
2 years ago
union-invalid-union-subfield.out
qapi: allow unions to contain further unions
2 years ago
union-invalid-union-subtype.err
qapi: allow unions to contain further unions
2 years ago
union-invalid-union-subtype.json
qapi: allow unions to contain further unions
2 years ago
union-invalid-union-subtype.out
qapi: allow unions to contain further unions
2 years ago
union-no-base.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-no-base.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-no-base.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-optional-discriminator.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-optional-discriminator.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-optional-discriminator.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-string-discriminator.err
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-string-discriminator.json
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-string-discriminator.out
tests/qapi-schema: Rename flat-union-* test cases to union-*
3 years ago
union-unknown.err
tests/qapi-schema: Purge simple unions from tests
3 years ago
union-unknown.json
tests/qapi-schema: Purge simple unions from tests
3 years ago
union-unknown.out
qapi: More rigourous checking of types
10 years ago
unknown-escape.err
qapi: Speed up frontend tests
5 years ago
unknown-escape.json
qapi: Drop support for escape sequences other than \\
5 years ago
unknown-escape.out
qapi: Support (subset of) \u escapes in strings
10 years ago
unknown-expr-key.err
qapi: Enforce type naming rules
4 years ago
unknown-expr-key.json
qapi: Enforce type naming rules
4 years ago
unknown-expr-key.out
qapi: Better error messages for bad expressions
10 years ago