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
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
7 days
increase timeout for high load env
Koichi Sasada
10 days
Add debug message to test_heaps_grow_independently
Peter Zhu
10 days
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
2023-09-08
Fix weak_references count test
Matt Valentine-House
2023-08-31
Correctly calculate initial pages
Peter Zhu
2023-08-30
Change heap init environment variable names
Peter Zhu
2023-08-28
Fix growth in minor GC when we have initial slots
Peter Zhu
2023-08-28
Remove --disable-gems in assert_in_out_err
Peter Zhu
2023-08-25
[Feature #19785] Deprecate RUBY_GC_HEAP_INIT_SLOTS
Peter Zhu
2023-08-25
Expose stats about weak references
Peter Zhu
2023-08-17
Move total_freed_objects to size pool
Peter Zhu
2023-08-17
Move total_allocated_objects to size pool
Peter Zhu
2023-08-15
Add stat force_incremental_marking_finish_count
Peter Zhu
2023-08-03
Remove --disable-gems for assert_separately
Peter Zhu
2023-07-31
Fix default value of global_init_slots
Peter Zhu
2023-07-31
Fix test_gc_parameter_init_slots
Peter Zhu
2023-07-31
Store initial slots per size pool
Peter Zhu
2023-07-12
Add comment to test
Peter Zhu
[next]