Re: AW: svnserve frequently die at assertion in utf.c

Branko Čibej <[email protected]> Sun, 2 Mar 2025 12:25:20 +0100
Newsgroups gmane.comp.version-control.subversion.user
Organization The Apache Software Foundation
Message-ID <[email protected]>
On 7. 1. 25 10:47, Jäkel, Guido wrote:
> Building and running the test suite non-parallel shows up a single failure
>
> # make clean
> # EXTRA_CFLAGS="-fsanitize=thread" EXTRA_LDFLAGS="$EXTRA_CFLAGS" make check
> [...]
> [028/122] locks-test...............................................................................................................................FAILURE
> [...]
>
> tests.log
> [...]
> PASS:  locks-test 13: lock callback error
> svn_tests: E200006: Expected error but got SVN_NO_ERROR
> FAIL:  locks-test 14: lock/unlock when 'write-lock' couldn't be obtained
> [...]


I'm late to the party but I just want to point out that these are *two* 
errors, not one: an unexpected pass and a failure. The PASS should 
really be an XPASS (but I don't remember if we support that in the C tests).

-- Brane