Alex Bennée <alex.ben...@linaro.org> writes: > Hi, > > Main changes since last version: > - clean-up test-mmap (no more re-definitions of run-test-mmap warnings) > - merged some patches > - added new run-test, diff-out and skip-test helpers > - fixed the powerpc cross compiler (now sid based) > - enabled testing for powerpc
Two late breaking problems are fixed with v5.1 patches. These are: > tests/tcg/i386: add runner for test-i386-fprem We no longer include a 69Mb reference file in the patch. The Makefile will generate on your hardware if it doesn't exist before running through QEMU. > tests/tcg: add run, diff, and skip helper macros A typo in the fprem test case to use diff-out instead of diff-test. If you want you can always grab a pre-made branch at: https://github.com/stsquad/qemu/tree/testing/tcg-tests-revival-v5.1 -- Alex Bennée