Gentoo Archives: gentoo-alt

From: Svoop <svoop@××××××××.ch>
To: gentoo-alt@l.g.o
Subject: Re: [gentoo-alt] Getting Ruby 1.9.x over to Gentoo Prefix
Date: Wed, 21 Jan 2009 12:18:22
Message-Id: 21582010.post@talk.nabble.com
In Reply to: Re: [gentoo-alt] Getting Ruby 1.9.x over to Gentoo Prefix by Svoop
1 All tests of ruby-1.9.1-r1 do pass on Mac OS X - but one.
2
3 #222 test_io.rb:11:in `<top (required)>':
4 begin
5 require "io/nonblock"
6 r, w = IO.pipe
7 w.nonblock = true
8 w.write_nonblock("a" * 100000)
9 w.nonblock = false
10 t1 = Thread.new { w.write("b" * 4096) }
11 t2 = Thread.new { w.write("c" * 4096) }
12 sleep 0.5
13 r.sysread(4096).length
14 sleep 0.5
15 r.sysread(4096).length
16 t1.join
17 t2.join
18 rescue LoadError
19 end
20 #=> not finished in 10 seconds [ruby-dev:32566]
21 FAIL 1/927 tests failed
22
23 Ideas anyone?
24 --
25 View this message in context: http://www.nabble.com/Getting-Ruby-1.9.x-over-to-Gentoo-Prefix-tp21114547p21582010.html
26 Sent from the gentoo-alt mailing list archive at Nabble.com.

Replies

Subject Author
Re: [gentoo-alt] Getting Ruby 1.9.x over to Gentoo Prefix Peter Abrahamsen <rainhead@×××××.com>