You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2004/08/03 22:54:10 UTC

Re: svn trunk r10476: FAIL (win32 ra_local bdb)

Woo, my win32 box is now doing nightly builds and regression tests on
/trunk!

On Wed, 1969-12-31 at 17:59, sussman@collab.net wrote:

> At least one test FAILED, checking D:\svnbuild\src-trunk\Release\tests.log
> FAIL:  utf8_tests.py 1: conversion of paths and logs to/from utf8
> At least one test was SKIPPED, checking D:\svnbuild\src-trunk\Release\tests.log



Looking at tests.log, I see the following details.  Can someone comment?



START: utf8_tests.py
CMD: svnadmin.exe "create" "local_tmp\repos" "--bdb-txn-nosync"
"--fs-type=bdb"
<TIME = 1.906000>
CMD: svn.exe "import" "--username" "jrandom" "--password" "rayjandom"
"-m" "Log
message for revision 1." "local_tmp\greekfiles"
"file:///D:/svnbuild/src-trunk/Release/subversion/tests/clients/cmdline/local_tmp/repos" "--config-dir" "D:\svnbuild\src-trunk\Release\subversion\tests\clients\cmdline\local_tmp\config" <TIME
= 0.703000>
CMD: svnadmin.exe "create" "repositories\utf8_tests-1"
"--bdb-txn-nosync" "--fs-type=bdb" <TIME = 1.875000>
CMD: svnadmin.exe dump "local_tmp\repos" | svnadmin.exe load
"repositories\utf8_tests-1" <TIME = 0.000000>
CMD: svn.exe "co" "--username" "jrandom" "--password" "rayjandom"
"file:///D:/svnbuild/src-trunk/Release/subversion/tests/clients/cmdline/repositories/utf8_tests-1" "working_copies\utf8_tests-1" "--config-dir" "D:\svnbuild\src-trunk\Release\subversion\tests\clients\cmdline\local_tmp\config" <TIME = 2.688000>
CMD: svn.exe "add" "working_copies\utf8_tests-1\b???" "--config-dir"
"D:\svnbuild\src-trunk\Release\subversion\tests\clients\cmdline\local_tmp\config" <TIME = 0.031000>
Failed to schedule i18n filename for addition
EXPECTED STDERR:
ACTUAL STDERR:
svn: Safe data:
"working_copies\utf8_tests-1\b"
... was followed by non-ASCII byte 212.
 
Non-ASCII character detected (see above), and unable to convert to/from
UTF-8
EXCEPTION: SVNLineUnequal
FAIL:  utf8_tests.py 1: conversion of paths and logs to/from utf8
END: utf8_tests.py



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

Re: svn trunk r10476: FAIL (win32 ra_local bdb)

Posted by Branko Čibej <br...@xbc.nu>.
Ben Collins-Sussman wrote:

>Woo, my win32 box is now doing nightly builds and regression tests on
>/trunk!
>
>On Wed, 1969-12-31 at 17:59, sussman@collab.net wrote:
>
>  
>
>>At least one test FAILED, checking D:\svnbuild\src-trunk\Release\tests.log
>>FAIL:  utf8_tests.py 1: conversion of paths and logs to/from utf8
>>At least one test was SKIPPED, checking D:\svnbuild\src-trunk\Release\tests.log
>>    
>>
>
>
>
>Looking at tests.log, I see the following details.  Can someone comment?
>  
>
utf8_tests.py never did and never will work on Windows, because you 
can't change the locale on a per-process basis. I think these tests 
should be skipped on Windows.

Of course, the test _should_ pass if your locale happens to be 
compatible with iso-8859-1 (which CP1252 isn't quite). Mine isn't, which 
is why I ignore the utf8_tests failures.


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