| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| b811a9a..7be1faf master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| /tmp/ruby/src/trunk-O0/time.c: In function ‘time_init_parse’: |
| /tmp/ruby/src/trunk-O0/time.c:2650:21: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] |
| 2650 | if (ndigits < TIME_SCALE_NUMDIGITS) { |
| | ^ |
| /tmp/ruby/src/trunk-O0/time.c:2654:26: warning: comparison of integer expressions of different signedness: ‘size_t’ {aka ‘long unsigned int’} and ‘int’ [-Wsign-compare] |
| 2654 | else if (ndigits > TIME_SCALE_NUMDIGITS) { |
| | ^ |
| /tmp/ruby/src/trunk-O0/time.c: In function ‘time_xmlschema’: |
| /tmp/ruby/src/trunk-O0/time.c:5247:50: warning: operand of ‘?:’ changes signedness from ‘int’ to ‘long unsigned int’ due to unsignedness of other operand [-Wsign-compare] |
| 5247 | int w = (year >= -9999 && year <= 9999 ? year_width : (year < 0) + DECIMAL_SIZE_OF(year)); |
| | ^~~~~~~~~~ |
| 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 -j4" exit with 0. |
| "make all -j4" exit with 0. |
| "make install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 0. |
| |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| Failed tests: |
| TestObjectSpace#test_finalizer: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (60 sec) |
| TestArgf#test_inplace_bug_17117: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec) |
| TestGc#test_gc_parameter: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec) |
| TestGc#test_profiler_clear: Test::Unit::PendedError: for now |
| TestRequire#test_loading_fifo_fd_leak: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (3 sec) |
| TestWeakKeyMap#test_clear_bug_20691: Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_normal_exit expired timeout (10 sec) |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |