You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Blair Zajac <bl...@orcaware.com> on 2002/06/28 21:45:44 UTC

Re: svn commit: rev 2374 - trunk trunk/build trunk/subversion/tests/clients/cmdline trunk/subversion/tests/clients/cmdline/svntest

brane@tigris.org wrote:
> 
> Author: brane
> Date: Fri, 28 Jun 2002 16:11:18 -0500
> New Revision: 2374
> 
> Modified:
>    trunk/build.conf
>    trunk/build/run_tests.py
>    trunk/subversion/tests/clients/cmdline/basic_tests.py
>    trunk/subversion/tests/clients/cmdline/svntest/actions.py
>    trunk/subversion/tests/clients/cmdline/svntest/main.py
>    trunk/win-tests.py
> Log:
> Make more test pass on Windows.

Boy, this one really broke make check on Linux:

% make check
Running all tests in stringtest...success
Running all tests in hashdump-test...success
Running all tests in path-test...success
Running all tests in translate-test...success
Running all tests in random-test...success
Running all tests in time-test...success
Running all tests in svn-test2.sh...FAILURE
Running all tests in svn-test.sh...FAILURE
Running all tests in target-test.sh...FAILURE
Running all tests in run-fs-tests.py...FAILURE
Running all tests in run-repos-tests.py...FAILURE
Running all tests in getopt_tests.py...FAILURE
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...FAILURE
Running all tests in schedule_tests.py...FAILURE
Running all tests in log_tests.py...FAILURE
Running all tests in copy_tests.py...FAILURE
Running all tests in diff_tests.py...FAILURE
Running all tests in merge_tests.py...FAILURE
Running all tests in stat_tests.py...FAILURE
Running all tests in trans_tests.py...FAILURE
Running all tests in svnadmin_tests.py...FAILURE
At least one test FAILED, checking /tmp/s/tests.log
make: *** [check] Error 1

I ran some of the tests by hand and they pass, so it looks like a
problem with /build/run_tests.py.

Here's a portion of the broken part of tests.log:

START: svn-test2.sh
"/tmp/s/subversion/tests/clients/cmdline/xmltests/svn-test2.sh":
"/tmp/s/subversion/tests/clients/cmdline/xmltests/svn-test2.sh": No such
file or directory
END: svn-test2.sh

START: svn-test.sh
"/tmp/s/subversion/tests/clients/cmdline/xmltests/svn-test.sh":
"/tmp/s/subversion/tests/clients/cmdline/xmltests/svn-test.sh": No such
file or directory
END: svn-test.sh

START: target-test.sh
"/tmp/s/subversion/tests/libsvn_subr/target-test.sh":
"/tmp/s/subversion/tests/libsvn_subr/target-test.sh": No such file or
directory
END: target-test.sh

START: run-fs-tests.py
"/usr/bin/python2": can't open file
'"/tmp/s/subversion/tests/libsvn_fs/run-fs-tests.py"'
END: run-fs-tests.py

Best,
Blair

-- 
Blair Zajac <bl...@orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/

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

Re: svn commit: rev 2374 - trunk trunk/build trunk/subversion/tests/clients/cmdline trunk/subversion/tests/clients/cmdline/svntest

Posted by Branko Čibej <br...@xbc.nu>.
Blair Zajac wrote:

>brane@tigris.org wrote:
>  
>
>>Author: brane
>>Date: Fri, 28 Jun 2002 16:11:18 -0500
>>New Revision: 2374
>>
>>Modified:
>>   trunk/build.conf
>>   trunk/build/run_tests.py
>>   trunk/subversion/tests/clients/cmdline/basic_tests.py
>>   trunk/subversion/tests/clients/cmdline/svntest/actions.py
>>   trunk/subversion/tests/clients/cmdline/svntest/main.py
>>   trunk/win-tests.py
>>Log:
>>Make more test pass on Windows.
>>    
>>
>
>Boy, this one really broke make check on Linux:
>

Yeah, it's the quoted args. I need them on Windows. Ben is testing a fix 
right now.


-- 
Brane Čibej   <br...@xbc.nu>   http://www.xbc.nu/brane/


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