| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| c6ca339..bf47b1b master -> origin/master |
| "make after-update -j4" exit with 0. |
| "make miniruby -j4" exit with 0. |
| "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. |
| Failed tests: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block: Test::Unit::ProxyError: wrong number of arguments (given 2, expected 1) |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_quote: Test::Unit::ProxyError: wrong number of arguments (given 2, expected 1) |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block_with_quote_characters: Test::Unit::ProxyError: wrong number of arguments (given 2, expected 1) |
| 1) Error: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /tmp/ruby/src/trunk_clang_17/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk_clang_17/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk_clang_17/test/reline/test_line_editor.rb:11:in 'Reline::LineEditor::CompletionBlockTest#setup' |
| 2) Error: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_quote: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /tmp/ruby/src/trunk_clang_17/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk_clang_17/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk_clang_17/test/reline/test_line_editor.rb:11:in 'Reline::LineEditor::CompletionBlockTest#setup' |
| 3) Error: |
| Reline::LineEditor::CompletionBlockTest#test_retrieve_completion_block_with_quote_characters: |
| ArgumentError: wrong number of arguments (given 2, expected 1) |
| /tmp/ruby/src/trunk_clang_17/lib/reline/line_editor.rb:74:in 'initialize' |
| /tmp/ruby/src/trunk_clang_17/test/reline/test_line_editor.rb:11:in 'Class#new' |
| /tmp/ruby/src/trunk_clang_17/test/reline/test_line_editor.rb:11:in 'Reline::LineEditor::CompletionBlockTest#setup' |
| make: *** [uncommon.mk:963: yes-test-all] Error 3 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |