aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
Commit message (Expand)AuthorAgeFilesLines
* Guard callinfoAaron Patterson2021-01-131-0/+10
* enable constant cache on ractorsKoichi Sasada2021-01-051-9/+13
* Removed old GC tuning environment variables deprecated since 2.1Nobuyoshi Nakada2020-12-181-6/+0
* prevent memory allocation for GC testsKoichi Sasada2020-06-121-3/+7
* Run major GC three times to make sure the minor GC reasonYusuke Endoh2020-05-221-1/+1
* fix 6e271e4cbbe6a8bc4d4f75dc553ce054eae7af00Koichi Sasada2020-03-041-1/+1
* Run major GC to make sure the minor GC reasonKoichi Sasada2020-03-041-0/+1
* Run major GC to make sure the minor GC next time.Koichi Sasada2020-03-041-1/+2
* * remove trailing spaces. [ci skip]git2020-02-221-1/+1
* Introduce disposable call-cache.Koichi Sasada2020-02-221-0/+3
* 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