Am 07.03.2014 13:06, schrieb Alex Bennée: > > Stefan Weil <s...@weilnetz.de> writes: > >> 'make test' is broken at least since commit >> baacf04799ace72a9c735dd9306a1ceaf305e7cf. Several source files were moved >> to util/, and some of them there split, so add the missing prefix and new >> files to fix the compiler and linker errors. > > I'm curious as why the Travis builds didn't pick this up? > > https://travis-ci.org/qemu/qemu/builds > > Does it require more libraries/features enabled to cause the breakage?
Neither a simple 'make' nor a 'make check' will trigger the breakage because no other target depends on 'test', so you have to add that target explicitly. In the meantime I tried older versions. Even version 1.1 already shows unwanted differences between native and QEMU emulated FPU operations. The test binary is now available from this URL: http://qemu.weilnetz.de/test/user/i386/test-i386 Run it native and with qemu-i386 and compare the output of both runs to see the problems. Stefan