aboutsummaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)Author
2015-09-04qapi: Simplify error reporting for array typesMarkus Armbruster
2015-09-04qapi: Fix errors for non-string, non-dictionary membersMarkus Armbruster
2015-09-04tests/qapi-schema: Cover non-string, non-dictionary membersMarkus Armbruster
2015-09-04tests/qapi-schema: Cover two more syntax errorsMarkus Armbruster
2015-09-04qapi: Drop one of two "simple union must not have base" checksMarkus Armbruster
2015-09-04qapi: Command returning anonymous type doesn't work, outlawMarkus Armbruster
2015-09-04qapi: Fix to reject union command and event argumentsMarkus Armbruster
2015-09-04qapi-tests: New tests for union, alternate command argumentsMarkus Armbruster
2015-09-04tests/qapi-schema: Rename tests from data- to args-Markus Armbruster
2015-09-04tests/qapi-schema: Restore test case for flat union base bugMarkus Armbruster
2015-09-04tests/qapi-schema: Document events with base don't workMarkus Armbruster
2015-09-04tests/qapi-schema: Document alternate's enum lacks visit functionMarkus Armbruster
2015-09-04qapi-visit: Fix generated code when schema has forward refsMarkus Armbruster
2015-06-18qapi: Catch and reject flat union branch of array typeMarkus Armbruster
2015-06-18tests/qapi-schema: New flat union array branch test caseMarkus Armbruster
2015-06-18qapi: Fix file name in error messages for included filesMarkus Armbruster
2015-05-14qapi: Support downstream events and commandsEric Blake
2015-05-14qapi: Support downstream alternatesEric Blake
2015-05-14qapi: Support downstream flat unionsEric Blake
2015-05-14qapi: Support downstream simple unionsEric Blake
2015-05-14qapi: Support downstream structsEric Blake
2015-05-14qapi: Support downstream enumsEric Blake
2015-05-05qapi: Check for member name conflicts with a base classEric Blake
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake
2015-05-05qapi: Drop support for inline nested typesEric Blake
2015-05-05qapi: Drop tests for inline nested structsEric Blake
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake
2015-05-05qapi: Use 'struct' instead of 'type' in schemaEric Blake
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake
2015-05-05qapi: More rigorous checking for type safety bypassEric Blake
2015-05-05qapi: Whitelist commands that don't return dictionaryEric Blake
2015-05-05qapi: Require valid namesEric Blake
2015-05-05qapi: More rigourous checking of typesEric Blake
2015-05-05qapi: Add some type check testsEric Blake
2015-05-05qapi: Unify type bypass and add testsEric Blake
2015-05-05qapi: Allow true, false and null in schema jsonFam Zheng
2015-05-05qapi: Better error messages for duplicated expressionsEric Blake
2015-05-05qapi: Add tests of redefined expressionsEric Blake
2015-05-05qapi: Better error messages for bad expressionsEric Blake
2015-05-05qapi: Add some expr testsEric Blake
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake
2015-05-05qapi: Rename anonymous union type in testEric Blake
2015-05-05qapi: Segregate anonymous unions into alternates in generatorEric Blake
2015-05-05qapi: Tighten checking of unionsEric Blake
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake
2015-05-05qapi: Add some union testsEric Blake
2015-05-05qapi: Better error messages for bad enumsEric Blake
2015-05-05qapi: Add some enum testsEric Blake
2015-05-05qapi: Fix generation of 'size' builtin typeEric Blake
2014-09-26tests: add QMP input visitor test for unions with no discriminatorMichael Roth