| "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. |
| From https://github.com/ruby/ruby |
| 08b3fb1..765a19a master -> origin/master |
| "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. |
| F#1536 test_thread.rb:439: |
| require 'thread' |
| |
| lock = Thread::Mutex.new |
| cond = Thread::ConditionVariable.new |
| t = Thread.new do |
| lock.synchronize do |
| cond.wait(lock) |
| end |
| end |
| |
| begin |
| pid = fork do |
| # Child |
| STDOUT.write "This is the child process.\n" |
| STDOUT.write "Child process exiting.\n" |
| end |
| Process.waitpid(pid) |
| rescue NotImplementedError |
| end |
| #=> not finished in 3 seconds [ruby-core:23572] |
| FAIL 1/0 tests failed |
| make: *** [uncommon.mk:832: 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. |