rtomayko / posix-spawn

Ruby process spawning library

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Test failure on Gentoo Linux with Ruby 1.8.7

Flameeyes opened this issue · comments

  1) Failure:
test_spawn_close_invalid_fd_raises_exception(PosixSpawnTest)
    [./test/test_spawn.rb:332:in `assert_process_exit_status'
     ./test/test_spawn.rb:119:in `test_spawn_close_invalid_fd_raises_exception']:
<127> expected but was
<0>.

102 tests, 320 assertions, 1 failures, 0 errors
rake aborted!
Command failed with status (1): [/usr/bin/ruby18 -I"lib" "/usr/lib64/ruby/g...]

I'm also seeing this with ruby 1.9.3p448 (2013-06-27 revision 41675) [x86_64-linux] and ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]

I'm seeing this failure as well, on ruby 2.0.0p353 (2013-11-22 revision 43784) [i386-linux]

Closing as stale. Please reopen if you're still seeing test failures on Gentoo.

I can no longer reproduce this with posix-spawn 0.3.10.

Great, thanks for verifying!