On 5-5-2009 19:38, David James wrote:
> Thanks Jens. I've committed your patch in 37586.
>
> On my machine, the SWIG Python tests currently hang halfway through,
> but I can confirm that this isn't related to the patch -- Greg, could
> you take a look? The SWIG Python tests hang during the
> test_diff_editor4 test in wc.py.
>
> Cheers,
>
> David
Hi David,
Thank you for committing my patch.
Om my machine the testsuite runs now nice until the end. I switched back
to swig 1.3.36 which resolved the earlier mentioned differences in the
baton adresses, but I have still one failure. It looks like a path is
added twice somwhere.
======================================================================
ERROR: test_status_editor (wc.SubversionWorkingCopyTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"D:\develop\svn\subversion-1.6\subversion\bindings\swig\python\tests\wc.p
y", line 162, in test_status_editor
editor.close_edit(edit_baton)
File "d:\opt\Subversion\python\libsvn\delta.py", line 458, in close_edit
return svn_delta_editor_invoke_close_edit(self, *args)
File "d:\opt\Subversion\python\libsvn\delta.py", line 677, in
svn_delta_editor
_invoke_close_edit
return apply(_delta.svn_delta_editor_invoke_close_edit, args)
SubversionException: ("Can't check path
'd:\\tmp\\tmpgz7_dk\\d:\\tmp\\tmpgz7_dk'
: The filename, directory name, or volume label syntax is incorrect. ",
720123)
----------------------------------------------------------------------
Ran 106 tests in 27.660s
FAILED (errors=1)
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2071691
Received on 2009-05-05 20:35:24 CEST