From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 91766 invoked by alias); 27 May 2016 05:25:54 -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 91716 invoked by uid 89); 27 May 2016 05:25:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_05,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_LOW autolearn=no version=3.3.2 spammy=Oracle, sk:sparc-s, sk:sparcs, MSB X-HELO: atl4mhob03.myregisteredsite.com Received: from atl4mhob03.myregisteredsite.com (HELO atl4mhob03.myregisteredsite.com) (209.17.115.41) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 27 May 2016 05:25:51 +0000 Received: from mailpod.hostingplatform.com ([10.30.77.36]) by atl4mhob03.myregisteredsite.com (8.14.4/8.14.4) with ESMTP id u4R5PnlL005248 for ; Fri, 27 May 2016 01:25:49 -0400 Received: (qmail 13601 invoked by uid 0); 27 May 2016 05:25:49 -0000 X-TCPREMOTEIP: 99.247.223.96 X-Authenticated-UID: dclarke@blastwave.org Received: from unknown (HELO ?172.16.35.41?) (dclarke@blastwave.org@99.247.223.96) by 0 with ESMTPA; 27 May 2016 05:25:49 -0000 Subject: Re: 137 test failures ? To: libffi-discuss@sourceware.org References: From: Dennis Clarke Message-ID: <9573ae0c-eddb-a1c7-f721-174701bc0a67@blastwave.org> Date: Fri, 27 May 2016 05:25:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:49.0) Gecko/20100101 Thunderbird/49.0a1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016/txt/msg00025.txt.bz2 > Also, system is Solaris 10 using the Oracle Studio 12.4 compiler set. As a follow up, to myself, I can easily compile and link anything in the testsuite and run manually provided that the correct $CFLAGS are used thus : $ pwd /usr/local/build/libffi-3.2.1_SunOS5.10_sparcv9.002 $ $CC $CFLAGS -I/usr/local/build/libffi-3.2.1_SunOS5.10_sparcv9.002/sparc-sun-solaris2.10 \ > -I /usr/local/build/libffi-3.2.1_SunOS5.10_sparcv9.002/sparc-sun-solaris2.10/include \ > -c -o /tmp/closure_fn0.o ./testsuite/libffi.call/closure_fn0.c $ $CC $CFLAGS -R `pwd`/sparc-sun-solaris2.10/.libs -L `pwd`/sparc-sun-solaris2.10/.libs -o /tmp/closure_fn0 /tmp/closure_fn0.o -lffi $ $ file /tmp/closure_fn0 /tmp/closure_fn0: ELF 64-bit MSB executable, SPARC V9, total store ordering, version 1, dynamically linked (uses shared libs), not stripped $ /tmp/closure_fn0 1 2 3 4 127 429 7 8 9 10 11 12 13 19 21 1 3: 680 res: 680 So the real question is, what are the expected results from every test and then I can run them all manually. Dennis