aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix passing actual object_id to finalizerJohn Hawthorn2019-11-081-0/+8
* Use a monotonically increasing number for object_idJohn Hawthorn2019-11-071-0/+8
* Revert "Use a monotonically increasing number for object_id"Aaron Patterson2019-11-061-8/+0
* Use a monotonically increasing number for object_idJohn Hawthorn2019-11-061-0/+8
* skip tests that do not work on GC.stress卜部昌平2019-10-251-0/+9
* Suppress unused variable warningsNobuyoshi Nakada2019-06-301-0/+1
* test/ruby/test_gc.rb (test_gc_stress_at_startup): extend time timeoutYusuke Endoh2019-05-241-1/+1
* Do not modify shared arrayNobuyoshi Nakada2019-05-211-1/+0
* skip a test to pass CIs.Koichi Sasada2019-05-181-0/+1
* Defer setting gc_stress until inits doneNobuyoshi Nakada2019-04-241-0/+4
* Add `GC.compact` again.tenderlove2019-04-201-0/+1
* Reverting all commits from r67479 to r67496 because of CI failureskazu2019-04-101-1/+0
* Adding `GC.compact` and compacting GC support.tenderlove2019-04-091-0/+1
* test_gc.rb: increase timeout for RubyCIk0kubun2018-12-291-1/+1
* Revert "Revert "Manage AST NODEs out of GC""mame2017-10-271-0/+3
* Revert "Manage AST NODEs out of GC"mame2017-10-271-3/+0
* Manage AST NODEs out of GCmame2017-10-271-0/+3
* test_gc.rb: relax criterionnobu2017-09-241-1/+1
* gc.c: restore cfp at finalizernobu2017-08-231-0/+23
* skip unless finalizers runnobu2017-08-231-1/+2
* gc.c: run all finalizersnobu2017-08-231-0/+22
* * gc.c (gc_mark_roots): should mark the VM object itself to markko12016-07-131-0/+7
* 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