From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:35265) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAm1p-0005X5-GA for qemu-devel@nongnu.org; Mon, 12 Jan 2015 15:56:02 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YAm1k-0007Ai-V3 for qemu-devel@nongnu.org; Mon, 12 Jan 2015 15:56:01 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34235) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YAm1k-0007Ac-NE for qemu-devel@nongnu.org; Mon, 12 Jan 2015 15:55:56 -0500 Date: Mon, 12 Jan 2015 22:55:51 +0200 From: "Michael S. Tsirkin" Message-ID: <20150112205551.GA3013@redhat.com> References: <20141129173618.GI22746@redhat.com> <20141130151255.GA10469@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] master: intermittent acpi-test failures List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Peter Maydell Cc: Paolo Bonzini , QEMU Developers On Mon, Jan 12, 2015 at 08:04:31PM +0000, Peter Maydell wrote: > On 12 January 2015 at 19:49, Peter Maydell wrote: > > This turns out to be a bug in RTH's patchset which I was testing > > which coincidentally had the same symptoms. > > More generally, I think this ACPI test is the first (only?) time we > try to actually run guest code in "make check", so if we break 64-on-32 > TCG then it manifests as "this ACPI test times out"... > > -- PMM Though I have plans to add tests like that for device ROMs and PXE as well. So more tests will fail :) -- MST