| "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| From https://github.com/ruby/ruby |
| a6bdf52..94287b1 master -> origin/master |
| "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| In file included from /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/defines.h:72, |
| from /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/ruby.h:25, |
| from /tmp/ruby/src/trunk-repeat20-asserts/include/ruby.h:38, |
| from /tmp/ruby/src/trunk-repeat20-asserts/ext/json/parser/parser.c:1: |
| /tmp/ruby/src/trunk-repeat20-asserts/ext/json/parser/parser.c: In function ‘json_parse_number’: |
| /tmp/ruby/src/trunk-repeat20-asserts/ext/json/parser/parser.c:1117:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] |
| 1117 | if (RB_UNLIKELY(first_digit == '0' && mantissa_digits > 1 || negative && mantissa_digits == 0)) { |
| | ~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/backward/2/assume.h:50:46: note: in definition of macro ‘RB_UNLIKELY’ |
| 50 | # define RB_UNLIKELY(x) (__builtin_expect(!!(x), 0)) |
| | ^ |
| 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 install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS=--repeat-count=20" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512. |
| 1) Failure: |
| TestThreadQueue#test_thr_kill [/tmp/ruby/src/trunk-repeat20-asserts/test/ruby/test_thread_queue.rb:245]: |
| only 90/250 done in 60 seconds. (load average: 24.38) |
| make: *** [uncommon.mk:910: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20" exit with 0. |