Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-alt
All tests of ruby-1.9.1-r1 do pass on Mac OS X - but one.
#222 test_io.rb:11:in `<top (required)>':
begin
require "io/nonblock"
r, w = IO.pipe
w.nonblock = true
w.write_nonblock("a" * 100000)
w.nonblock = false
t1 = Thread.new { w.write("b" * 4096) }
t2 = Thread.new { w.write("c" * 4096) }
sleep 0.5
r.sysread(4096).length
sleep 0.5
r.sysread(4096).length
t1.join
t2.join
rescue LoadError
end
#=> not finished in 10 seconds [ruby-dev:32566]
FAIL 1/927 tests failed
Ideas anyone?
--
View this message in context: http://www.nabble.com/Getting-Ruby-1.9.x-over-to-Gentoo-Prefix-tp21114547p21582010.html
Sent from the gentoo-alt mailing list archive at Nabble.com.
|
|