| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| From https://github.com/ruby/typeprof |
| * branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD |
| HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3 |
| "make yes-btest TESTOPTS='-q -j4'" exit with 512. |
| FF#679 test_io.rb:90: |
| at_exit { p :foo } |
| |
| megacontent = "abc" * 12345678 |
| #File.open("megasrc", "w") {|f| f << megacontent } |
| |
| t0 = Thread.main |
| Thread.new { sleep 0.001 until t0.stop?; Process.kill(:INT, $$) } |
| |
| r1, w1 = IO.pipe |
| r2, w2 = IO.pipe |
| t1 = Thread.new { w1 << megacontent; w1.close } |
| t2 = Thread.new { r2.read; r2.close } |
| IO.copy_stream(r1, w2) rescue nil |
| w2.close |
| r1.close |
| t1.join |
| t2.join |
| #=> killed by SIGKILL (signal 9) (timeout) megacontent-copy_stream |
| #680 test_io.rb:90: |
| at_exit { p :foo } |
| |
| megacontent = "abc" * 12345678 |
| #File.open("megasrc", "w") {|f| f << megacontent } |
| |
| t0 = Thread.main |
| Thread.new { sleep 0.001 until t0.stop?; Process.kill(:INT, $$) } |
| |
| r1, w1 = IO.pipe |
| r2, w2 = IO.pipe |
| t1 = Thread.new { w1 << megacontent; w1.close } |
| t2 = Thread.new { r2.read; r2.close } |
| IO.copy_stream(r1, w2) rescue nil |
| w2.close |
| r1.close |
| t1.join |
| t2.join |
| #=> killed by SIGKILL (signal 9) (timeout) megacontent-copy_stream |
| FAIL 2/0 tests failed |
| make: *** [uncommon.mk:851: yes-btest] Error 1 |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'" exit with 0. |