From: "yrag (Gary Leutheuser)" Date: 2012-06-24T02:39:06+09:00 Subject: [ruby-core:45802] [ruby-trunk - Bug #6635] Make test fails On Windows 7 64bit Issue #6635 has been updated by yrag (Gary Leutheuser). I have just realized that this issue was already reported and fixed. My apologies, if this could be removed it would be appreciated. ---------------------------------------- Bug #6635: Make test fails On Windows 7 64bit https://bugs.ruby-lang.org/issues/6635#change-27380 Author: yrag (Gary Leutheuser) Status: Open Priority: Normal Assignee: Category: Target version: ruby -v: 1.9.3-p194 I downloaded the ruby-1.9.3-p194 tarball, but... $ ruby -v ruby 1.8.7 (2012-02-08 patchlevel 358) [i386-cygwin] Running make test after compilation resulted in test 248 failure: #248 test_fork.rb: a = [] trap(:INT) { a.push(1) } trap(:TERM) { a.push(2) } pid = $$ begin fork do sleep 0.5 Process.kill(:INT, pid) Process.kill(:TERM, pid) end sleep 1 a.sort rescue NotImplementedError [1, 2] end #=> "[]" (expected "[1, 2]") [ruby-dev:44005] [Ruby 1.9 - Bug #4950] FAIL 1/943 tests failed uncommon.mk:475: recipe for target `yes-btest-ruby' failed make: *** [yes-btest-ruby] Error 1 -- http://bugs.ruby-lang.org/