[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Mktime-1 test failure
From: |
John W. Eaton |
Subject: |
Mktime-1 test failure |
Date: |
Tue, 2 Mar 1999 14:44:00 -0600 (CST) |
On 2-Mar-1999, Pulley Joe Wade DR NPRI <address@hidden> wrote:
| I am compiling octave on an HP 9000/750 (hppa1.1-hp-hpux10.20) and
| everything seems to work fine, but when I "make check" the mktime-1 test
| fails. The test, which executes the following;
| t==time
| mktime(localtime(t))==t
|
| Gives a value for the mktime(localtime(t)) that is 1 greater than t. (they
| should be equal).
This happens because of a very minor bug in the time functions that
should be fixed in the latest test release.
jwe