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

Re: running tests on windows

From: Brian Denny <brian_at_briandenny.net>
Date: 2002-10-16 05:53:20 CEST

here is what i did, and the results.

checkout fresh copy of svn to <SVN>
checkout apr, apr-util, and apr-iconv into <SVN>/apr*
download db4 binary from subversion site and unzip to <SVN>/db4-win32
added <SVN>/db4-win32/bin to %PATH%
download neon-0.23.5 and untar to <SVN>/neon
open subversion.dsw and build => 0 errors, 27 warnings.
python win-tests.py

as you will see i get quite a number of unexpected failures.
am i doing something wrong?

the STDOUT is shown inline. tests.log is attached. i am running win2k.
tomorrow i can look more specifically into what is causing these failures.
svn.exe appears to work fine.

-brian

E:\programming\svn>python win-tests.py
================================================================
WARNING: You did not define a shell interpreter.
         The following tests will be skipped:

subversion/tests/clients/cmdline/xmltests/svn-test.sh
subversion/tests/clients/cmdline/xmltests/svn-test2.sh
================================================================
copy: subversion\tests\libsvn_repos\Debug\repos-test.exe
  to: subversion\tests\libsvn_repos\repos-test.exe
copy: subversion\tests\libsvn_subr\Debug\hashdump-test.exe
  to: subversion\tests\libsvn_subr\hashdump-test.exe
copy: subversion\tests\libsvn_subr\Debug\path-test.exe
  to: subversion\tests\libsvn_subr\path-test.exe
copy: subversion\tests\libsvn_subr\Debug\stringtest.exe
  to: subversion\tests\libsvn_subr\stringtest.exe
copy: subversion\tests\libsvn_subr\Debug\target-test.exe
  to: subversion\tests\libsvn_subr\target-test.exe
copy: subversion\tests\libsvn_subr\Debug\time-test.exe
  to: subversion\tests\libsvn_subr\time-test.exe
copy: subversion\tests\libsvn_wc\Debug\checkout-test.exe
  to: subversion\tests\libsvn_wc\checkout-test.exe
copy: subversion\tests\libsvn_wc\Debug\translate-test.exe
  to: subversion\tests\libsvn_wc\translate-test.exe
copy: subversion\tests\libsvn_fs\Debug\skel-test.exe
  to: subversion\tests\libsvn_fs\skel-test.exe
copy: subversion\tests\libsvn_fs\Debug\key-test.exe
  to: subversion\tests\libsvn_fs\key-test.exe
copy: subversion\tests\libsvn_fs\Debug\strings-reps-test.exe
  to: subversion\tests\libsvn_fs\strings-reps-test.exe
copy: subversion\tests\libsvn_fs\Debug\changes-test.exe
  to: subversion\tests\libsvn_fs\changes-test.exe
copy: subversion\tests\libsvn_fs\Debug\fs-test.exe
  to: subversion\tests\libsvn_fs\fs-test.exe
copy: subversion\tests\libsvn_delta\Debug\deltaparse-test.exe
  to: subversion\tests\libsvn_delta\deltaparse-test.exe
copy: subversion\tests\libsvn_delta\Debug\random-test.exe
  to: subversion\tests\libsvn_delta\random-test.exe
copy: subversion\tests\libsvn_delta\Debug\svndiff-test.exe
  to: subversion\tests\libsvn_delta\svndiff-test.exe
copy: subversion\tests\libsvn_delta\Debug\vdelta-test.exe
  to: subversion\tests\libsvn_delta\vdelta-test.exe
copy: subversion\tests\libsvn_delta\Debug\xml-output-test.exe
  to: subversion\tests\libsvn_delta\xml-output-test.exe
copy: subversion\clients\cmdline\Debug\svn.exe
  to: subversion\clients\cmdline\svn.exe
copy: subversion\svnlook\Debug\svnlook.exe
  to: subversion\svnlook\svnlook.exe
copy: subversion\svnadmin\Debug\svnadmin.exe
  to: subversion\svnadmin\svnadmin.exe
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 time-test.exe...success
Running all tests in translate-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...FAILURE
Running all tests in commit_tests.py...FAILURE
Running all tests in update_tests.py...FAILURE
Running all tests in switch_tests.py...FAILURE
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...FAILURE
Running all tests in diff_tests.py...FAILURE
Running all tests in module_tests.py...FAILURE
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...FAILURE
At least one test FAILED, checking E:\programming\svn\tests.log
FAIL: basic_tests.py 5: basic corruption detection
FAIL: basic_tests.py 11: basic delete command
FAIL: commit_tests.py 16: commit files and dirs with URI-unsafe characters
FAIL: commit_tests.py 21: commit from a dir with a longer name than the wc
FAIL: commit_tests.py 22: try to commit when directory is locked
FAIL: commit_tests.py 23: commit the current directory
FAIL: update_tests.py 1: update a locally-modified binary file
FAIL: update_tests.py 2: update to an old revision of a binary files
FAIL: update_tests.py 5: make sure overlapping identical changes do not conflict
FAIL: update_tests.py 7: update that deletes modifed files
FAIL: switch_tests.py 2: commits after some basic switching operations
FAIL: copy_tests.py 7: copy a directory hierarchy and modify before commit
FAIL: diff_tests.py 9: pure repository diff update a file
FAIL: module_tests.py 4: Update to receive a change to an unmodifed external module.
FAIL: svnadmin_tests.py 2: test 'svnadmin youngest' subcommand
FAIL: svnadmin_tests.py 5: test 'svnadmin lsrevs' subcommand
At least one test was SKIPPED, checking E:\programming\svn\tests.log
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
kill: subversion\tests\libsvn_repos\repos-test.exe
kill: subversion\tests\libsvn_subr\hashdump-test.exe
kill: subversion\tests\libsvn_subr\path-test.exe
kill: subversion\tests\libsvn_subr\stringtest.exe
kill: subversion\tests\libsvn_subr\target-test.exe
kill: subversion\tests\libsvn_subr\time-test.exe
kill: subversion\tests\libsvn_wc\checkout-test.exe
kill: subversion\tests\libsvn_wc\translate-test.exe
kill: subversion\tests\libsvn_fs\skel-test.exe
kill: subversion\tests\libsvn_fs\key-test.exe
kill: subversion\tests\libsvn_fs\strings-reps-test.exe
kill: subversion\tests\libsvn_fs\changes-test.exe
kill: subversion\tests\libsvn_fs\fs-test.exe
kill: subversion\tests\libsvn_delta\deltaparse-test.exe
kill: subversion\tests\libsvn_delta\random-test.exe
kill: subversion\tests\libsvn_delta\svndiff-test.exe
kill: subversion\tests\libsvn_delta\vdelta-test.exe
kill: subversion\tests\libsvn_delta\xml-output-test.exe
kill: subversion\clients\cmdline\svn.exe
kill: subversion\svnlook\svnlook.exe
kill: subversion\svnadmin\svnadmin.exe

FAIL: win-tests.py

E:\programming\svn>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Received on Wed Oct 16 05:59:57 2002

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

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