Ran the tests from r32695
Only tested using fsfs.
ra_local/svn/dav(neon) were all OK.
Got the following failures with Serf:
SKIP: update_tests.py 32: update wc on the root of a Windows (virtual) drive
SKIP: utf8_tests.py 1: conversion of paths and logs to/from utf8
SKIP: authz_tests.py 13: authz issue #2712
At least one test FAILED, checking /Users/mphippard/work/svn-1.5.x/tests.log
FAIL: basic_tests.py 6: basic mkdir URL, including parent directories
FAIL: copy_tests.py 25: svn cp src-URL non-existent-URL-path
I have attached the log with just the two FAIL cases left in it.
Java/Perl/Ruby bindings all built and tested OK.
Python tests ran into a problem:
cd /Users/mphippard/work/svn-1.5.x/subversion/bindings/swig/python; \
/usr/bin/python
/Users/mphippard/work/svn-1.5.x/subversion/bindings/swig/python/tests/run_all.py
....................................................................E....................................
======================================================================
ERROR: Make sure that repos.create doesn't segfault when we set fs-type
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/mphippard/work/svn-1.5.x/subversion/bindings/swig/python/tests/repository.py",
line 41, in test_create
repos.create(path, "", "", None, fs_config)
File "/Users/mphippard/work/svn-1.5.x/subversion/bindings/swig/python/libsvn/repos.py",
line 63, in svn_repos_create
return apply(_repos.svn_repos_create, args)
SubversionException:
("'/var/folders/np/np0+f8EnHlacqSEtJRJGqk+++TI/-Tmp-/tmpY_xz-h-trac-svnrepos/test0'
is a subdirectory of an existing repository rooted at
'/var/folders/np/np0+f8EnHlacqSEtJRJGqk+++TI/-Tmp-/tmpY_xz-h-trac-svnrepos'",
165002)
----------------------------------------------------------------------
Ran 105 tests in 38.263s
FAILED (errors=1)
make: *** [check-swig-py] Error 1
--
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-08-25 19:40:49 CEST