Bug#543805: ruby1.9.1: failure of test #226 on GNU/kFreeBSD

2009-08-27 Thread Lucas Nussbaum
On 27/08/09 at 07:57 +0200, Petr Salinger wrote: > Package: ruby1.9.1 > Tags: patch > User: debian-...@lists.debian.org > Usertags: kfreebsd > > Hi, this is followup to #542927. > > The test #226 is: > > begin > require "io/nonblock" > r, w = IO.pipe > w.nonblock = true > w.wri

Bug#543805: ruby1.9.1: failure of test #226 on GNU/kFreeBSD

2009-08-26 Thread Petr Salinger
Package: ruby1.9.1 Tags: patch User: debian-...@lists.debian.org Usertags: kfreebsd Hi, this is followup to #542927. The test #226 is: begin require "io/nonblock" r, w = IO.pipe w.nonblock = true w.write_nonblock("a" * 10) w.nonblock = false t1 = Thread.new { w.wri