aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
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: Clean up test coverage of simple 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
2015-04-30misc: Fix new collection of typosStefan Weil
2015-04-28qtest: Add assertion that required environment variable is setEd Maste
2015-04-28qtest/ahci: add flush retry testJohn Snow
2015-04-28libqos: add blkdebug_prepare_scriptJohn Snow
2015-04-28libqtest: add qmp_asyncJohn Snow
2015-04-28libqtest: add qmp_eventwaitJohn Snow
2015-04-28qtest/ahci: Allow override of default CLI optionsJohn Snow
2015-04-28qtest/ahci: Add simple flush testJohn Snow
2015-04-28qtest/ahci: test different disk sectorsJohn Snow
2015-04-28qtest/ahci: add qcow2 support to ahci-testJohn Snow
2015-04-28iotests: add incremental backup granularity testsJohn Snow
2015-04-28iotests: add incremental backup failure recovery testJohn Snow
2015-04-28iotests: add simple incremental backup caseJohn Snow
2015-04-28iotests: add QMP event waiting queueJohn Snow
2015-04-28iotests: add invalid input incremental backup testsJohn Snow
2015-04-28hbitmap: truncate testsJohn Snow
2015-04-28qemu-iotests: Test that "stop" doesn't drain block jobsFam Zheng
2015-04-28qemu-iotests: Some qemu-img convert testsKevin Wolf
2015-04-28iothread: release iothread around aio_pollPaolo Bonzini
2015-04-08qcow2: Fix header update with overridden backing fileKevin Wolf
2015-03-30i440fx-test: Fix test paths to include architectureAndreas Färber
2015-03-30qtest: Add qtest_add() wrapper macroAndreas Färber