On 7 February 2017 at 07:50, Juan Quintela <quint...@redhat.com> wrote: > Peter Maydell <peter.mayd...@linaro.org> wrote: >> On 6 February 2017 at 16:51, Juan Quintela <quint...@redhat.com> wrote: > > >> I get a test failure on aarch64 host on one of the ppc guest tests: >> >> TEST: tests/prom-env-test... (pid=26435) >> /ppc64/prom-env/mac99: OK >> /ppc64/prom-env/g3beige: OK >> /ppc64/prom-env/pseries: ** >> ERROR:/home/petmay01/qemu/tests/prom-env-test.c:42:check_guest_memory: >> assertion failed (signature == MAGIC): (0x7c7f1b78 == 0xcafec0de) >> FAIL >> GTester: last random seed: R02Sbd97cf9617f5dd55ba90b08765cfa0d0 >> (pid=26445) >> FAIL: tests/prom-env-test >> >> >> This might just be the test having an overzealous timeout (I >> think I've seen this before a while back, when I was trying >> to do a 'make -j2 check' on this slow board); but on the other >> hand it's been fine recently but it failed twice trying to test >> this pullreq. > > I don't have n aarch64 host, all I can say is that make check worked on > x86_64. > > I would expect that this didn't change anything for prom enviroment, but > one never knows :p > > I will wait to see if ppc folks can take a look at this.
I tried this pull again, and got two good test runs in a row, so I suspect this is just the host being a bit slow and the timeout being a bit enthusiastic. Applied to master. thanks -- PMM