bug-gnu-pspp
[Top][All Lists]
Advanced

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

Re: PSPP-BUG: make check bug


From: Ben Pfaff
Subject: Re: PSPP-BUG: make check bug
Date: Thu, 16 Feb 2012 13:29:59 -0800
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (gnu/linux)

On the machine where you ran "make check", what does the "date"
command print?

Thanks,

Ben.

Pierre Girard <address@hidden> writes:

> I got a message saying to report this. Not sure what I'm supposed to
> include in the bug report.
>
>> cat /etc/SuSE-release
> openSUSE 11.3 (i586)
> VERSION = 11.3
>
>> gcc --version
> gcc (SUSE Linux) 4.5.0 20100604 [gcc-4_5-branch revision 160292]
> Copyright (C) 2010 Free Software Foundation, Inc.
> This is free software; see the source for copying conditions.  There is NO
> warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
>
>> echo $LANG
> fr_CA.UTF-8
>
>
> [...]
> PASS: tests/stats/percentiles-enhanced.sh
> 854c854
> < xdate.date(date.mdy(9,29,41) + time.hms(4,25,9)) / 86400 => 131107.00
> ---
>> xdate.date(date.mdy(9,29,41) + time.hms(4,25,9)) / 86400 => 167632.00
> 1023c1023
> < xdate.tday(date.mdy(9,29,41) + time.hms(4,25,9)) => 131107.00
> ---
>> xdate.tday(date.mdy(9,29,41) + time.hms(4,25,9)) => 167632.00
> 1083c1083
> < xdate.wkday(date.mdy(9,29,41)) => 2.00
> ---
>> xdate.wkday(date.mdy(9,29,41)) => 1.00
> 1103c1103
> < xdate.year(date.mdy(9,29,41) + time.hms(4,25,9)) => 1941.00
> ---
>> xdate.year(date.mdy(9,29,41) + time.hms(4,25,9)) => 2041.00
> 1122,1123c1122,1123
> < datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'years') => -54.00
> < datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'years') => -1.00
> ---
>> datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'years') => 45.00
>> datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'years') => 98.00
> 1144,1145c1144,1145
> < datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'quarters') => -217.00
> < datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'quarters') => -6.00
> ---
>> datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'quarters') => 182.00
>> datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'quarters') => 393.00
> 1166,1167c1166,1167
> < datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'months') => -652.00
> < datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'months') => -18.00
> ---
>> datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'months') => 547.00
>> datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'months') => 1181.00
> 1188,1189c1188,1189
> < datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'weeks') => -2838.00
> < datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'weeks') => -81.00
> ---
>> datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'weeks') => 2379.00
>> datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'weeks') => 5136.00
> 1210,1211c1210,1211
> < datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'days') => -19872.00
> < datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'days') => -567.00
> ---
>> datediff(date.mdy(9,29,41), date.mdy(2,25,1996), 'days') => 16653.00
>> datediff(date.mdy(9,29,41), date.mdy(4,19,43), 'days') => 35958.00
> 1232,1233c1232,1233
> < datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'years') => 54.00
> < datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'years') => 1.00
> ---
>> datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'years') => -45.00
>> datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'years') => -98.00
> 1254,1255c1254,1255
> < datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'months') => 652.00
> < datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'months') => 18.00
> ---
>> datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'months') => -547.00
>> datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'months') => -1181.00
> 1276,1277c1276,1277
> < datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'quarters') => 217.00
> < datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'quarters') => 6.00
> ---
>> datediff(date.mdy(2,25,1996), date.mdy(9,29,41), 'quarters') => -182.00
>> datediff(date.mdy(4,19,43), date.mdy(9,29,41), 'quarters') => -393.00
> compare optimizing output
> FAILED
> FAIL: tests/expressions/expressions.sh
>
>
>
>
> _______________________________________________
> Bug-gnu-pspp mailing list
> address@hidden
> https://lists.gnu.org/mailman/listinfo/bug-gnu-pspp

-- 
Ben Pfaff 
http://benpfaff.org



reply via email to

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