Kiichi Hiromasa
Kiichi Hiromasa
The following test will pass. * test_aref in test/mri/ruby/test_integer.rb
These jobs on jruby-head seem timeout. Alternatively, `rake test:mri:core:jit (Java 11)` fails but this finishs relatively quickly,
In code from test_div_gh220, the last digit of x/y is 8. ```ruby x = BigDecimal("1.0") y = BigDecimal("3672577333.6608990499165058135986328125") c = BigDecimal("0.272288343892592687909520102748926752911779209181321744700032723729015151607289998e-9") x/y -> 0.272288343892592687909520102748926752911779209181321744700032723729015151607289998e-9 ``` On the other hand, if...