Actions
Bug #7523
closedtest_modify_expand_memory_leak(Test_StringModifyExpand) fails
Description
I can see following failure with x64-mingw32 on Windows 7.
- 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:inrescue 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) almost 12 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
Updated by nobu (Nobuyoshi Nakada) almost 12 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
- test/ruby/memory_status.rb (Memory): suppress_warning is in EnvUtil.
[ruby-core:50599] [Bug #7523]
Actions
Like0
Like0Like0