Project

General

Profile

Actions

Bug #7523

closed

test_modify_expand_memory_leak(Test_StringModifyExpand) fails

Added by phasis68 (Heesob Park) over 11 years ago. Updated over 11 years ago.

Status:
Closed
Target version:
ruby -v:
ruby 2.0.0dev (2012-12-06 trunk 38223) [x64-mingw32]
Backport:
[ruby-core:50599]

Description

I can see following failure with x64-mingw32 on Windows 7.

  1. Failure:
    test_modify_expand_memory_leak(Test_StringModifyExpand) [c:/work/snapshot-mg64/test/-ext-/string/test_modify_expand.rb:7]:rb_str_modify_expand().
    <[true, ""]> expected but was
    <[false, "c:/work/snapshot-mg64/test/ruby/memory_status.rb:25:in rescue in <module:Memory>': undefined method suppress_warning' for Memory:Module (NoMethodError)\n\tfrom c:/work/snapshot-mg64/test/ruby/memory_status.rb:20:in <module:Memory>'\n\tfrom c:/work/snapshot-mg64/test/ruby/memory_status.rb:3:in <top (required)>'\n\tfrom -:1:in `require'\n"]>.

Updated by luislavena (Luis Lavena) over 11 years ago

  • Category set to test
  • Status changed from Open to Assigned
  • Assignee set to ko1 (Koichi Sasada)
  • Target version set to 2.0.0
Actions #2

Updated by nobu (Nobuyoshi Nakada) over 11 years ago

  • Status changed from Assigned to Closed
  • % Done changed from 0 to 100

This issue was solved with changeset r38233.
Heesob, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.


memory_status.rb: EnvUtil

Actions

Also available in: Atom PDF

Like0
Like0Like0