| "make update-unicode DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-rubyspec DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| From https://github.com/ruby/ruby |
| 7acc8bb..9d8d029 master -> origin/master |
| "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make miniruby 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/debug_counter.h:351, |
| from /tmp/ruby/src/trunk-repeat20-asserts/string.c:24: |
| /tmp/ruby/src/trunk-repeat20-asserts/string.c: In function 'rb_str_init': |
| /tmp/ruby/src/trunk-repeat20-asserts/string.c:1886:57: warning: comparison of integer expressions of different signedness: 'size_t' {aka 'long unsigned int'} and 'long int' [-Wsign-compare] |
| 1886 | if (STR_EMBED_P(str)) RUBY_ASSERT(osize <= str_embed_capa(str)); |
| | ^~ |
| /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/backward/2/assume.h:43:46: note: in definition of macro 'RB_LIKELY' |
| 43 | # define RB_LIKELY(x) (__builtin_expect(!!(x), 1)) |
| | ^ |
| /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/assert.h:213:5: note: in expansion of macro 'RUBY_ASSERT_MESG' |
| 213 | RUBY_ASSERT_MESG((expr), #expr RBIMPL_VA_OPT_ARGS(__VA_ARGS__)) |
| | ^~~~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20-asserts/string.c:1886:39: note: in expansion of macro 'RUBY_ASSERT' |
| 1886 | if (STR_EMBED_P(str)) RUBY_ASSERT(osize <= str_embed_capa(str)); |
| | ^~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat20-asserts/string.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 DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. |
| "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 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=20" exit with 0. |