| "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| From https://github.com/ruby/ruby |
| c1c7934..8324e31 master -> origin/master |
| "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| configure: WARNING: something wrong with CXXFLAGS="" |
| In file included from conftest.c:4: |
| /tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-asserts-nopara/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) |
| | ^~~~~~~~~~~~~~ |
| /tmp/ruby/src/trunk-asserts-nopara/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-asserts-nopara/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' |
| 23 | #define TOKEN_PASTE(x,y) x##y |
| | ^ |
| /tmp/ruby/src/trunk-asserts-nopara/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' |
| 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) |
| | ^~~~~~~~~~~~~~ |
| "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make all DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make install DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0. |
| "make yes-btest TESTOPTS='-q '" exit with 0. |
| "make yes-test-basic " exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' " exit with 512. |
| 1) Timeout: |
| TestGCCompact#test_moving_arrays_down_heaps |
| 2) Timeout: |
| TestWeakKeyMap#test_clear_bug_20691 |
| 3) Timeout: |
| TestObjectSpace#test_finalizer |
| 4) Timeout: |
| TestObjectSpace#test_finalizer_with_super |
| 5) Timeout: |
| TestIseqLoad#test_stressful_roundtrip |
| 6) Timeout: |
| TestRefinement#test_prepend_after_refine_wb_miss |
| 7) Timeout: |
| TestFiber#test_mark_fiber |
| 8) Timeout: |
| TestGc#test_gc_parameter |
| 9) Timeout: |
| TestGc#test_sweep_in_finalizer |
| 10) Timeout: |
| TestGc#test_singleton_method |
| 11) Timeout: |
| TestAutoload#test_autoload_parallel_race |
| 12) Timeout: |
| TestObjSpace#test_trace_object_allocations_compaction_freed_pages |
| 13) Timeout: |
| TestArgf#test_inplace_bug_17117 |
| 14) Timeout: |
| TestProc#test_dup_ifunc_proc_bug_20950 |
| 15) Timeout: |
| TestEval#test_outer_local_variable_under_gc_compact_stress |
| 16) Timeout: |
| TestEval#test_gced_binding_block |
| make: *** [uncommon.mk:953: yes-test-all] Error 16 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr ' " exit with 0. |