summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * tests/tcg/i386: extend timeout for runcom testAlex Bennée2018-06-201-0/+1
| * tests/tcg: override runners for broken testsAlex Bennée2018-06-202-1/+9
| * tests/tcg: add run, diff, and skip helper macrosAlex Bennée2018-06-205-19/+20
| * tests/Makefile.include: add [build|clean|check]-tcg targetsAlex Bennée2018-06-201-1/+25
| * Makefile.target: add (clean-/build-)guest-tests targetsAlex Bennée2018-06-201-0/+88
| * tests/tcg/Makefile: update to be called from Makefile.targetAlex Bennée2018-06-201-107/+76Star
| * tests/tcg: enable building for PowerPCAlex Bennée2018-06-203-2/+19
| * docker: move debian-powerpc-cross to sid based buildAlex Bennée2018-06-204-85/+7Star
| * tests/tcg: enable building for RISCV64Alex Bennée2018-06-203-0/+23
| * tests/tcg: enable building for mips64Alex Bennée2018-06-203-0/+16
| * tests/tcg: enable building for sparc64Alex Bennée2018-06-204-0/+21
| * tests/tcg: enable building for sh4Alex Bennée2018-06-204-0/+24
| * tests/tcg: enable building for m68kAlex Bennée2018-06-204-0/+22
| * tests/tcg: enable building for HPPAAlex Bennée2018-06-204-0/+21
| * tests/tcg/alpha: add Alpha specific testsAlex Bennée2018-06-206-61/+17Star
| * tests/tcg: enable building for AlphaAlex Bennée2018-06-205-0/+59
| * tests/tcg: enable building for ppc64Alex Bennée2018-06-201-0/+2
| * tests/tcg: enable building for s390xAlex Bennée2018-06-201-0/+2
| * tests/tcg/mips: include common mips hello-mipsAlex Bennée2018-06-201-0/+19
| * tests/docker/Makefile.include: fix mipsel-cross dependancyAlex Bennée2018-06-201-0/+1
| * tests/tcg: enable building for MIPSAlex Bennée2018-06-201-0/+17
| * tests/tcg: move MIPS specific tests into subdirAlex Bennée2018-06-203-11/+7Star
| * tests/tcg/arm: add fcvt test cases for AArch32/64Alex Bennée2018-06-205-1/+7027
| * tests/tcg: enable building for AArch64Alex Bennée2018-06-201-0/+8
| * tests/tcg/arm: fix up test-arm-iwmmxt testAlex Bennée2018-06-202-0/+5
| * tests/tcg: enable building for ARMAlex Bennée2018-06-202-1/+12
| * tests/tcg: move ARM specific tests into subdirAlex Bennée2018-06-205-9/+24
| * tests/tcg/i386/test-i386: fix printf formatAlex Bennée2018-06-201-1/+1
| * tests/tcg/i386/test-i386: use modern vector_size attributesAlex Bennée2018-06-201-2/+2
| * tests/tcg/x86_64: add Makefile.targetAlex Bennée2018-06-202-2/+17
| * tests/tcg/i386: add runner for test-i386-fpremAlex Bennée2018-06-202-3/+25
| * tests/tcg/i386: fix test-i386Alex Bennée2018-06-201-1/+0Star
| * tests/tcg/i386: Build fix for hello-i386Fam Zheng2018-06-201-0/+1
| * tests/tcg: enable building for i386Alex Bennée2018-06-202-0/+16
| * tests/tcg: move i386 specific tests into subdirAlex Bennée2018-06-2014-39/+68
| * tests/tcg/multiarch: move most output to stdoutAlex Bennée2018-06-201-20/+20
| * tests/tcg/multiarch: don't hard code paths/ports for linux-testAlex Bennée2018-06-201-18/+21
| * tests/tcg/multiarch: enable additional linux-test testsAlex Bennée2018-06-201-18/+33
| * tests/tcg/multiarch: Build fix for linux-testFam Zheng2018-06-201-47/+21Star
| * tests/tcg: move architecture independent tests into subdirAlex Bennée2018-06-209-194/+41Star
| * docker: Makefile.include introduce DOCKER_SCRIPTAlex Bennée2018-06-201-4/+6
| * docker: allow "cc" command to run in user contextAlex Bennée2018-06-201-0/+4
| * docker: extend "cc" command to accept compilerAlex Bennée2018-06-201-1/+3
| * docker: Add "cc" subcommandAlex Bennée2018-06-201-0/+25
| * docker: docker.py wrap StringIO import for python3Alex Bennée2018-06-201-1/+4
* | Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2018-06-20-v2' into...Peter Maydell2018-06-221-88/+5Star
|\ \
| * | tests: Simplify .gitignoreEric Blake2018-06-211-88/+5Star
| |/
* | Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20180615' into stagingPeter Maydell2018-06-212-15/+26
|\ \ | |/ |/|
| * qht: return existing entry when qht_insert failsEmilio G. Cota2018-06-152-3/+9
| * qht: require a default comparison functionEmilio G. Cota2018-06-152-12/+17