index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
ruby_4_0
ruby_4_0-prism-1-8-0
sync-gems
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
ruby
/
test_gc.rb
Age
Commit message (
Expand
)
Author
2025-12-26
Remove `RUBY_GC_HEAP_INIT_SLOTS` environment variable
Nobuyoshi Nakada
2025-12-25
Implement declaring weak references
Peter Zhu
2025-11-19
Implement heap_final_slots in GC.stat_heap
Peter Zhu
2025-11-19
Implement heap_free_slots in GC.stat_heap
Peter Zhu
2025-11-19
Implement heap_live_slots in GC.stat_heap
Peter Zhu
2025-11-04
Release VM lock before running finalizers (#15050)
Luke Gruber
2025-09-21
Exclude failing GC finalizer tests with ASAN
Benoit Daloze
2025-09-03
Revert "test_gc.rb: Attempt to stabilize test_interrupt_in_finalizer"
Takashi Kokubun
2025-09-02
test_gc.rb: Attempt to stabilize test_interrupt_in_finalizer
Takashi Kokubun
2025-08-18
Increase timeout on slow tests (#14264)
Max Bernstein
2025-08-14
Increase timeout for failing tests
Takashi Kokubun
2025-08-11
Fix return value of setting in GC.config
Peter Zhu
2025-06-26
Fix flaky TestGc#test_heaps_grow_independently
Peter Zhu
2025-06-15
Relax the criteria of flaky weak_references count test
Nobuyoshi Nakada
2025-06-15
Simplify weak_references count test initialization
Nobuyoshi Nakada
2025-06-08
increase timeout for high load env
Koichi Sasada
2025-06-05
Add debug message to test_heaps_grow_independently
Peter Zhu
2025-06-05
mark main Ractor object
Koichi Sasada
2025-05-31
skip failing test in a week
Koichi Sasada
2025-04-28
Fix nondeterministic failure in test_latest_gc_info_weak_references_count
Jeremy Evans
2025-04-07
Grow GC heaps independently
Peter Zhu
2025-04-01
[Bug #21203] Skip TestGc#test_gc_parameter_init_slots since it is flaky (#13025)
Naoto Ono
2025-03-11
Fix flaky test_latest_gc_info_need_major_by
Peter Zhu
2025-03-10
Bump tolerance for weak reference test from 1 to 2
Peter Zhu
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2024-11-14
rb_raise when attempting to set the GC implementation name
Matt Valentine-House
2024-11-14
Expose GC.config[:implementation], to query the currently active GC
Matt Valentine-House
2024-11-06
Fix flakiness in TestGc#test_thrashing_for_young_objects
KJ Tsanaktsidis
2024-10-11
Remove defined check for GC.config in test_gc.rb
Peter Zhu
2024-10-10
Fix typo in test_gc.rb [ci skip]
Peter Zhu
2024-10-03
Rename size_pool -> heap
Matt Valentine-House
2024-09-17
Replace all GC.disable with EnvUtil.without_gc
Peter Zhu
2024-09-09
Add keys to GC.stat and fix tests
Peter Zhu
2024-09-09
Switch sorted list of pages in the GC to a darray
Peter Zhu
2024-09-02
Fix flaky test_latest_gc_info_need_major_by
Peter Zhu
2024-08-19
Make assertions allow incremental GC when disabled
Peter Zhu
2024-08-11
Fix flag test macro
Nobuyoshi Nakada
2024-07-12
Rename full_mark -> rgengc_allow_full_mark
Matt Valentine-House
2024-07-12
Provide GC.config to disable major GC collections
Matt Valentine-House
2024-07-05
Fix flaky test_stat_heap_all
Peter Zhu
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2024-06-07
TestGc#test_thrashing_for_young_objects: extend the timeout limit
Yusuke Endoh
2024-03-27
Revert "skip `test_gc_stress_at_startup`"
Peter Zhu
2024-03-26
skip `test_gc_stress_at_startup`
Koichi Sasada
2024-01-06
Add test case for GC.measure_total_time
Rian McGuire
2023-12-19
restore the stack pointer on finalizer
Koichi Sasada
2023-12-18
Fix flaky test test_stat_heap
Peter Zhu
2023-12-12
Skip a GC test for RJIT
Takashi Kokubun
2023-12-07
Fix SEGV caused by `GC::Profiler.raw_data` (#9122)
Soutaro Matsumoto
2023-10-18
Loosen assertion for flaky weak references test
Peter Zhu
[next]