aboutsummaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-09-26Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2019-09-24-v2' into...Peter Maydell3-2/+7
2019-09-25Merge remote-tracking branch 'remotes/armbru/tags/pull-qapi-2019-09-24' into ...Peter Maydell104-108/+139
2019-09-24tests: Use iothreads during iotest 223Eric Blake2-2/+5
2019-09-24nbd/client: Add hint when TLS is missingEric Blake1-0/+2
2019-09-24qapi: Fix missing 'if' checks in struct, union, alternate 'data'Markus Armbruster12-60/+6
2019-09-24qapi: Reject blank 'if' conditions in addition to empty onesMarkus Armbruster2-2/+2
2019-09-24qapi: Fix broken discriminator error messagesMarkus Armbruster6-6/+4
2019-09-24qapi: Remove null from schema languageMarkus Armbruster5-18/+4
2019-09-24qapi: Improve reporting of lexical errorsMarkus Armbruster2-2/+2
2019-09-24qapi: Use quotes more consistently in frontend error messagesMarkus Armbruster19-18/+19
2019-09-24tests/qapi-schema: Demonstrate suboptimal lexical errorsMarkus Armbruster6-1/+5
2019-09-24tests/qapi-schema: Demonstrate insufficient 'if' checkingMarkus Armbruster17-0/+96
2019-09-24tests/qapi-schema: Demonstrate broken discriminator errorsMarkus Armbruster4-10/+6
2019-09-24tests/qapi-schema: Demonstrate misleading optional tag errorMarkus Armbruster7-2/+17
2019-09-24tests/qapi-schema: Delete two redundant testsMarkus Armbruster10-11/+1
2019-09-24tests/qapi-schema: Cover unknown pragmaMarkus Armbruster5-0/+4
2019-09-24qapi: Tweak code to match docs/devel/qapi-code-gen.txtMarkus Armbruster6-6/+6
2019-09-24qapi: Adjust frontend errors to say enum value, not memberMarkus Armbruster2-2/+2
2019-09-24qapi: Permit omitting all flat union branchesMarkus Armbruster6-4/+18
2019-09-24qapi: Permit alternates with just one branchMarkus Armbruster4-6/+10
2019-09-24qapi: Permit 'boxed' with empty typeMarkus Armbruster8-6/+10
2019-09-24qapi: Drop support for escape sequences other than \\Markus Armbruster18-37/+4
2019-09-24qapi: Restrict strings to printable ASCIIMarkus Armbruster11-4/+9
2019-09-24tests/qapi-schema: Demonstrate bad reporting of funny charactersMarkus Armbruster2-2/+3
2019-09-24qapi: Drop support for boxed alternate argumentsMarkus Armbruster2-2/+2
2019-09-23Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell4-76/+110
2019-09-23Merge remote-tracking branch 'remotes/davidhildenbrand/tags/s390x-tcg-2019-09...Peter Maydell3-0/+136
2019-09-23Merge remote-tracking branch 'remotes/cminyard/tags/ipmi-for-release-2019-09-...Peter Maydell10-4/+5
2019-09-23tests/tcg: target/s390x: Test MVCDavid Hildenbrand2-0/+110
2019-09-23tests/tcg: target/s390x: Test MVODavid Hildenbrand2-0/+26
2019-09-20Acceptance tests: use avocado.utils.ssh for SSH interactionCleber Rosa2-56/+25
2019-09-20tests/acceptance: Add new test cases in linux_ssh_mips_malta.pyAleksandar Markovic1-0/+45
2019-09-20tests/acceptance: Refactor and improve reporting in linux_ssh_mips_malta.pyAleksandar Markovic1-15/+21
2019-09-20Acceptance test x86_cpu_model_versions: split into smaller testsCleber Rosa1-8/+15
2019-09-20Acceptance test x86_cpu_model_versions: fix mismatches between test and messagesCleber Rosa1-3/+3
2019-09-20Acceptance test x86_cpu_model_versions: shutdown VMsCleber Rosa1-0/+7
2019-09-20Acceptance test machine_m68k_nextcube.py: relax the error code patternCleber Rosa1-1/+1
2019-09-20pc: Add an SMB0 ACPI device to q35Corey Minyard8-0/+0
2019-09-20tests:ipmi: Fix IPMI BT testsCorey Minyard2-4/+5
2019-09-20Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell2-5/+8
2019-09-19BootLinuxSshTest: Only run the tests when explicitly requestedPhilippe Mathieu-Daudé1-5/+5
2019-09-19Replace '-machine accel=xyz' with '-accel xyz'Thomas Huth3-3/+3
2019-09-18tests/acceptance: Specify arch for QueryCPUModelExpansionDavid Gibson1-0/+3
2019-09-17Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into stagingPeter Maydell1-22/+22
2019-09-16qemu-iotests: Add test for bz #1745922Maxim Levitsky3-0/+132
2019-09-16tests/qemu-iotests: Fix qemu-io related output in 026.out.nocacheVladimir Sementsov-Ogievskiy1-84/+84
2019-09-16tests/Makefile: Do not print the name of the check-block.sh shell scriptThomas Huth1-1/+1
2019-09-16tests/qemu-iotests/check: Replace "tests" with "iotests" in final status textThomas Huth1-4/+4
2019-09-16test-char: fix AddressSanitizer failurePaolo Bonzini1-22/+22
2019-09-13Merge remote-tracking branch 'remotes/dgilbert/tags/pull-migration-20190912a'...Peter Maydell3-45/+140