Skip to content
  • Peter Zhu's avatar
    50bf4373
    Fix String#sub for GC compaction · 50bf4373
    Peter Zhu authored
    The test fails when RGENGC_CHECK_MODE is turned on:
    
        TestString#test_sub_gc_compact_stress = 9.42 s
        1) Failure:
        TestString#test_sub_gc_compact_stress [test/ruby/test_string.rb:2089]:
        <"aaa [amp] yyy"> expected but was
        <"aaa [] yyy">.
    50bf4373
    Fix String#sub for GC compaction
    Peter Zhu authored
    The test fails when RGENGC_CHECK_MODE is turned on:
    
        TestString#test_sub_gc_compact_stress = 9.42 s
        1) Failure:
        TestString#test_sub_gc_compact_stress [test/ruby/test_string.rb:2089]:
        <"aaa [amp] yyy"> expected but was
        <"aaa [] yyy">.
Loading