Actions
Bug #7419
closedGC.clear is not defined (test error)
Description
=begin
In r37783 a new test was added, but such test is failing on our Windows CI:
http://ci.rubyinstaller.org/job/ruby-trunk-x64-test-all/246/console
http://ci.rubyinstaller.org/job/ruby-trunk-x86-test-all/346/console
test_profiler_clear(TestGc):
NoMethodError: undefined method clear' for GC:Module C:/Users/Luis/Code/ruby/ruby/test/ruby/test_gc.rb:127:in
test_profiler_clear'
=end
Updated by authorNari (Narihiro Nakamura) almost 12 years ago
- Status changed from Assigned to Closed
- % Done changed from 0 to 100
This issue was solved with changeset r37791.
Luis, thank you for reporting this issue.
Your contribution to Ruby is greatly appreciated.
May Ruby be with you.
- test/ruby/test_gc.rb (test_profiler_clear): fix wrong method
calls [Bug #7419] [ruby-core:49828].
Actions
Like0
Like0