| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| afd42e4..65d3eac 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_clang_16/version.h:29:5: error: invalid suffix 'RUBY_RELEASE_MONTH' on integer constant |
| #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| ^ |
| /tmp/ruby/src/trunk_clang_16/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| ^ |
| /tmp/ruby/src/trunk_clang_16/version.h:23:26: note: expanded from macro 'TOKEN_PASTE' |
| #define TOKEN_PASTE(x,y) x##y |
| ^ |
| <scratch space>:2:3: note: expanded from here |
| 10RUBY_RELEASE_MONTH |
| ^ |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk_clang_16/version.h:34:5: error: invalid suffix 'RUBY_RELEASE_DAY' on integer constant |
| #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| ^ |
| /tmp/ruby/src/trunk_clang_16/version.h:25:27: note: expanded from macro 'ONLY_ONE_DIGIT' |
| #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 |
| ^ |
| /tmp/ruby/src/trunk_clang_16/version.h:23:26: note: expanded from macro 'TOKEN_PASTE' |
| #define TOKEN_PASTE(x,y) x##y |
| ^ |
| <scratch space>:3:3: note: expanded from here |
| 10RUBY_RELEASE_DAY |
| ^ |
| 2 errors generated. |
| "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 0. |
| #<Thread:0x00007fd1b570d198 /tmp/ruby/src/trunk_clang_16/test/monitor/test_monitor.rb:273 run> terminated with exception (report_on_exception is true): |
| /tmp/ruby/src/trunk_clang_16/tool/lib/test/unit/assertions.rb:109:in 'Test::Unit::Assertions#assert': <true> expected but was (Test::Unit::AssertionFailedError) |
| <false>. |
| from /tmp/ruby/src/trunk_clang_16/tool/lib/core_assertions.rb:540:in 'Test::Unit::CoreAssertions#assert' |
| from /tmp/ruby/src/trunk_clang_16/tool/lib/test/unit/assertions.rb:638:in 'Test::Unit::Assertions#assert_equal' |
| from /tmp/ruby/src/trunk_clang_16/test/monitor/test_monitor.rb:278:in 'block (2 levels) in TestMonitor#test_timedwait' |
| from /tmp/ruby/src/trunk_clang_16/test/monitor/test_monitor.rb:274:in 'Monitor#synchronize' |
| from /tmp/ruby/src/trunk_clang_16/test/monitor/test_monitor.rb:274:in 'block in TestMonitor#test_timedwait' |
| Failed tests: |
| TestMonitor#test_timedwait: Test::Unit::AssertionFailedError: exceptions on 1 threads: |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |