From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80219 invoked by alias); 26 Apr 2017 11:15:47 -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 75667 invoked by uid 89); 26 Apr 2017 11:15:31 -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=-0.0 required=5.0 tests=AWL,BAYES_00,KAM_ASCII_DIVIDERS,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=debian, Debian, TOTAL, 0022 X-Spam-Status: No, score=-0.0 required=5.0 tests=AWL,BAYES_00,KAM_ASCII_DIVIDERS,KAM_LAZY_DOMAIN_SECURITY,RCVD_IN_DNSWL_NONE,RP_MATCHES_RCVD 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.rt-rk.com X-Virus-Scanned: amavisd-new at rt-rk.com To: infinity@sourceware.org From: Radovan Birdic Subject: Tests fail for big endian architectures Message-ID: <059ab0b9-c57a-bf1d-1a24-468f60fccc58@rt-rk.com> Date: Wed, 26 Apr 2017 11:15:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-q2/txt/msg00000.txt.bz2 Hi, Package libi8x fails on Debian for all big endian architectures during testing: > make check-TESTS > FAIL: exec/test-deref > FAIL: exec/test-factorial > ======================================== > libi8x 0.0.2: tests/test-suite.log > ======================================== > > # TOTAL: 2 > # PASS: 0 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 2 > # XPASS: 0 > # ERROR: 0 > > .. contents:: :depth: 2 > > FAIL: exec/test-deref > ===================== > > exec/test-deref.c:168: [0x2b]: Corrupt note > FAIL exec/test-deref (exit status: 1) > > FAIL: exec/test-factorial > ========================= > > exec/test-factorial.c:92: corpus/i8c/0.0.3/32be/test_loops/test_basic/0001-0001[0x39]: Corrupt note > FAIL exec/test-factorial (exit status: 1) > > ============================================================================ > Testsuite summary for libi8x 0.0.2 > ============================================================================ > # TOTAL: 2 > # PASS: 0 > # SKIP: 0 > # XFAIL: 0 > # FAIL: 2 > # XPASS: 0 > # ERROR: 0 > ============================================================================ Full build log for mips: https://buildd.debian.org/status/fetch.php?pkg=libi8x&arch=mips&ver=0.0.2-2&stamp=1486258076&raw=0 Any suggestions? Regards, Radovan