| "make update-download -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| From https://github.com/ruby/ruby |
| a34b95f..ff64806 master -> origin/master |
| "make after-update -j3" exit with 0. |
| "make miniruby -j3" exit with 0. |
| In file included from /home/opc/ruby/src/master/vm_core.h:125, |
| from /home/opc/ruby/src/master/internal/gc.h:17, |
| from /home/opc/ruby/src/master/compile.c:27: |
| /home/opc/ruby/src/master/compile.c: In function ‘rb_iseq_compile_node’: |
| /home/opc/ruby/src/master/node.h:77:30: warning: the address of ‘dummy_line_node’ will always evaluate as ‘true’ [-Waddress] |
| #define nd_line(n) (int)((n) ? ((SIGNED_VALUE)(n)->flags)>>NODE_LSHIFT : -1) |
| ^ |
| /home/opc/ruby/src/master/compile.c:242:32: note: in expansion of macro ‘nd_line’ |
| new_insn_body(iseq, nd_line(line_node), nd_node_id(line_node), BIN(insn), 1, (VALUE)(op1))) |
| ^~~~~~~ |
| /home/opc/ruby/src/master/compile.c:961:9: note: in expansion of macro ‘ADD_INSN1’ |
| ADD_INSN1(ret, &dummy_line_node, throw, INT2FIX(0) /* continue throw */ ); |
| ^~~~~~~~~ |
| /home/opc/ruby/src/master/compile.c: At top level: |
| cc1: warning: unrecognized command line option ‘-Wno-self-assign’ |
| cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ |
| cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| "make install -j3" exit with 0. |
| "make yes-btest TESTOPTS='-q -j3'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j3'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0. |