aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove debug print introduced in r52386naruse2016-02-031-7/+0
* * gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is usedko12016-01-081-2/+2
* * gc.c: rename constant names HEAP_* to PAGE_*.ko12016-01-081-2/+2
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/ruby/test_gc.rb (test_expand_heap): relax condition (1->2).ko12015-12-101-1/+1
* * gc.c (gc_start): force to invoke GC by GC.startko12015-11-191-0/+11
* explicitly overwrite signal handlingnaruse2015-10-301-0/+1
* show parent process's signal mask from child processnaruse2015-10-301-13/+8
* test_gc.rb: fix failure messagenobu2015-10-301-3/+3
* show child and parent signal masknaruse2015-10-301-2/+13
* show signal mask on solarisnaruse2015-10-291-0/+1
* revert experimental changes related to Solaris CInaruse2015-10-291-4/+1
* increase timeout (with full GC)naruse2015-10-281-1/+2
* write in shroternaruse2015-10-281-5/+1
* suppress warnings: assigned but unused variablenaruse2015-10-271-2/+2
* dumping core may take too much time for CInaruse2015-10-271-1/+7
* test_gc.rb: dump hung up processnobu2015-08-131-1/+1
* test_gc.rb: abort hung up processnobu2015-08-121-1/+1
* test_gc.rb: timeout of test_interrupt_in_finalizernobu2015-08-121-3/+0
* test_gc.rb: check signal firstnobu2015-08-091-2/+6
* use assert_raisenobu2015-06-021-1/+1
* * test/ruby/test_gc.rb: increase timeout seconds for GC stressfulko12015-05-311-1/+1
* test_gc.rb: read binarynobu2015-02-051-1/+1
* test_gc.rb: termsignobu2014-12-241-1/+5
* test_gc.rb: workaround for Windowsnobu2014-12-131-18/+10
* test_gc.rb: waitnobu2014-12-131-3/+5
* vm_trace.c: defer interrupts while postponed jobsnobu2014-12-131-0/+26
* * test/ruby/test_gc.rb (test_latest_gc_info): do test separatelyko12014-11-261-0/+2
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-2/+0
* * test/ruby/test_gc.rb: fix condition.ko12014-09-101-2/+2
* * gc.c (gc_stat_internal): rename `heap_used' to `heap_allocated_pages'.ko12014-09-101-0/+13
* * test/ruby/test_gc.rb: catch up last fix.ko12014-09-101-4/+4
* * gc.c (rb_objspace_t::heap_pages): rename field names:ko12014-09-091-5/+5
* * gc.c: fix major GC flags.ko12014-07-241-2/+2
* * gc.c: support `USE_RGENGC == 0'.ko12014-06-301-11/+20
* * gc.c: invoke GC before memory allocation (xmalloc/xrealloc)ko12014-06-101-0/+18
* * test/ruby/test_gc.rb: allocate more objects to invoke GC by newobj.ko12014-06-031-1/+2
* * test/ruby/test_gc.rb: more long timeout.ko12014-04-091-1/+1
* gc.c: avoid inadvertent pin-downnobu2014-03-301-0/+5
* * test/ruby/test_gc.rb: ignore warning messages for running with -wko12014-02-171-1/+1
* * gc.c: introduce new environment variableko12014-02-171-0/+10
* test_gc.rb: relax assertionnobu2014-01-151-1/+1
* test/ruby/test_gc.rb: use GC.stat(:key) instead of GC.statkazu2014-01-041-1/+1
* test_gc.rb: fix syntax errornobu2013-12-181-2/+2
* test_gc.rb: refine assertionnobu2013-12-181-2/+2
* * test/ruby/test_gc.rb (test_expand_heap): allow +/-1 diff.ko12013-12-181-2/+3
* vm_trace.c: isolate exceptionsnobu2013-12-171-0/+13
* * gc.c: introduce GC.verify_internal_consistency method to verify GCko12013-12-161-0/+4
* test/ruby: better assertionsnobu2013-12-131-1/+1
* gc.c: add minor marking and lazy sweeping options to GC.starttmm12013-12-061-0/+16