From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 89151 invoked by alias); 7 Apr 2018 23:25:00 -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 89128 invoked by uid 89); 7 Apr 2018 23:25:00 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE,KAM_NUMSUBJECT,RCVD_IN_DNSWL_NONE autolearn=no version=3.3.2 spammy=up, anthony, Anthony, are X-HELO: mail-lf0-f67.google.com Received: from mail-lf0-f67.google.com (HELO mail-lf0-f67.google.com) (209.85.215.67) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sat, 07 Apr 2018 23:24:58 +0000 Received: by mail-lf0-f67.google.com with SMTP id g203-v6so5158698lfg.11 for ; Sat, 07 Apr 2018 16:24:57 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=PxmiJX2kyoy77yiCux0QX31gssHjSBl6tesvLRxiWUs=; b=WiQmtOp3V8koDdnkBGC8+ALJLKa66fVwF91qG2KNIsVnC29v6sNK4IdnpPWsJOCBby t2SbI1TNQU1imvxcoY9+Q5nqpfAuIJGsg7Vxwi0Rs/koA/QycduEtdl74OLIKCTbv2vl WTb1ZXgcr5G7D6lUgZM08ivIG7d0FLyve7KRSAGXvUDE1tDmEJ/NLtt6DpCUTcARoYjL B0+spKf1TF+FFfp19nxHFEWBQV9PoNJt5ANGaaDdzAy/BrPz2cT5iCI/YdeCVIqp1tU6 BXiNy8B+3KNjCliA+/N/c/pdYj1VWx1vCtW3Ta51aWKhpvly+QEyJLuze7rLti5pyiSg OTUg== X-Gm-Message-State: ALQs6tAaidNNSqQby5+s/e+vd3HIs/PmW1o2FKljhG6oT614SwIw7Di0 Us+de44vDYWNEtK6MLQbwc61/DgwNBsIGF+ZFs6BWw== X-Google-Smtp-Source: AIpwx49FT9zhvanEVYivN+M3YVsGwLmvdqbkpBQ9/DEGUJabK70B0pxXjPwnodIlMBh8JPemOcxjF0rjLA7S1juQGVM= X-Received: by 2002:a19:9685:: with SMTP id y127-v6mr19491689lfd.77.1523143495840; Sat, 07 Apr 2018 16:24:55 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a19:ce8d:0:0:0:0:0 with HTTP; Sat, 7 Apr 2018 16:24:55 -0700 (PDT) In-Reply-To: References: From: Anthony Green Date: Sat, 07 Apr 2018 23:25:00 -0000 Message-ID: Subject: Re: libffi 3.3 release candidate 0 To: Matthias Klose Cc: libffi-discuss@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2018/txt/msg00017.txt.bz2 Thanks, Matthias. The Debian auto-builder is really useful. Most of those problems have already been cleaned up. The two major problem areas left are powerpc64-linux-gnu, and 32-bit x86, which appears to be really broken (we test many more ABI variants on that platform). We still have gaps on testings for iOS (although builds work) and Android. If anybody has ideas on how to support those with dejagnu, that would be incredibly helpful. AG On Wed, Apr 4, 2018 at 5:04 PM, Matthias Klose wrote: > On 02.04.2018 14:54, Anthony Green wrote: > > libffi 3.3 release candidate 0 is available for testing... > > > > > > https://github.com/libffi/libffi/releases/download/v3.3- > rc0/libffi-3.3-rc0.tar.gz > > > > https://github.com/libffi/libffi/releases/tag/v3.3-rc0 > > > > I'm still aiming for a final release before the end of May. The purpose > of > > the release candidate is to test the packaging (make sure the release > > tarball is complete) and collect initial test results for platforms not > > included in the regular travis and appveyor CI systems. > > > > Speaking of CI systems, any additional CI integrations or test > > configurations (gcc on windows? running the tests on macos? etc) would > be > > particularly welcome. And, along those lines, I'd like to give special > > thanks to github user @fwg for fixing the appveyor msvc CI testing > > yesterday. > > here are the build logs for the Debian architectures (although not all > architectures are yet build, maybe check the "old" builds for that). > > https://buildd.debian.org/status/package.php?p=libffi&suite=experimental > > armel, armhf, ia64, m68k, powerpcspe, riscv64, sh4, x32, kfreebsd-amd64, > kfreebsd-i386: > > - no test results yet. Please see the URL above for recent builds, > or look in the OLD column. > > amd64, arm64, ppc64el, hppa, powerpc: > > - all tests pass > > i386 (this is really i686): > > - libffi.bhaible/test-call.c, libffi.bhaible/test-callback.c FAIL > - # of expected passes 6765 > - # of unexpected failures 691 > > hurd-i386: > > - libffi.bhaible/test-callback.c FAIL > - # of expected passes 6768 > - # of unexpected failures 688 > > > mips: > > - libffi.bhaible/test-callback.c FAIL > - # of expected passes 2868 > - # of unexpected failures 8 > > mips64el: > > - libffi.call/cls_longdouble_va.c FAIL > - # of expected passes 2872 > - # of unexpected failures 4 > > mipsel: > > - libffi.bhaible/test-callback.c FAIL > - # of expected passes 2868 > - # of unexpected failures 8 > > s390x: > > - libffi.bhaible/test-call.c FAIL > - # of expected passes 3076 > - # of unexpected failures 24 > > ppc64: > > - libffi.bhaible/test-callback.c FAIL > - # of expected passes 2804 > - # of unexpected failures 72 > > sparc64: > - libffi.bhaible/test-call.c FAIL > - # of expected passes 3076 > - # of unexpected failures 24 >