We released Ruby 1.8.5-p12, the latest stable version of Ruby. There are
several fixes made when 1.8.5 had not been branched yet. On this release
we backported them into 1.8.5.
We released Ruby 1.8.5-p12, the latest stable version of Ruby. There are
several fixes made when 1.8.5 had not been branched yet. On this release
we backported them into 1.8.5.
We released Ruby 1.8.5-p12, the latest stable version of Ruby. There are
several fixes made when 1.8.5 had not been branched yet. On this release
we backported them into 1.8.5.
Builds and installs OK on Mac OS X 10.3.9. I have a question though:
When I run "make test-all", it takes a very long time (I killed it
after 28 minutes) and some of the tests give errors (not failures). Is
this correct?
Builds and installs OK on Mac OS X 10.3.9. I have a question though:
When I run "make test-all", it takes a very long time (I killed it
after 28 minutes) and some of the tests give errors (not failures). Is
this correct?
On my linux box, I have no errors, but only 4 failures (like with 1.8.4):
Finished in 127.413555 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 none was thrown.
4) Failure:
test_s_open_error(TestSDBM) [./sdbm/test_sdbm.rb:123]:
<Errno::EACCES> exception expected but none was thrown.