On 15.02.2018 21:19, Dr. David Alan Gilbert wrote: > * Peter Maydell (peter.mayd...@linaro.org) wrote: >> On 14 February 2018 at 15:39, Dr. David Alan Gilbert (git) >> <dgilb...@redhat.com> wrote: >>> From: "Dr. David Alan Gilbert" <dgilb...@redhat.com> >>> >>> The following changes since commit bec9c64ef7be8063f1192608b83877bc5c9ea217: >>> >>> Merge remote-tracking branch 'remotes/bonzini/tags/for-upstream' into >>> staging (2018-02-13 18:24:08 +0000) >>> >>> are available in the Git repository at: >>> >>> git://github.com/dagrh/qemu.git tags/pull-migration-20180214a >>> >>> for you to fetch changes up to 3e0c8050ebba3f55dc2d92b3790a3cfb80786d07: >>> >>> migration: pass MigrationState to migrate_init() (2018-02-14 10:37:09 >>> +0000) >>> >>> ---------------------------------------------------------------- >>> Migration pull 20180214 >>> >>> Note that the 'Add test for migration to bad destination' displays >>> a 'Connection refused' during running, but still gives the correct exit >>> code and OK (It's checking that the source doesn't fail when >>> it can't connect, so that's the right error). >>> If it's particularly disliked that patch can be skipped individually. >>> >>> ---------------------------------------------------------------- >> >> Hi. This fails 'make check' on aarch64 host: >> QTEST_QEMU_BINARY=hppa-softmmu/qemu-system-hppa >> QTEST_QEMU_IMG=qemu-img MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( >> ${RANDOM >> :-0} % 255 + 1))} gtester -k --verbose -m=quick tests/boot-serial-test >> tests/qmp-test tests/device-introspect-test test >> s/qom-test tests/test-hmp >> TEST: tests/boot-serial-test... (pid=2306) >> /hppa/boot-serial/hppa: ** >> ERROR:/home/pm215/qemu/tests/boot-serial-test.c:137:check_guest_output: >> assertion failed: (output_ok) >> FAIL >> GTester: last random seed: R02S43359b02a322915508b897be44a0e9c6 >> (pid=7220) >> FAIL: tests/boot-serial-test > > I can't obviously see a reason why it should in any way affect that > test; however I'll try and grab an aarch64 box tomorrow.
For the records: It's a bug in the boot-serial tester. I've just sent a mail with a fix: "tests/boot-serial-test: Fix problem with timeout due to dropped characters". Thomas