Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 18 Mar 2009 22:58:41 GMT
From:      Dillo C <dillo84@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/132790: ruby19 fails it's own 'make test' suite
Message-ID:  <200903182258.n2IMwfF4020239@www.freebsd.org>
Resent-Message-ID: <200903182300.n2IN0Aco077366@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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@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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200903182258.n2IMwfF4020239>