| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| cee62c6..7fe5f0a master -> origin/master |
| "make after-update -j4" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk-repeat50/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk-repeat50/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-repeat50/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-repeat50/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant |
| 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| | ^~ |
| /tmp/ruby/src/trunk-repeat50/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-repeat50/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^~~~~~~~~~~~~~ |
| "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=--repeat-count=50" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 512. |
| 1) Failure: |
| TestSetTraceFunc#test_remove_in_trace [/tmp/ruby/src/trunk-repeat50/test/ruby/test_settracefunc.rb:464]: |
| [ruby-dev:42350]. |
| <#<TestSetTraceFunc:0x00007f80dce0f3d0 |
| @__gc_disabled__=false, |
| @__io__=nil, |
| @__name__=:test_remove_in_trace, |
| @__passed__=nil, |
| @__runner_options__= |
| {:job_status=>:normal, |
| :retry=>true, |
| :hide_skip=>true, |
| :failed_output=>#<IO:<STDERR>>, |
| :repeat_count=>50, |
| :excludes=>["/tmp/ruby/src/trunk-repeat50/test/.excludes"], |
| :ruby=> |
| ["./miniruby", |
| "-I/tmp/ruby/src/trunk-repeat50/lib", |
| "-I.", |
| "-I.ext/common", |
| "/tmp/ruby/src/trunk-repeat50/tool/runruby.rb", |
| "--extout=.ext", |
| "--", |
| "--disable-gems"], |
| :filter=>/\A(?=.*)(?!.*(?-mix:memory_leak))/, |
| :seed=>28475}, |
| @_assertions=1, |
| @original_compile_option= |
| {:inline_const_cache=>true, |
| :peephole_optimization=>true, |
| :tailcall_optimization=>false, |
| :specialized_instruction=>true, |
| :operands_unification=>true, |
| :instructions_unification=>false, |
| :debug_frozen_string_literal=>false, |
| :coverage_enabled=>true, |
| :debug_level=>0, |
| :frozen_string_literal=>nil}, |
| @target_thread=#<Thread:0x00007f810559a8e8 run>, |
| @tracepoint_captured_singlethread=false, |
| @tracepoint_captured_stat=[[#<RubyVM:0x00007f810559a910>, 0, 0]]>> expected but was |
| <#<Tempfile::Closer:0x00007f80de31dbc8 |
| @tmpfile= |
| #<File:/tmp/rubytest.8204jw/bug4361_20240704-2649275-or6c55 (closed)>>>. |
| make: *** [uncommon.mk:965: yes-test-all] Error 1 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50" exit with 0. |