Merge remote-tracking branch 'remotes/stsquad/tags/pull-testing-for-4.0-120319-1' into staging
Final testing fixes for 4.0
- various CI tweaks and fixes
- fixes for some tcg tests
- addition of system tcg tests
# gpg: Signature made Tue 12 Mar 2019 17:07:24 GMT
# gpg: using RSA key 6685AE99E75167BCAFC8DF35FBD0DB095A9E2A44
# gpg: Good signature from "Alex Bennée (Master Work Key) <alex.bennee@linaro.org>" [full]
# Primary key fingerprint: 6685 AE99 E751 67BC AFC8 DF35 FBD0 DB09 5A9E 2A44
* remotes/stsquad/tags/pull-testing-for-4.0-120319-1: (26 commits)
.travis.yml: add softmmu check-tcg tests
.travis.yml: separate softfloat from check-tcg
tests/tcg/arm: account for pauth randomness
tests/tcg/i386: add memory test to exercise softmmu
tests/tcg/i386: add system mode Hello World test
tests/tcg: provide a minilib for system tests
tests/tcg: enable cris base user-mode tests
tests/tcg/cris: align mul operations
tests/tcg/cris: comment out the ccs test
tests/tcg: split cris tests into bare and libc directories
tests/tcg/cris: cleanup sys.c
tests/docker: add fedora-cris-cross compilers
tests/tcg/arm: add ARMv6-M UNDEFINED 32-bit instruction test
tests/tcg/xtensa: enable system tests
tests/docker: add debian-xtensa-cross image
tests/tcg/mips: fix hello-mips compilation
tests/tcg: add gdb runner variant
tests/tcg: split run-test into user and system variants
tests/tcg: add QEMU_OPT option for test runner
tests/tcg: enable tcg tests for softmmu
...
Signed-off-by:
Peter Maydell <peter.maydell@linaro.org>
No related branches found
No related tags found
Showing
- .travis.yml 23 additions, 7 deletions.travis.yml
- Makefile 2 additions, 1 deletionMakefile
- Makefile.target 0 additions, 2 deletionsMakefile.target
- tests/Makefile.include 4 additions, 5 deletionstests/Makefile.include
- tests/docker/Makefile.include 1 addition, 0 deletionstests/docker/Makefile.include
- tests/docker/dockerfiles/debian-xtensa-cross.docker 31 additions, 0 deletionstests/docker/dockerfiles/debian-xtensa-cross.docker
- tests/docker/dockerfiles/fedora-cris-cross.docker 8 additions, 0 deletionstests/docker/dockerfiles/fedora-cris-cross.docker
- tests/tcg/Makefile 39 additions, 2 deletionstests/tcg/Makefile
- tests/tcg/Makefile.include 1 addition, 1 deletiontests/tcg/Makefile.include
- tests/tcg/aarch64/pauth-1.c 20 additions, 6 deletionstests/tcg/aarch64/pauth-1.c
- tests/tcg/arm/Makefile.softmmu-target 29 additions, 0 deletionstests/tcg/arm/Makefile.softmmu-target
- tests/tcg/arm/test-armv6m-undef.S 154 additions, 0 deletionstests/tcg/arm/test-armv6m-undef.S
- tests/tcg/arm/test-armv6m-undef.ld 21 additions, 0 deletionstests/tcg/arm/test-armv6m-undef.ld
- tests/tcg/cris/Makefile 0 additions, 168 deletionstests/tcg/cris/Makefile
- tests/tcg/cris/Makefile.include 6 additions, 0 deletionstests/tcg/cris/Makefile.include
- tests/tcg/cris/Makefile.target 58 additions, 0 deletionstests/tcg/cris/Makefile.target
- tests/tcg/cris/bare/check_addcv17.s 0 additions, 0 deletionstests/tcg/cris/bare/check_addcv17.s
- tests/tcg/cris/bare/check_addi.s 0 additions, 0 deletionstests/tcg/cris/bare/check_addi.s
- tests/tcg/cris/bare/check_addiv32.s 0 additions, 0 deletionstests/tcg/cris/bare/check_addiv32.s
- tests/tcg/cris/bare/check_addm.s 0 additions, 0 deletionstests/tcg/cris/bare/check_addm.s
Loading
Please register or sign in to comment