| "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 |
| 0f25886..c218862 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 ‘fstring_insert_on_resize’: |
| /tmp/ruby/src/trunk-repeat20-asserts/string.c:660:38: warning: comparison of integer expressions of different signedness: ‘rb_atomic_t’ {aka ‘unsigned int’} and ‘int’ [-Wsign-compare] |
| 660 | RUBY_ASSERT(table->count < table->capacity / 2); |
| | ^ |
| /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:660:13: note: in expansion of macro ‘RUBY_ASSERT’ |
| 660 | RUBY_ASSERT(table->count < table->capacity / 2); |
| | ^~~~~~~~~~~ |
| 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 -j' TESTS=--repeat-count=20" exit with 0. |