From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1WLu4y-0001HE-1C for mharc-qemu-trivial@gnu.org; Fri, 07 Mar 2014 07:40:44 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39804) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLu4r-00010g-2O for qemu-trivial@nongnu.org; Fri, 07 Mar 2014 07:40:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLu4l-0000jZ-Bk for qemu-trivial@nongnu.org; Fri, 07 Mar 2014 07:40:36 -0500 Received: from v220110690675601.yourvserver.net ([37.221.199.173]:52965) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLu4a-0000c9-79; Fri, 07 Mar 2014 07:40:20 -0500 Received: from localhost (v220110690675601.yourvserver.net.local [127.0.0.1]) by v220110690675601.yourvserver.net (Postfix) with ESMTP id 05CED72800C8; Fri, 7 Mar 2014 13:40:16 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at weilnetz.de Received: from v220110690675601.yourvserver.net ([127.0.0.1]) by localhost (v220110690675601.yourvserver.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id BkutLd2lDFBb; Fri, 7 Mar 2014 13:40:14 +0100 (CET) Received: from [192.168.178.35] (p54AD87DD.dip0.t-ipconnect.de [84.173.135.221]) by v220110690675601.yourvserver.net (Postfix) with ESMTPSA id 588BA72800C7; Fri, 7 Mar 2014 13:40:13 +0100 (CET) Message-ID: <5319BE2C.7040801@weilnetz.de> Date: Fri, 07 Mar 2014 13:40:12 +0100 From: Stefan Weil User-Agent: Mozilla/5.0 (X11; Linux i686; rv:24.0) Gecko/20100101 Thunderbird/24.3.0 MIME-Version: 1.0 To: =?UTF-8?B?QWxleCBCZW5uw6ll?= References: <1394187082-31986-1-git-send-email-sw@weilnetz.de> <871tyecixy.fsf@linaro.org> In-Reply-To: <871tyecixy.fsf@linaro.org> X-Enigmail-Version: 1.5.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 37.221.199.173 Cc: qemu-trivial@nongnu.org, Peter Maydell , qemu-devel@nongnu.org, qemu-stable@nongnu.org, Richard Henderson Subject: Re: [Qemu-trivial] [Qemu-devel] [PATCH] tests: Fix 'make test' for i686 hosts (buildregression)) X-BeenThere: qemu-trivial@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Mar 2014 12:40:42 -0000 Am 07.03.2014 13:06, schrieb Alex Benn=C3=A9e: >=20 > Stefan Weil writes: >=20 >> 'make test' is broken at least since commit >> baacf04799ace72a9c735dd9306a1ceaf305e7cf. Several source files were mo= ved >> to util/, and some of them there split, so add the missing prefix and = new >> files to fix the compiler and linker errors. >=20 > I'm curious as why the Travis builds didn't pick this up? >=20 > https://travis-ci.org/qemu/qemu/builds >=20 > 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 From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39716) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLu4e-0000h9-L8 for qemu-devel@nongnu.org; Fri, 07 Mar 2014 07:40:29 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WLu4Z-0000c5-Mc for qemu-devel@nongnu.org; Fri, 07 Mar 2014 07:40:24 -0500 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=49907 helo=v220110690675601.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WLu4Z-0000bo-HF for qemu-devel@nongnu.org; Fri, 07 Mar 2014 07:40:19 -0500 Message-ID: <5319BE2C.7040801@weilnetz.de> Date: Fri, 07 Mar 2014 13:40:12 +0100 From: Stefan Weil MIME-Version: 1.0 References: <1394187082-31986-1-git-send-email-sw@weilnetz.de> <871tyecixy.fsf@linaro.org> In-Reply-To: <871tyecixy.fsf@linaro.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH] tests: Fix 'make test' for i686 hosts (buildregression)) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: =?UTF-8?B?QWxleCBCZW5uw6ll?= Cc: qemu-trivial@nongnu.org, Peter Maydell , qemu-devel@nongnu.org, qemu-stable@nongnu.org, Richard Henderson Am 07.03.2014 13:06, schrieb Alex Benn=C3=A9e: >=20 > Stefan Weil writes: >=20 >> 'make test' is broken at least since commit >> baacf04799ace72a9c735dd9306a1ceaf305e7cf. Several source files were mo= ved >> to util/, and some of them there split, so add the missing prefix and = new >> files to fix the compiler and linker errors. >=20 > I'm curious as why the Travis builds didn't pick this up? >=20 > https://travis-ci.org/qemu/qemu/builds >=20 > 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