i haven't been able to successfully run the tests on windows.
i can check out, and build, no problem. (using vc++ 6.0 with
updated platform sdk). and svn seems to work.
i run 'python win-tests.py' from the windows command prompt.
basic_tests.py is the first to have failures.
most of the python test files thereafter have failures also.
following is an excerpt from tests.log.
i'd be happy to provide more output, but first i thought i'd
double-check that the tests are succeeding for others on
windows.
my python version is 2.2.1.
-brian
START: basic_tests.py
PASS: basic_tests.py 1: basic checkout of a wc
PASS: basic_tests.py 2: basic status command
PASS: basic_tests.py 3: basic commit command
PASS: basic_tests.py 4: basic update command
FAIL: basic_tests.py 5: basic corruption detection
PASS: basic_tests.py 6: receiving text merges as part of an update
PASS: basic_tests.py 7: basic conflict creation and resolution
PASS: basic_tests.py 8: basic cleanup command
=============================================================
Expected rho and actual rho are different!
=============================================================
EXPECTED NODE TO BE:
=============================================================
* Node name: rho
Path: working_copies/basic_tests-9/A/D/G/rho
Contents: None
Properties: {}
Attributes: {'status': 'M ', 'repos_rev': '1', 'wc_rev': '1'}
Children: is a file.
=============================================================
ACTUAL NODE FOUND:
=============================================================
* Node name: rho
Path: working_copies/basic_tests-9/A/D/G/rho
Contents: None
Properties: {}
Attributes: {'status': '_ ', 'repos_rev': '1', 'wc_rev': '1'}
Children: is a file.
Unequal at node rho
Unequal at node G
Unequal at node D
Unequal at node A
Unequal at node basic_tests-9
Unequal at node working_copies
EXPECTED OUTPUT TREE:
ROOT
+-- working_copies
+-- basic_tests-9
|-- A
| |-- B
| | |-- E
| | | |-- beta
| | | +-- alpha
| | |-- F
| | +-- lambda
| |-- D
| | |-- G
| | | |-- rho
| | | |-- pi
| | | +-- tau
| | |-- H
| | | |-- chi
| | | |-- zeta
| | | |-- psi
| | | +-- omega
| | +-- gamma
| |-- C
| +-- mu
+-- iota
ACTUAL OUTPUT TREE:
ROOT
+-- working_copies
+-- basic_tests-9
|-- A
| |-- B
| | |-- E
| | | |-- beta
| | | +-- alpha
| | |-- F
| | +-- lambda
| |-- D
| | |-- G
| | | |-- rho
| | | |-- pi
| | | +-- tau
| | |-- H
| | | |-- chi
| | | |-- zeta
| | | |-- psi
| | | +-- omega
| | +-- gamma
| |-- C
| +-- mu
+-- iota
FAIL: basic_tests.py 9: basic revert command
PASS: basic_tests.py 10: basic switch command
PASS: basic_tests.py 11: basic delete command
PASS: basic_tests.py 12: checkout a path no longer in HEAD
PASS: basic_tests.py 13: attempt to change node kind
PASS: basic_tests.py 14: basic import of (possibly executable) files
PASS: basic_tests.py 15: 'svn log file:///nonexistent_path' should fail
END: basic_tests.py
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 15 04:02:24 2002