| "make update-download -j3" exit with 0. |
| "make update-src -j3" exit with 0. |
| From https://github.com/ruby/ruby |
| 61d45c8..c97f5d5 master -> origin/master |
| "make after-update -j3" exit with 0. |
| "make miniruby -j3" exit with 0. |
| "make ruby -j3" exit with 0. |
| "make all -j3" exit with 0. |
| In file included from /home/opc/ruby/src/master/include/ruby/defines.h:72, |
| from /home/opc/ruby/src/master/include/ruby/ruby.h:25, |
| from /home/opc/ruby/src/master/include/ruby.h:38, |
| from /home/opc/ruby/src/master/ext/json/parser/../json.h:4, |
| from /home/opc/ruby/src/master/ext/json/parser/parser.c:1: |
| /home/opc/ruby/src/master/ext/json/parser/parser.c: In function ‘unescape_unicode’: |
| /home/opc/ruby/src/master/ext/json/parser/parser.c:493:41: warning: comparison is always false due to limited range of data type [-Wtype-limits] |
| if (RB_UNLIKELY((b0 | b1 | b2 | b3) < 0)) { |
| ^ |
| /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:50:46: note: in definition of macro ‘RB_UNLIKELY’ |
| # define RB_UNLIKELY(x) (__builtin_expect(!!(x), 0)) |
| ^ |
| /home/opc/ruby/src/master/ext/json/parser/parser.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 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 512. |
| 1) Failure: |
| JSONParserTest#test_invalid_unicode_escape [/home/opc/ruby/src/master/test/json/json_parser_test.rb:336]: |
| JSON::ParserError expected but nothing was raised. |
| make: *** [uncommon.mk:919: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0. |