From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:45352) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkWpJ-0001fk-7T for qemu-devel@nongnu.org; Sun, 24 Nov 2013 05:22:13 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1VkWpA-00058b-Qd for qemu-devel@nongnu.org; Sun, 24 Nov 2013 05:22:05 -0500 Received: from [2a03:4000:1::4e2f:c7ac:d] (port=42291 helo=v220110690675601.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1VkWpA-00058S-Jb for qemu-devel@nongnu.org; Sun, 24 Nov 2013 05:21:56 -0500 Message-ID: <5291D335.7040206@weilnetz.de> Date: Sun, 24 Nov 2013 11:21:41 +0100 From: Stefan Weil MIME-Version: 1.0 References: <20131121084046.GE27039@stefanha-thinkpad.redhat.com> <528F000C.4040103@weilnetz.de> <20131122105412.GD24388@stefanha-thinkpad.redhat.com> <1385124694.3681.87.camel@nilsson.home.kraxel.org> In-Reply-To: <1385124694.3681.87.camel@nilsson.home.kraxel.org> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] Buildbot failure: MinGW List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Gerd Hoffmann , Stefan Hajnoczi Cc: qemu-devel Am 22.11.2013 13:51, schrieb Gerd Hoffmann: > Hi, > >>> 'make check' for MinGW cross builds needs an installation of wine to run >>> the resulting exe files. > I don't think it is a good idea to run tests for cross builds by > default. > > cheers, > Gerd Why not? In this case (MinGW), setting up cross builds is rather easy, and also testing them with Wine seems to be easy and successful: it detects the current coroutine problem, for example. If we don't want tests for the MinGW cross build, the buildbot configuration should to be changed - otherwise we'll always see "failed test" instead of "build successful" for MinGW. Cheers, Stefan