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

"make check-swig-rb" tests, test_diff_summarize & test_diff_summarize_peg, failing

From: dns admin <dnsadmin1432_at_gmail.com>
Date: 2007-09-17 16:08:11 CEST

Hey,

Looking at the lists, I guess these sorts of error questions go on this DEV
list. I hope.

I've just built Subversion 14X branch (rev 26627) from scratch, rather than
using a DL-able binary:

 ls -al `which svn`
   -rwxr-xr-x 1 root wheel 122096 Sep 16 16:19 /usr/local/svn/bin/svn

 svn --version
 svn, version 1.4.5 (dev build)
    compiled Sep 16 2007, 22:55:11

I'm also trying to get all the SWIG bindings built.

So far, no errors seen with:

  configure
  make
  make install
  rehash

  make swig-pl
  make install-swig-pl
  make check-swig-pl

  make javahl
  make install-javahl
  make check-javahl

  make swig-py
  make install-swig-py
  make check-swig-py

  make swig-rb
  make install-swig-rb

But I get two failed TESTS for the "check-swig-rb" step:

  make check-swig-rb
  ...

................FF....................................................................................................................
  Finished in 358.54068 seconds.

    1) Failure:
  test_diff_summarize(SvnClientTest)
[/usr/local/build/svn/subversion/bindings/swig/ruby/test/test_client.rb:763]:
  <["hello.txt"]> expected but was
  <[""]>.

    2) Failure:
  test_diff_summarize_peg(SvnClientTest)
[/usr/local/build/svn/subversion/bindings/swig/ruby/test/test_client.rb:815]:
  <["after.txt"]> expected but was
  <[""]>.

  134 tests, 4554 assertions, 2 failures, 0 errors
  make: *** [check-swig-rb] Error 1

I looked at the code in "test_client.rb", but not knowing a thing about Ruby
, and since Google turned up empty for me, best to ask the pros!

Any help?

Thanks

Andy
Received on Mon Sep 17 16:04:33 2007

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.