| "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=\"--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-random0/test/ruby/test_gc.rb:203]: |
| <{:slot_size=>80, |
| :heap_allocatable_pages=>0, |
| :heap_eden_pages=>165, |
| :heap_eden_slots=>135037, |
| :heap_tomb_pages=>1, |
| :heap_tomb_slots=>818, |
| :total_allocated_pages=>203, |
| :total_freed_pages=>37, |
| :force_major_gc_count=>6, |
| :force_incremental_marking_finish_count=>1, |
| :total_allocated_objects=>0, |
| :total_freed_objects=>2317591}> expected but was |
| <{:slot_size=>80, |
| :heap_allocatable_pages=>0, |
| :heap_eden_pages=>166, |
| :heap_eden_slots=>135855, |
| :heap_tomb_pages=>0, |
| :heap_tomb_slots=>0, |
| :total_allocated_pages=>203, |
| :total_freed_pages=>37, |
| :force_major_gc_count=>6, |
| :force_incremental_marking_finish_count=>1, |
| :total_allocated_objects=>0, |
| :total_freed_objects=>2317591}>. |
| make: *** [uncommon.mk:964: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=\"--test-order=random\"" exit with 0. |