summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc.rb
AgeCommit message (Expand)Author
2016-02-03Remove debug print introduced in r52386naruse
2016-01-08* gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is usedko1
2016-01-08* gc.c: rename constant names HEAP_* to PAGE_*.ko1
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-10* test/ruby/test_gc.rb (test_expand_heap): relax condition (1->2).ko1
2015-11-19* gc.c (gc_start): force to invoke GC by GC.startko1
2015-10-30explicitly overwrite signal handlingnaruse
2015-10-30show parent process's signal mask from child processnaruse
2015-10-30test_gc.rb: fix failure messagenobu
2015-10-30show child and parent signal masknaruse
2015-10-29show signal mask on solarisnaruse
2015-10-29revert experimental changes related to Solaris CInaruse
2015-10-28increase timeout (with full GC)naruse
2015-10-28write in shroternaruse
2015-10-27suppress warnings: assigned but unused variablenaruse
2015-10-27dumping core may take too much time for CInaruse
2015-08-13test_gc.rb: dump hung up processnobu
2015-08-12test_gc.rb: abort hung up processnobu
2015-08-12test_gc.rb: timeout of test_interrupt_in_finalizernobu
2015-08-09test_gc.rb: check signal firstnobu
2015-06-02use assert_raisenobu
2015-05-31* test/ruby/test_gc.rb: increase timeout seconds for GC stressfulko1
2015-02-05test_gc.rb: read binarynobu
2014-12-24test_gc.rb: termsignobu
2014-12-13test_gc.rb: workaround for Windowsnobu
2014-12-13test_gc.rb: waitnobu
2014-12-13vm_trace.c: defer interrupts while postponed jobsnobu
2014-11-26* test/ruby/test_gc.rb (test_latest_gc_info): do test separatelyko1
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-10* test/ruby/test_gc.rb: fix condition.ko1
2014-09-10* gc.c (gc_stat_internal): rename `heap_used' to `heap_allocated_pages'.ko1
2014-09-10* test/ruby/test_gc.rb: catch up last fix.ko1
2014-09-09* gc.c (rb_objspace_t::heap_pages): rename field names:ko1
2014-07-24* gc.c: fix major GC flags.ko1
2014-06-30* gc.c: support `USE_RGENGC == 0'.ko1
2014-06-10* gc.c: invoke GC before memory allocation (xmalloc/xrealloc)ko1
2014-06-03* test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.ko1
2014-04-09* test/ruby/test_gc.rb: more long timeout.ko1
2014-03-30gc.c: avoid inadvertent pin-downnobu
2014-02-17* test/ruby/test_gc.rb: ignore warning messages for running with -wko1
2014-02-17* gc.c: introduce new environment variableko1
2014-01-15test_gc.rb: relax assertionnobu
2014-01-04test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.statkazu
2013-12-18test_gc.rb: fix syntax errornobu
2013-12-18test_gc.rb: refine assertionnobu
2013-12-18* test/ruby/test_gc.rb (test_expand_heap): allow +/-1 diff.ko1
2013-12-17vm_trace.c: isolate exceptionsnobu
2013-12-16* gc.c: introduce GC.verify_internal_consistency method to verify GCko1
2013-12-13test/ruby: better assertionsnobu
2013-12-06gc.c: add minor marking and lazy sweeping options to GC.starttmm1