| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| "make ruby -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "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 512. |
| 1) Failure: |
| TestAutoload#test_require_implemented_in_ruby_is_called [/tmp/ruby/src/trunk-yjit/test/ruby/test_autoload.rb:252]: |
| <["/tmp/rubytest.5339ou/autoload20250312-416363-dwsh6t.rb"]> expected but was |
| <[]>. |
| 2) Failure: |
| TestAutoload#test_autoload_while_autoloading [/tmp/ruby/src/trunk-yjit/test/ruby/test_autoload.rb:270]: |
| <["/tmp/rubytest.5339ou/a20250312-416363-t85uga.rb", |
| "/tmp/rubytest.5339ou/b20250312-416363-l2wrgl.rb"]> expected but was |
| <[]>. |
| 3) Failure: |
| TestStringMemory#test_byteslice_postfix [/tmp/ruby/src/trunk-yjit/test/ruby/test_string_memory.rb:53]: |
| One object allocation is expected, but allocated: []. |
| <1> expected but was |
| <0>. |
| 4) Failure: |
| TestStringMemory#test_byteslice_prefix [/tmp/ruby/src/trunk-yjit/test/ruby/test_string_memory.rb:43]: |
| One object allocation is expected, but allocated: []. |
| <1> expected but was |
| <0>. |
| 5) Failure: |
| TestStringMemory#test_byteslice_postfix_twice [/tmp/ruby/src/trunk-yjit/test/ruby/test_string_memory.rb:63]: |
| Two object allocations are expected, but allocated: []. |
| <2> expected but was |
| <0>. |
| 6) Failure: |
| TestObjectSpace#test_each_object [/tmp/ruby/src/trunk-yjit/test/ruby/test_objectspace.rb:226]: |
| <1> expected but was |
| <0>. |
| 7) Failure: |
| TestObjectSpace#test_each_object_enumerator [/tmp/ruby/src/trunk-yjit/test/ruby/test_objectspace.rb:237]: |
| <1> expected but was |
| <0>. |
| 8) Error: |
| TestObjectSpace#test_id2ref_32: |
| Test::Unit::ProxyError: "19632" is id of the unshareable object on multi-ractor |
| /tmp/ruby/src/trunk-yjit/test/ruby/test_objectspace.rb:32:in 'ObjectSpace._id2ref' |
| /tmp/ruby/src/trunk-yjit/test/ruby/test_objectspace.rb:32:in 'block in TestObjectSpace#deftest_id2ref' |
| make: *** [uncommon.mk:953: yes-test-all] Error 8 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |