| "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 0. |
| |
| "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 512. |
| 1) |
| Thread#raise on a running thread raises a RuntimeError if no exception class is given FAILED |
| Expected #<NoMethodError: undefined method `+' for nil> (NoMethodError) |
| to be kind of RuntimeError |
| /tmp/ruby/src/trunk-yjit/spec/ruby/core/thread/raise_spec.rb:148:in `block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-yjit/spec/ruby/core/thread/raise_spec.rb:131:in `<top (required)>' |
| 2) |
| Thread#raise on a running thread raises the given exception with the given message FAILED |
| Expected "undefined method `+' for nil" == "get to work" |
| to be truthy but was false |
| /tmp/ruby/src/trunk-yjit/spec/ruby/core/thread/raise_spec.rb:161:in `block (2 levels) in <top (required)>' |
| /tmp/ruby/src/trunk-yjit/spec/ruby/core/thread/raise_spec.rb:131:in `<top (required)>' |
| make: *** [uncommon.mk:919: yes-test-spec] Error 1 |