You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by "Hyrum K. Wright" <hy...@hyrumwright.org> on 2009/05/05 17:46:39 UTC

Test failure in the swig-rb tests

Kou, Joe,
In looking at the bindings buildbot test failures, I noticed the only  
one is for swig-rb:

+ echo '========= make check-swig-rb'
========= make check-swig-rb
+ make check-swig-rb
cd /home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/ 
swig/ruby; \
	  /usr/bin/ruby -I /home/hwright/dev/svn-buildbot/x64-ubuntu/build/ 
subversion/bindings/swig/ruby \
	    /home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/ 
bindings/swig/ruby/test/run-test.rb \
	    --verbose=normal
Loaded suite .
Started
...................................................................................................................E 
.......................................................................................................
Finished in 525.212189 seconds.

   1) Error:
test_apply(SvnDeltaTest):
ArgumentError: NULL pointer given
/home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/ 
swig/ruby/svn/util.rb:86:in `svn_txdelta_apply_wrapper'
/home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/ 
swig/ruby/svn/util.rb:86:in `txdelta_apply_wrapper'
/home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/ 
swig/ruby/svn/delta.rb:54:in `apply'
/home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/ 
swig/ruby/test/test_delta.rb:128:in `test_apply'

219 tests, 1490 assertions, 0 failures, 1 errors
make: *** [check-swig-rb] Error 1
+ RC=2
+ exit 2


Can either of you reproduce this locally?

-Hyrum

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2071352

Re: Test failure in the swig-rb tests

Posted by Joe Swatosh <jo...@gmail.com>.
On Tue, May 5, 2009 at 10:46 AM, Hyrum K. Wright
<hy...@mail.utexas.edu> wrote:
> Kou, Joe,
> In looking at the bindings buildbot test failures, I noticed the only one is
> for swig-rb:
>
> + echo '========= make check-swig-rb'
> ========= make check-swig-rb
> + make check-swig-rb
> cd
> /home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/swig/ruby;
> \
>          /usr/bin/ruby -I
> /home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/swig/ruby
> \
>
>  /home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/swig/ruby/test/run-test.rb
> \
>            --verbose=normal
> Loaded suite .
> Started
> ...................................................................................................................E.......................................................................................................
> Finished in 525.212189 seconds.
>
>  1) Error:
> test_apply(SvnDeltaTest):
> ArgumentError: NULL pointer given
> /home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/swig/ruby/svn/util.rb:86:in
> `svn_txdelta_apply_wrapper'
> /home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/swig/ruby/svn/util.rb:86:in
> `txdelta_apply_wrapper'
> /home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/swig/ruby/svn/delta.rb:54:in
> `apply'
> /home/hwright/dev/svn-buildbot/x64-ubuntu/build/subversion/bindings/swig/ruby/test/test_delta.rb:128:in
> `test_apply'
>
> 219 tests, 1490 assertions, 0 failures, 1 errors
> make: *** [check-swig-rb] Error 1
> + RC=2
> + exit 2
>
>
> Can either of you reproduce this locally?
>
> -Hyrum
>

That test passes for me.  (Lots of other failures/errors and a
segfault or two, though).

--
Joe

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2085501