From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46959) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYXR6-0002Rc-HZ for qemu-devel@nongnu.org; Tue, 22 Oct 2013 04:35:37 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VYXR1-0008A1-H8 for qemu-devel@nongnu.org; Tue, 22 Oct 2013 04:35:32 -0400 Received: from static.88-198-71-155.clients.your-server.de ([88.198.71.155]:38588 helo=socrates.bennee.com) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VYXR1-000879-9b for qemu-devel@nongnu.org; Tue, 22 Oct 2013 04:35:27 -0400 References: <1382400765-26377-1-git-send-email-sebastian@macke.de> <1382400765-26377-10-git-send-email-sebastian@macke.de> From: Alex =?utf-8?Q?Benn=C3=A9e?= In-reply-to: <1382400765-26377-10-git-send-email-sebastian@macke.de> Date: Tue, 22 Oct 2013 09:35:24 +0100 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Subject: Re: [Qemu-devel] [PATCH_v2 9/9] target-openrisc: Correct carry flagcheck of l.addc and l.addic test casess List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Sebastian Macke Cc: openrisc@lists.openrisc.net, openrisc@lists.opencores.org, qemu-devel@nongnu.org, proljc@gmail.com sebastian@macke.de writes: > The test cases did not correctly test for the carry flag. Out of interest how are you building your test cases, cross-compiling or from within the emulated environment? I want to clean-up and resurrect the TCG tests but one of the challenges is all the non-x86 targets need to be built somehow. Cheers, -- Alex Bennée