diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-02-09 16:41:56 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-02-09 17:15:55 +0900 |
commit | 0f05b234fba2d961f1740c094a83f9831c15b210 (patch) | |
tree | 0283939c8605553098467cc4e8982ced2408e57e /test/ruby/test_thread.rb | |
parent | aeaf0dc55595b8a5bfdd92007fb85ef13855c632 (diff) |
Disable GC until VM objects get initialized [Bug #16616]
Diffstat (limited to 'test/ruby/test_thread.rb')
-rw-r--r-- | test/ruby/test_thread.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index f8127d8786..30a3cc784e 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -1150,6 +1150,7 @@ q.pop "0 thread_machine_stack_size") assert_operator(h_default[:thread_machine_stack_size], :<=, h_large[:thread_machine_stack_size], "large thread_machine_stack_size") + assert_equal("ok", invoke_rec('print :ok', 1024 * 1024 * 100, nil, false)) end def test_vm_machine_stack_size |