| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| From https://github.com/ruby/ruby |
| 1b8e656..9f17a0c 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. |
| In file included from /tmp/ruby/src/trunk-random0/ext/json/generator/../fbuffer/fbuffer.h:6, |
| from /tmp/ruby/src/trunk-random0/ext/json/generator/generator.c:2: |
| /tmp/ruby/src/trunk-random0/ext/json/generator/../fbuffer/../vendor/jeaiii-ltoa.h:38: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas] |
| 38 | #pragma clang diagnostic push |
| | |
| /tmp/ruby/src/trunk-random0/ext/json/generator/../fbuffer/../vendor/jeaiii-ltoa.h:39: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas] |
| 39 | #pragma clang diagnostic ignored "-Wshorten-64-to-32" |
| | |
| /tmp/ruby/src/trunk-random0/ext/json/generator/../fbuffer/../vendor/jeaiii-ltoa.h:273: warning: ignoring ‘#pragma clang diagnostic’ [-Wunknown-pragmas] |
| 273 | #pragma clang diagnostic pop |
| | |
| 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 install -j4" exit with 0. |
| "make yes-btest TESTOPTS='-q -j4'" exit with 512. |
| F#1307 test_ractor.rb:494: |
| RN = 10 |
| CR = Ractor.current |
| |
| rs = (1..RN).map{ |
| Ractor.new do |
| CR.send 'send' + CR.take #=> 'sendyield' |
| 'take' |
| end |
| } |
| received = [] |
| taken = [] |
| yielded = [] |
| until received.size == RN && taken.size == RN && yielded.size == RN |
| r, v = Ractor.select(CR, *rs, yield_value: 'yield') |
| case r |
| when :receive |
| received << v |
| when :yield |
| yielded << v |
| else |
| taken << v |
| (...snip) |
| #=> nil (expected "[true, true, true]") |
| FAIL 1/2004 tests failed |
| make: *** [uncommon.mk:886: yes-btest] Error 1 |
| "make yes-test-basic TESTS=\"--test-order=random\"" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random\"" exit with 0. |
| /tmp/ruby/src/trunk-random0/test/json/json_common_interface_test.rb:215: warning: JSON.dump_default_options is deprecated and will be removed in json 3.0.0 |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=\"--test-order=random\"" exit with 0. |