| "make update-unicode -j4" exit with 0. |
| "make update-download -j4" exit with 0. |
| "make update-rubyspec -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:0x00007f2057886cc8 run> terminated with exception (report_on_exception is true): |
| bootstraptest.test_ractor.rb_1479_1308.rb:9:in `instance_variable_defined?': `' is not allowed as an instance variable name (NameError) |
| from bootstraptest.test_ractor.rb_1479_1308.rb:9:in `block (3 levels) in <main>' |
| from bootstraptest.test_ractor.rb_1479_1308.rb:4:in `times' |
| from bootstraptest.test_ractor.rb_1479_1308.rb:4:in `block (2 levels) in <main>' |
| <internal:ractor>:712:in `take': thrown by remote Ractor. (Ractor::RemoteError) |
| from bootstraptest.test_ractor.rb_1479_1308.rb:12:in `block in <main>' |
| from bootstraptest.test_ractor.rb_1479_1308.rb:12:in `map' |
| from bootstraptest.test_ractor.rb_1479_1308.rb:12:in `<main>' |
| bootstraptest.test_ractor.rb_1479_1308.rb:9:in `instance_variable_defined?': `' is not allowed as an instance variable name (NameError) |
| from bootstraptest.test_ractor.rb_1479_1308.rb:9:in `block (3 levels) in <main>' |
| from bootstraptest.test_ractor.rb_1479_1308.rb:4:in `times' |
| from bootstraptest.test_ractor.rb_1479_1308.rb:4:in `block (2 levels) in <main>' |
| #1308 test_ractor.rb:1479: |
| 2.times.map{ |
| Ractor.new do |
| 50000.times do |
| obj = '' |
| obj.instance_variable_set("@a", 1) |
| obj.instance_variable_set("@b", 1) |
| obj.instance_variable_set("@c", 1) |
| obj.instance_variable_defined?("@a") |
| end |
| end |
| }.map{|r| r.take}.join |
| #=> "" (expected "5000050000") |
| FAIL 1/0 tests failed |
| make: *** [uncommon.mk:798: 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. |
| Skipping Gem::PackageTask tests. rake not found. |
| "make yes-test-rubyspec TESTS='-j4'" exit with 0. |
| $ /tmp/ruby/build/trunk-yjit/miniruby -I/tmp/ruby/src/trunk-yjit/lib /tmp/ruby/src/trunk-yjit/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-yjit --extout=.ext -- /tmp/ruby/src/trunk-yjit/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-yjit/spec/default.mspec |