From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87967 invoked by alias); 25 Jul 2015 20:32:17 -0000 Mailing-List: contact libffi-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libffi-discuss-owner@sourceware.org Received: (qmail 87954 invoked by uid 89); 25 Jul 2015 20:32:17 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=3.2 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 X-HELO: vms173025pub.verizon.net Received: from vms173025pub.verizon.net (HELO vms173025pub.verizon.net) (206.46.173.25) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Sat, 25 Jul 2015 20:32:16 +0000 Received: from [172.16.0.198] ([108.7.153.234]) by vms173025.mailsrvcs.net (Oracle Communications Messaging Server 7.0.5.32.0 64bit (built Jul 16 2014)) with ESMTPA id <0NS200I379115211@vms173025.mailsrvcs.net> for libffi-discuss@sourceware.org; Sat, 25 Jul 2015 15:31:59 -0500 (CDT) X-CMAE-Score: 0 X-CMAE-Analysis: v=2.1 cv=btqxfxui c=1 sm=1 tr=0 a=NKx2NVwvlY9SvMLMADep1Q==:117 a=2z1OXlWFAAAA:8 a=oR5dmqMzAAAA:8 a=-9mUelKeXuEA:10 a=IkcTkHD0fZMA:10 a=zOBTXjUuO1YA:10 a=_radJR94gVOgd0X8Hf4A:9 a=QEXdDO2ut3YA:10 From: Timothy Wall Content-type: text/plain; charset=utf-8 Content-transfer-encoding: quoted-printable Subject: Running libffi tests under cygwin/mingw32 Message-id: <0C81F124-683F-49C6-8752-DC203848CA7E@users.sf.net> Date: Sat, 25 Jul 2015 20:32:00 -0000 To: libffi-discuss@sourceware.org MIME-version: 1.0 (Mac OS X Mail 8.2 \(2102\)) X-SW-Source: 2015/txt/msg00076.txt.bz2 I=E2=80=99m encountering a problem with some tests in my package around ret= urning structures by value and need to track down the corresponding libffi = tests. Is there a recommended way of running the libffi tests under windows? I ha= d been building with gcc3 and -mno-cygwin, but that is no longer an option.= I updated the builds to use i686-pc-mingw32-gcc under cygwin, which mostl= y works, but I have outstanding failures I need to check against libffi=E2= =80=99s test suite. When I force configure to use the mingw32 cross-compiler, all the tests fai= l. They work when using cygwin=E2=80=99s vanilla gcc, but that=E2=80=99s n= ot the compiler I want.