ports/132790: ruby19 fails it's own 'make test' suite
Dillo C
dillo84 at gmail.com
Wed Mar 18 23:00:11 UTC 2009
>Number: 132790
>Category: ports
>Synopsis: ruby19 fails it's own 'make test' suite
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Wed Mar 18 23:00:10 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator: Dillo C
>Release: 7.1
>Organization:
>Environment:
FreeBSD 2058.x.rootbsd.net 7.1-RELEASE FreeBSD 7.1-RELEASE #0: Thu Jan 1 14:37:25 UTC 2009 root at logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386
>Description:
test_thread.rb .............................................
#223 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/928 tests failed
*** Error code 1
Stop in /usr/ports/lang/ruby19/work/ruby-1.9.1-p0.
*** Error code 1
Stop in /usr/ports/lang/ruby19.
>How-To-Repeat:
cd /usr/ports/lang/ruby19; make && make test
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list