Project

General

Profile

ยซ Previous | Next ยป 

Revision a84a99ff

Added by mame (Yusuke Endoh) about 6 years ago

test/ruby/test_array.rb (test_sort_with_replace): run in a subprocess

This test invokes GC.start 100 times, which takes approx. six minutes in
Solaris. This change runs the test in a separated process, which makes
GC.start faster.