| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| a34b95f..ff64806 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/vm_core.h:125, |
| from /tmp/ruby/src/trunk-random0/internal/gc.h:17, |
| from /tmp/ruby/src/trunk-random0/compile.c:27: |
| /tmp/ruby/src/trunk-random0/compile.c: In function ‘rb_iseq_compile_node’: |
| /tmp/ruby/src/trunk-random0/node.h:77:30: warning: the address of ‘dummy_line_node’ will always evaluate as ‘true’ [-Waddress] |
| 77 | #define nd_line(n) (int)((n) ? ((SIGNED_VALUE)(n)->flags)>>NODE_LSHIFT : -1) |
| | ^ |
| /tmp/ruby/src/trunk-random0/compile.c:242:32: note: in expansion of macro ‘nd_line’ |
| 242 | new_insn_body(iseq, nd_line(line_node), nd_node_id(line_node), BIN(insn), 1, (VALUE)(op1))) |
| | ^~~~~~~ |
| /tmp/ruby/src/trunk-random0/compile.c:961:9: note: in expansion of macro ‘ADD_INSN1’ |
| 961 | ADD_INSN1(ret, &dummy_line_node, throw, INT2FIX(0) /* continue throw */ ); |
| | ^~~~~~~~~ |
| 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 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=\"--test-order=random\"" exit with 0. |