> -----Original Message----- > From: Cooke, Mark [mailto:mark.co...@siemens.com] > Sent: vrijdag 29 mei 2015 15:21 > To: users@subversion.apache.org > Subject: svn 1.8.13 test failures: wc-queries-test.exe and move_tests.py > > Hello, > > I am trying to compile svn (and httpd) with VS2008 (for python 2.7 > compatibility) on Win 7 Enterprise and am getting some test failures: > {{{ > win-tests.py --release --cleanup --parallel > win-tests.py -r -c --httpd-dir=d:\Apache24 --httpd-daemon > }}} > > [40/96] wc-queries-test.exe ... FAILED > [72/96] move_tests.py ......... success > > For #40 I noticed that Andreas confirmed [1] that r1672295 fixes a (similar?) > issue (which is more recent than the 1.8.13 tag), so can I safely ignore this?
What version of sqlite do you use, and what is the error that you see? In most cases you can ignore the wc-query-expectations error failure, which only signals some performance loss. But it is hard to tell what failure you see if you only post the name of the .exe where one (or more) of the tests failed. The summary at the bottom is more valuable, and the test log contains the real details. Bert