summaryrefslogtreecommitdiff
path: root/tests/qapi-schema
AgeCommit message (Expand)AuthorFilesLines
2015-06-18qapi: Catch and reject flat union branch of array typeMarkus Armbruster1-10/+1
2015-06-18tests/qapi-schema: New flat union array branch test caseMarkus Armbruster4-0/+23
2015-06-18qapi: Fix file name in error messages for included filesMarkus Armbruster2-3/+3
2015-05-14qapi: Support downstream events and commandsEric Blake2-1/+8
2015-05-14qapi: Support downstream alternatesEric Blake2-2/+6
2015-05-14qapi: Support downstream flat unionsEric Blake2-2/+10
2015-05-14qapi: Support downstream simple unionsEric Blake2-2/+5
2015-05-14qapi: Support downstream structsEric Blake2-2/+10
2015-05-14qapi: Support downstream enumsEric Blake2-1/+6
2015-05-05qapi: Check for member name conflicts with a base classEric Blake12-12/+23
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake24-3/+29
2015-05-05qapi: Drop support for inline nested typesEric Blake9-11/+7
2015-05-05qapi: Drop tests for inline nested structsEric Blake2-5/+15
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake2-12/+4
2015-05-05qapi: Use 'struct' instead of 'type' in schemaEric Blake33-66/+66
2015-05-05qapi: Prefer 'struct' over 'type' in generatorEric Blake19-52/+52
2015-05-05qapi: More rigorous checking for type safety bypassEric Blake8-10/+6
2015-05-05qapi: Whitelist commands that don't return dictionaryEric Blake10-17/+9
2015-05-05qapi: Require valid namesEric Blake18-26/+14
2015-05-05qapi: More rigourous checking of typesEric Blake51-68/+39
2015-05-05qapi: Add some type check testsEric Blake60-0/+112
2015-05-05qapi: Unify type bypass and add testsEric Blake12-0/+18
2015-05-05qapi: Allow true, false and null in schema jsonFam Zheng2-2/+1
2015-05-05qapi: Better error messages for duplicated expressionsEric Blake28-40/+21
2015-05-05qapi: Add tests of redefined expressionsEric Blake24-0/+43
2015-05-05qapi: Better error messages for bad expressionsEric Blake23-29/+19
2015-05-05qapi: Add some expr testsEric Blake44-0/+67
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake20-41/+32
2015-05-05qapi: Rename anonymous union type in testEric Blake2-3/+3
2015-05-05qapi: Segregate anonymous unions into alternates in generatorEric Blake2-2/+2
2015-05-05qapi: Tighten checking of unionsEric Blake46-75/+36
2015-05-05qapi: Forbid base without discriminator in unionsEric Blake6-16/+3
2015-05-05qapi: Add some union testsEric Blake88-6/+314
2015-05-05qapi: Better error messages for bad enumsEric Blake18-27/+14
2015-05-05qapi: Add some enum testsEric Blake36-0/+61
2015-05-05qapi: Fix generation of 'size' builtin typeEric Blake2-2/+3
2014-09-26tests: add QMP input visitor test for unions with no discriminatorMichael Roth2-0/+13
2014-06-27qapi script: clean up in scriptsWenchao Xia1-1/+1
2014-06-23test: add test cases for qapi eventWenchao Xia2-2/+20
2014-06-23qapi script: add event supportWenchao Xia4-0/+4
2014-05-16qapi: skip redundant includesBenoît Canet5-0/+9
2014-05-08qapi: Add a primitive to include other files from a QAPI schema fileLluís Vilanova41-0/+43
2014-05-08qapi: Use an explicit input fileLluís Vilanova18-18/+19
2014-05-08qapi: [trivial] Do not catch unknown exceptions in "test-qapi.py"Lluís Vilanova1-3/+0
2014-03-11qapi script: do not allow string discriminatorWenchao Xia6-5/+28
2014-03-11qapi script: support enum type as discriminator in unionWenchao Xia4-0/+27
2014-03-11qapi script: check correctness of unionWenchao Xia16-0/+62
2014-03-11qapi script: add check for duplicated keyWenchao Xia4-0/+4
2014-03-11qapi script: remember explicitly defined enum valuesWenchao Xia2-6/+6
2014-03-03tests/qapi-schema: Cover flat union typesMarkus Armbruster2-0/+9