| "make update-download -j4" exit with 0. |
| "make update-src -j4" exit with 0. |
| "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 512. |
| Fstderr output is not empty |
| #<Thread:0x00007fd5d52df9d0 run> terminated with exception (report_on_exception is true): |
| <internal:ractor>:644:in 'BasicObject#initialize': wrong number of arguments (given 1, expected 0) (ArgumentError) |
| from <internal:ractor>:644:in 'Kernel#initialize_clone' |
| from <internal:ractor>:644:in 'Ractor.yield' |
| from bootstraptest.test_ractor.rb_1590_1366.rb:8:in 'block (3 levels) in <main>' |
| from <internal:kernel>:168:in 'Kernel#loop' |
| from bootstraptest.test_ractor.rb_1590_1366.rb:6:in 'block (2 levels) in <main>' |
| <internal:ractor>:367:in 'Ractor.select': thrown by remote Ractor. (Ractor::RemoteError) |
| from bootstraptest.test_ractor.rb_1590_1366.rb:13:in 'block in <main>' |
| from <internal:numeric>:257:in 'Integer#times' |
| from bootstraptest.test_ractor.rb_1590_1366.rb:13:in '<main>' |
| <internal:ractor>:644:in 'BasicObject#initialize': wrong number of arguments (given 1, expected 0) (ArgumentError) |
| from <internal:ractor>:644:in 'Kernel#initialize_clone' |
| from <internal:ractor>:644:in 'Ractor.yield' |
| from bootstraptest.test_ractor.rb_1590_1366.rb:8:in 'block (3 levels) in <main>' |
| from <internal:kernel>:168:in 'Kernel#loop' |
| from bootstraptest.test_ractor.rb_1590_1366.rb:6:in 'block (2 levels) in <main>' |
| #1366 test_ractor.rb:1590: |
| workers = (0...8).map do |
| Ractor.new do |
| loop do |
| 10_000.times.map { Object.new } |
| Ractor.yield Time.now |
| end |
| end |
| end |
| |
| 1_000.times { idle_worker, tmp_reporter = Ractor.select(*workers) } |
| "ok" |
| #=> "" (expected "ok") |
| FAIL 1/2000 tests failed |
| make: *** [uncommon.mk:886: yes-btest] Error 1 |
| "make yes-test-basic TESTS='-j4'" exit with 0. |
| "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. |
| "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0. |