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
Ack, Gmail ate my baby and I didn't see any gentoo-alt traffic this year.
My portage ate its own baby but I'm working on that and hope to test
your builds RSN.
Thanks!
Peter
On Wed, Jan 21, 2009 at 4:18 AM, Svoop <svoop@...> wrote:
>
> 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.
>
>
>
|
|