| "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. |
| From https://github.com/ruby/ruby |
| 8d0eb87..f9e34a1 master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| In file included from /tmp/ruby/src/trunk-random0/compile.c:13455: |
| /tmp/ruby/src/trunk-random0/prism_compile.c: In function 'pm_compile_node': |
| /tmp/ruby/src/trunk-random0/prism_compile.c:3424:41: warning: 'keyword' may be used uninitialized in this function [-Wmaybe-uninitialized] |
| 3424 | keyword->rest_start = (int) locals_size; |
| | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-random0/compile.c: At top level: |
| cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics |
| cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics |
| "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: |
| TestSetTraceFunc#test_break_with_rescue [/tmp/ruby/src/trunk-random0/test/ruby/test_settracefunc.rb:2093]: |
| [Bug #13369]. |
| <[[:b_return, :f_break_in_rescue, :b], |
| [:return, :f_iter, nil], |
| [:return, :f_break_in_rescue, :f_break_in_rescue_return_value]]> expected but was |
| <[[:return, :call, nil], |
| [:b_return, :f_break_in_rescue, :b], |
| [:return, :f_iter, nil], |
| [:return, :f_break_in_rescue, :f_break_in_rescue_return_value]]>. |
| make: *** [uncommon.mk:943: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=\"--test-order=random\"" exit with 0. |