[#7708] Bug in libsnmp-ruby1.8 — Hadmut Danisch <hadmut@...>

Hi,

8 messages 2006/04/11
[#7709] Re: Bug in libsnmp-ruby1.8 — Eric Hodel <drbrain@...7.net> 2006/04/11

On Apr 11, 2006, at 6:23 AM, Hadmut Danisch wrote:

[#7770] Re: possible defect in array.c — "Brown, Warren" <warrenbrown@...>

> rb_range_beg_len (in range.c) does set beg and len.

13 messages 2006/04/26
[#7771] Re: possible defect in array.c — "Pat Eyler" <rubypate@...> 2006/04/26

On 4/26/06, Brown, Warren <warrenbrown@aquire.com> wrote:

[ ruby-Bugs-4205 ] make check finds 51 errors and 7 failures

From: noreply@...
Date: 2006-04-21 14:28:52 UTC
List: ruby-core #7756
Bugs item #4205, was opened at 2006-04-21 16:28
You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=4205&group_id=426

Category: None
Group: None
Status: Open
Resolution: None
Priority: 3
Submitted By: Karl Brodowsky (bk1)
Assigned to: Nobody (None)
Summary: make check finds 51 errors and 7 failures

Initial Comment:
installation of ruby 1.8.4 on Linux

$ uname -a  
Linux *** 2.4.18-14 #1 Wed Sep 4 13:35:50 EDT 2002 i686 i686 i386 GNU/Linux

$ gcc --version
gcc (GCC) 3.2 20020903 (Red Hat Linux 8.0 3.2-7)
Copyright (C) 2002 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

What I did:
- unpack the tar
- cd ruby-1.8.4
- ./configure
- make
- make check
And then I got 51 errors and 7 failures

Apparently this becomes better, when running make check after having installed, i.e. after running
make install

$ make check
 make check
test succeeded
./miniruby ./runruby.rb --extout=.ext -- -C "./test" runner.rb --runner=console 
Loaded suite .
Started
.................................................F........................................................................................................................................................................................................................................F....................F.F.................................................................................................................E...........................................................................................................................................................................................................................................................................................................................................................................................................................................................F.............................................................................................................................!
...............................................................................................................................................................................................................................................................................................................................................................................
Finished in 72.744946 seconds.

  1) Failure:
test_delete(TestDBM) [./dbm/test_dbm.rb:332]:
<DBMError> exception expected but none was thrown.

  2) Failure:
test_delete(TestGDBM) [./gdbm/test_gdbm.rb:442]:
<GDBMError> exception expected but none was thrown.

  3) Failure:
test_s_open_error(TestGDBM) [./gdbm/test_gdbm.rb:200]:
<Errno::EACCES> exception expected but was
Class: <Errno::EAGAIN>
Message: <"Resource temporarily unavailable - tmptest_gdbm">
---Backtrace---
./gdbm/test_gdbm.rb:201:in `open'
./gdbm/test_gdbm.rb:201:in `test_s_open_error'
./gdbm/test_gdbm.rb:200:in `test_s_open_error'
---------------

  4) Failure:
test_s_open_no_create(TestGDBM) [./gdbm/test_gdbm.rb:94]:
<nil> expected but was
<#<GDBM:0x40fc2094>>.

  5) Error:
test_new(OpenSSL::TestX509Extension):
OpenSSL::X509::ExtensionError: too long
    ./openssl/test_x509ext.rb:32:in `oid='
    ./openssl/test_x509ext.rb:32:in `test_new'

  6) Failure:
test_s_open_error(TestSDBM) [./sdbm/test_sdbm.rb:123]:
<Errno::EACCES> exception expected but none was thrown.

1356 tests, 15373 assertions, 5 failures, 1 errors
make: *** [test-all] Error 1


--------------------------------------------------------------------
Shouldn't this test fully succeed on a standard installation?


----------------------------------------------------------------------

You can respond by visiting: 
http://rubyforge.org/tracker/?func=detail&atid=1698&aid=4205&group_id=426

In This Thread

Prev Next