summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2015-05-05qapi: Check for member name conflicts with a base classEric Blake13-13/+25
2015-05-05qapi: Support (subset of) \u escapes in stringsEric Blake25-3/+31
2015-05-05qapi: Drop support for inline nested typesEric Blake9-11/+7
2015-05-05qapi: Drop tests for inline nested structsEric Blake6-63/+90
2015-05-05qapi: Merge UserDefTwo and UserDefNested in testsEric Blake7-103/+102
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 Blake61-3/+119
2015-05-05qapi: Unify type bypass and add testsEric Blake13-0/+19
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 Blake25-0/+45
2015-05-05qapi: Better error messages for bad expressionsEric Blake23-29/+19
2015-05-05qapi: Add some expr testsEric Blake45-3/+72
2015-05-05qapi: Use 'alternate' to replace anonymous unionEric Blake20-41/+32
2015-05-05qapi: Rename anonymous union type in testEric Blake5-33/+33
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 Blake8-71/+3
2015-05-05qapi: Clean up test coverage of simple unionsEric Blake3-70/+86
2015-05-05qapi: Add some union testsEric Blake89-9/+325
2015-05-05qapi: Better error messages for bad enumsEric Blake18-27/+14
2015-05-05qapi: Add some enum testsEric Blake37-1/+66
2015-05-05qapi: Fix generation of 'size' builtin typeEric Blake2-2/+3
2015-04-30misc: Fix new collection of typosStefan Weil1-2/+2
2015-04-28qtest: Add assertion that required environment variable is setEd Maste1-0/+1
2015-04-28qtest/ahci: add flush retry testJohn Snow1-0/+44
2015-04-28libqos: add blkdebug_prepare_scriptJohn Snow3-22/+24
2015-04-28libqtest: add qmp_asyncJohn Snow2-1/+56
2015-04-28libqtest: add qmp_eventwaitJohn Snow3-10/+37
2015-04-28qtest/ahci: Allow override of default CLI optionsJohn Snow3-22/+51
2015-04-28qtest/ahci: Add simple flush testJohn Snow1-0/+34
2015-04-28qtest/ahci: test different disk sectorsJohn Snow3-19/+63
2015-04-28qtest/ahci: add qcow2 support to ahci-testJohn Snow4-10/+53
2015-04-28iotests: add incremental backup granularity testsJohn Snow2-13/+49
2015-04-28iotests: add incremental backup failure recovery testJohn Snow2-2/+59
2015-04-28iotests: add simple incremental backup caseJohn Snow2-6/+172
2015-04-28iotests: add QMP event waiting queueJohn Snow1-0/+38
2015-04-28iotests: add invalid input incremental backup testsJohn Snow3-0/+110
2015-04-28hbitmap: truncate testsJohn Snow1-0/+255
2015-04-28qemu-iotests: Test that "stop" doesn't drain block jobsFam Zheng3-0/+92
2015-04-28qemu-iotests: Some qemu-img convert testsKevin Wolf3-0/+433
2015-04-28iothread: release iothread around aio_pollPaolo Bonzini1-8/+11
2015-04-08qcow2: Fix header update with overridden backing fileKevin Wolf3-0/+139
2015-03-30i440fx-test: Fix test paths to include architectureAndreas Färber1-6/+6
2015-03-30qtest: Add qtest_add() wrapper macroAndreas Färber1-0/+20