bug-datamash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-datamash] datamash 1.3 - Bug on ARM and PowerPC architectures


From: Assaf Gordon
Subject: Re: [Bug-datamash] datamash 1.3 - Bug on ARM and PowerPC architectures
Date: Thu, 22 Mar 2018 11:54:56 -0600
User-agent: Mutt/1.5.24 (2015-08-30)

Hello,

On Thu, Mar 22, 2018 at 02:46:01PM +0100, Guillaume Gardet wrote:
> 
> on openSUSE, we are building datamash for x86 without problem, but PowerPC 
> and ARM (32 and 64 bits), are failing on a single test: 
> "tests/datamash-output-format.pl", here is the output log:
> 
> **********************************************************************
> a1...
> datamash-output-format.pl: test a1: stdout mismatch, comparing a1.2 
> (expected) and a1.O (actual)
> *** a1.2        Thu Mar 22 13:36:38 2018
> --- a1.O        Thu Mar 22 13:36:38 2018
> ***************
> *** 1 ****
> ! 0x8.000p-3
> --- 1 ----
> ! 0x1.000p+0
> **********************************************************************
> 
Thank you for reporting this issue.

This is a false positive, due to the fact the there could be multiple
(valid) representation of 64bit double in hex-scientific format
(i.e. printf("%a")).

So it is safe to ignore this failure.

However,
I just pushed two commits that disable this test
(and fix another test).

Available here:
https://git.savannah.gnu.org/cgit/datamash.git/commit/?id=d446dba3
https://git.savannah.gnu.org/cgit/datamash.git/commit/?id=f4871963

And also attached as a patch to this message.

regards,
 - assaf

Attachment: fix-tests.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]