[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: svn "make check-javahl" fail on OSX 10.4.3. 'still' #2306, or new?

From: Andrew Vaughan <ajv-lists_at_netspace.net.au>
Date: 2006-01-13 19:45:54 CET

Hi Richard.

On Fri, 13 Jan 2006 15:40, OpenMacNews wrote:
> building on OSX 10.4.4
...
> co'ing SVN HEAD (r18087)
>
> config:
>
> setenv LDFLAGS "-ldl -L/usr/local/ssl/lib -lssl -lcrypto"
>
> ./autogen.sh
>
> ./configure \
...
> make
> make javahl
> make swig-py
> make swig-rb
> make swig-pl
>
> rm -rf /usr/local/subversion13*
> make install
> make install-javahl
> make install-swig-py
> make install-swig-rb
> make install-swig-pl
>
> make check-javahl
>
> ...
> Time: 91.524
> There was 1 failure:
> 1)
> testBasicLocking(org.tigris.subversion.javahl.tests.BasicTests)junit.fram
>ework.AssertionFailedError: file should be read only now expected:<false>
> but was:<true>
> at
> org.tigris.subversion.javahl.tests.BasicTests.testBasicLocking(BasicTests
>.java:1357) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java
>:39) at
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorI
>mpl.java:25) at
> org.tigris.subversion.javahl.tests.BasicTests.main(BasicTests.java:69)
>
> FAILURES!!!
> Tests run: 27, Failures: 1, Errors: 0
>
> make: *** [check-javahl] Error 1

> rinse-n-repeat, but with co'ing SVN r17333
>
[Same error]

Are you running make-check javahl as root?

On linux, I get a similar failure if I run make-check javahl as root / with
fakeroot. The same test passes if run as a normal user.

My failure is in a different line, but it appears to be the same test.
BasicTests.testBasicLocking(BasicTests.java:1379), trunk revision 18091.

HTH
Andrew V.

PS. On a related note, I'm also getting an error (as both root and normal
user).

There was 1 error:
1)
testBasicDelete(org.tigris.subversion.javahl.tests.BasicTests)org.tigris.subversion.javahl.ClientException:
Bogus filename
svn: '/home/andrew/src/svn-trunk/svn-jdk1.5/working_copies/basic_test11/foo'
does not exist

        at org.tigris.subversion.javahl.SVNClient.remove(Native Method)
        at
org.tigris.subversion.javahl.SVNClientSynchronized.remove(SVNClientSynchronized.java:431)
        at
org.tigris.subversion.javahl.tests.BasicTests.testBasicDelete(BasicTests.java:980)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
        at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
        at
org.tigris.subversion.javahl.tests.BasicTests.main(BasicTests.java:69)

FAILURES!!!
Tests run: 28, Failures: 0, Errors: 1

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jan 13 20:30:41 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.