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

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

PSPP-BUG: make check bug


From: Pierre Girard
Subject: PSPP-BUG: make check bug
Date: Thu, 16 Feb 2012 16:06:45 -0500
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:8.0) Gecko/20111105 Thunderbird/8.0

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






reply via email to

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