Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
skip GcTest#test_expand_heap
  • Loading branch information
Charlie Somerville committed Aug 9, 2013
commit 0378de8eb792c1164a8be661664244c5d82d8dbc
2 changes: 2 additions & 0 deletions test/ruby/test_gc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,8 @@ def test_finalizing_main_thread
end

def test_expand_heap
skip "probably failing due to our GC hacks"

assert_separately %w[--disable-gem], __FILE__, __LINE__, <<-'eom'
base_length = GC.stat[:heap_length]
(base_length * 500).times{ 'a' }
Expand Down