[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[BUG][TESTS] Regression tests failing

From: Igmar Palsenberg <i.palsenberg_at_jdimedia.nl>
Date: 2004-03-27 20:20:40 CET

Hi,

Regression tests (make test) fail consequent on this machine :

[root@wrkst subversion-1.0.1]# grep FAIL tests.log | grep -v XFAIL
FAIL: lt-time-test 1: test svn_time_to_cstring
FAIL: lt-time-test 4: test svn_time_[to/from]_cstring() invariant
FAIL: lt-time-test 5: test svn_parse_date
FAIL: lt-fs-test 25: commit datestamps

Relevant stuff from tests.log :

svn: svn_time_to_cstring (1021316450966679) returned date string
'2002-05-13T19:00:28.966679Z' instead of '2002-05-13T19:00:50.966679Z'
FAIL: lt-time-test 1: test svn_time_to_cstring

svn: svn_time_from_cstring ( svn_time_to_cstring (n) ) returned time
'1080411390646791' instead of '1080411412646791'
FAIL: lt-time-test 4: test svn_time_[to/from]_cstring() invariant

svn: Comparison failed for '2013-01-25'
FAIL: lt-time-test 5: test svn_parse_date

svn: datestamp too early
FAIL: lt-fs-test 25: commit datestamps

tests.log is available at http://www.jdimedia.nl/igmar/tests.log

System info :

[igmar@wrkst libsvn_subr]$ uname -a
Linux wrkst 2.4.25-grsec #2 Wed Mar 3 16:08:32 CET 2004 i686

[igmar@wrkst libsvn_subr]$ /lib/libc.so.6
GNU C Library stable release version 2.2.5, by Roland McGrath et al.
Compiled by GNU CC version 2.96 20000731 (Red Hat Linux 7.3 2.96-113).
Compiled on a Linux 2.4.9-9 system on 2003-11-05.

Indeed, the buggy GCC :)

Berkeley DB is a freshly compiled db-4.2.52, static-only.
APR + APR-util is a checked out version from CVS, according to the INSTALL
doc, and is put in the subversion source tree.

configure options :

./configure --with-berkeley-db=/usr/src/redhat/BUILD/subversion-1.0.1/db42
            --prefix=/usr

(and yes, that bdb path is strange but correct).

The compile is a svnserve only, so no libneon and DAV related stuff.

Any suggestions ? I'll recompile that machine's glibc this weekend, to see
if it makes a difference (due to the buggy compiler use to create it).
Please also CC me in all responses, I'm not (yet) subscribed to the
mailinglist.

        Regards,

                Igmar

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Mar 29 18:07:10 2004

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.