Testing Release configuration on local repository.
Running all tests in hashdump-test.exe...success
Running all tests in stringtest.exe...success
Running all tests in path-test.exe...success
Running all tests in stream-test.exe...success
Running all tests in time-test.exe...success
Running all tests in translate-test.exe...success
Running all tests in diff-diff3-test.exe...success
Running all tests in random-test.exe...success
Running all tests in target-test.py...success
Running all tests in run-fs-tests.py...success
Running all tests in run-repos-tests.py...success
Running all tests in getopt_tests.py...success
Running all tests in basic_tests.py...success
Running all tests in commit_tests.py...FAILURE
Running all tests in update_tests.py...success
Running all tests in switch_tests.py...success
Running all tests in prop_tests.py...success
Running all tests in schedule_tests.py...success
Running all tests in log_tests.py...success
Running all tests in copy_tests.py...success
Running all tests in diff_tests.py...success
Running all tests in externals_tests.py...success
Running all tests in merge_tests.py...success
Running all tests in stat_tests.py...success
Running all tests in trans_tests.py...success
Running all tests in svnadmin_tests.py...success
Running all tests in svnlook_tests.py...success
Running all tests in svnversion_tests.py...success
At least one test FAILED, checking C:\Home\brane\src\svn\repo\tests.log
FAIL: commit_tests.py 16: commit files and dirs with URI-unsafe characters
At least one test was SKIPPED, checking C:\Home\brane\src\svn\repo\tests.log
SKIP: basic_tests.py 16: basic import of executable files
SKIP: commit_tests.py 26: committing a symlink should fail
SKIP: prop_tests.py 11: set and get a revprop change
SKIP: schedule_tests.py 4: schedule: add some executable files
SKIP: schedule_tests.py 10: revert: add some executable files
SKIP: schedule_tests.py 16: commit: add some executable files
SKIP: copy_tests.py 11: executable bit should be preserved when copying
SKIP: merge_tests.py 5: merge one file, receive a specific error
SKIP: stat_tests.py 6: status with versioned items replaced by symbolic links
FAIL: win-tests.py
From tests.log:
CMD: svnadmin.exe "create" "repositories/commit_tests-16" <TIME = 0.000000>
CMD: svnadmin.exe dump "local_tmp/repos" | svnadmin.exe load "repositories/commit_tests-16" <TIME = 0.000000>
CMD: svn.exe "co" "--username" "jrandom" "--password" "rayjandom" "file:///C:/Home/brane/src/svn/repo/subversion/tests/clients/cmdline/repositories/commit_tests-16" "working_copies/commit_tests-16" <TIME = 0.000000>
caught unexpected exception
Traceback (most recent call last):
File "C:\Home\brane\src\svn\repo\subversion/tests/clients/cmdline\svntest\testcase.py", line 81, in run
error = apply(self.pred.func, args)
File "C:\Home\brane\src\svn\repo\subversion/tests/clients/cmdline/commit_tests.py", line 1063, in commit_uri_unsafe
svntest.main.file_append(tab_path, "This path has a tab in it.")
File "C:\Home\brane\src\svn\repo\subversion/tests/clients/cmdline\svntest\main.py", line 273, in file_append
fp = open(path, 'a') # open in (a)ppend mode
IOError: [Errno 2] No such file or directory: 'working_copies/commit_tests-16/A/D/G/tab\tpath'
FAIL: commit_tests.py 16: commit files and dirs with URI-unsafe characters
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Feb 19 21:59:46 2003