From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 85511 invoked by alias); 30 May 2017 19:48:59 -0000 Mailing-List: contact infinity-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Post: List-Help: List-Subscribe: Sender: infinity-owner@sourceware.org Received: (qmail 85390 invoked by uid 89); 30 May 2017 19:48:57 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.99.2 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.4 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 spammy=til, Hx-languages-length:897, UD:php X-Spam-Status: No, score=-1.4 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM autolearn=no version=3.3.2 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on sourceware.org X-Spam-Level: X-HELO: mail-yw0-f180.google.com Received: from mail-yw0-f180.google.com (HELO mail-yw0-f180.google.com) (209.85.161.180) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 30 May 2017 19:48:56 +0000 Received: by mail-yw0-f180.google.com with SMTP id p73so44708031ywp.0 for ; Tue, 30 May 2017 12:49:00 -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=SDTEdxceynDW9hfBY0AUVSt4kRFnuniAwnn6Zlfc2Jc=; b=ZDdMgewvbPvrVX0IPF19sNSzeZ13/Esgj/NhQWjzphIAbY4+JRRtLeOZl7TatsVW4O 5FP6d3vlM4I+oXC+JOXmTUQ9cWuE0K3uj+c34JDhrmF/V+NZ9cpHMGB4HHy6fY1jcJer EMliJufeXkijz/ZJYOkfPZibm/3m6X6SdSAQl1ta2agelSR2UITFKQXup2WjHj6unYz3 v9sSOzbCJ7DHLDRGTZI00CWFQfNPc2lxXYgrZDtznkVKAyd53oxFYxeKUtKJjXEmxb4w v7gFdRGSjIcUjIp2j3jdXUzcO7ZBTmN3dZAvGauBUrSwt3LoMAQdlRDOHZfD6r0lio31 z6FA== X-Gm-Message-State: AODbwcCyWQw07T1Bz9Wq0kcFEAz8uTqB3BWZ55Tt0UwfNRI2ZbrSc/hQ 0RjdrBDlnQN8eL0eaj63LJfZTfcy5EEwCz4= X-Received: by 10.129.68.31 with SMTP id r31mr16706106ywa.2.1496173738466; Tue, 30 May 2017 12:48:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.129.82.10 with HTTP; Tue, 30 May 2017 12:48:58 -0700 (PDT) In-Reply-To: <7d79-5921f880-1b-16986660@154324279> References: <7d79-5921f880-1b-16986660@154324279> From: Gary Benson Date: Tue, 30 May 2017 19:48:00 -0000 Message-ID: Subject: Re: Test 'valid/test-corpus' fails for 32-bit architectures To: Radovan Birdic Cc: infinity@sourceware.org Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-q2/txt/msg00005.txt.bz2 Hi Radovan, Radovan Birdic wrote: > Package libi8x fails on Debian for all 32-bit endian architectures during testing: ... > Full build log for mipsel: > https://buildd.debian.org/status/fetch.php?pkg=libi8x&arch=mipsel&ver=0.0.3-1&stamp=1493727519&raw=0 > > Binary files 'test_deref/0015-0001' and 'test_deref/0011-0001' from test folder 0.0.4 cause a problem. > Does it make sense to you to threat these tests like the same tests from 0.0.3 version? > > I have created and attached a patch that handles these tests. > With this patch package builds successfully on my local mips, mipsel and i386 machines. > > Could you please look at this? I'm not around til June 6 but I don't see a problem treating the tests like 0.0.3 for now, just to get it building. I don't remember the details but I think it's a corner case. Cheers, Gary