aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_gc.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix flaky test test_thrashing_for_young_objectsPeter Zhu2022-10-081-0/+3
* Add more debugging output to test_thrashing_for_young_objectsPeter Zhu2022-10-071-1/+3
* Add debug output to test_thrashing_for_young_objectsPeter Zhu2022-10-061-5/+8
* Fix flaky test for GC thrashingPeter Zhu2022-08-171-0/+4
* Add test for GC thrashing of young object creationPeter Zhu2022-08-151-0/+22
* Add key force_major_gc_count to GC.stat_heapPeter Zhu2022-06-081-0/+1
* Move total_freed_pages to size poolPeter Zhu2022-02-031-0/+2
* Move total_allocated_pages to size poolPeter Zhu2022-02-031-0/+2
* Decouple GC slot sizes from RVALUEPeter Zhu2022-02-021-1/+1
* Use omit instead of skip without the default gems testsHiroshi SHIBATA2022-01-111-2/+2
* [Feature #18364] Add GC.stat_heap to get stats for memory heapsPeter Zhu2022-01-041-0/+66
* Use omit instead of skip: test/ruby/**/*.rbHiroshi SHIBATA2022-01-041-6/+6
* Revert "Add GC.stat_size_pool to get stats for a size pool"Peter Zhu2021-11-251-48/+0
* Add GC.stat_size_pool to get stats for a size poolPeter Zhu2021-11-251-0/+48
* Run in a separated process to run finalizers certainlyNobuyoshi Nakada2021-07-271-34/+12
* Try GC more during suppressing the warningNobuyoshi Nakada2021-07-271-2/+12
* Make GCed during suppressing the warningNobuyoshi Nakada2021-07-271-8/+14
* Suppress exception message in finalizer [Feature #17798]Nobuyoshi Nakada2021-07-231-2/+2
* suppress warnings on repeat tests.Koichi Sasada2021-05-121-3/+2
* node.c (rb_ast_new): imemo_ast is WB-unprotectedYusuke Endoh2021-04-261-0/+7
* 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