| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| "make update-rubyspec -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=\"--test-order=random\"" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random\"" exit with 512. |
| 1) Failure: |
| TestGc#test_stat_heap_all [/tmp/ruby/src/trunk-random1/test/ruby/test_gc.rb:203]: |
| <{:slot_size=>160, |
| :heap_allocatable_pages=>26, |
| :heap_eden_pages=>418, |
| :heap_eden_slots=>170882, |
| :heap_tomb_pages=>6, |
| :heap_tomb_slots=>2451, |
| :total_allocated_pages=>424, |
| :total_freed_pages=>0, |
| :force_major_gc_count=>3, |
| :force_incremental_marking_finish_count=>7, |
| :total_allocated_objects=>0, |
| :total_freed_objects=>4239749}> expected but was |
| <{:slot_size=>160, |
| :heap_allocatable_pages=>26, |
| :heap_eden_pages=>421, |
| :heap_eden_slots=>172108, |
| :heap_tomb_pages=>3, |
| :heap_tomb_slots=>1225, |
| :total_allocated_pages=>424, |
| :total_freed_pages=>0, |
| :force_major_gc_count=>3, |
| :force_incremental_marking_finish_count=>7, |
| :total_allocated_objects=>0, |
| :total_freed_objects=>4239749}>. |
| make: *** [uncommon.mk:945: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=\"--test-order=random\"" exit with 0. |