| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| "make update-rubyspec -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 6241cfa..55b81e4 master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| /tmp/ruby/src/trunk-yjit/prism/util/pm_buffer.c: In function 'pm_buffer_append_format': |
| /tmp/ruby/src/trunk-yjit/prism/util/pm_buffer.c:78:5: warning: function 'pm_buffer_append_format' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] |
| 78 | int result = vsnprintf(NULL, 0, format, arguments); |
| | ^~~ |
| /tmp/ruby/src/trunk-yjit/prism/util/pm_buffer.c:88:5: warning: function 'pm_buffer_append_format' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] |
| 88 | vsnprintf(buffer->value + cursor, length, format, arguments); |
| | ^~~~~~~~~ |
| /tmp/ruby/src/trunk-yjit/prism/util/pm_buffer.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 -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 512. |
| 1) Failure: |
| Prism::NewlineTest#test_newline_flags_lib/jit_support.rb [/tmp/ruby/src/trunk-yjit/test/prism/newline_test.rb:12]: |
| <[1, 3, 4, 6, 7, 9, 12, 13, 16, 17, 19, 22, 23]> expected but was |
| <[0, 2, 3, 5, 6, 8, 11, 12, 15, 16, 18, 21, 22]>. |
| 2) Failure: |
| Prism::NewlineTest#test_newline_flags_lib/with_different_ofs.rb [/tmp/ruby/src/trunk-yjit/test/prism/newline_test.rb:12]: |
| <[2, 3, 4, 5, 6, 7, 8, 10, 11, 12, 13, 14, 18, 19, 20, 20]> expected but was |
| <[1, 2, 3, 4, 5, 6, 7, 9, 10, 11, 12, 13, 17, 18, 19, 19]>. |
| make: *** [uncommon.mk:942: yes-test-all] Error 2 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0. |