summaryrefslogtreecommitdiff
path: root/test/ruby/test_gc.rb
AgeCommit message (Expand)Author
2019-11-08Fix passing actual object_id to finalizerJohn Hawthorn
2019-11-07Use a monotonically increasing number for object_idJohn Hawthorn
2019-11-06Revert "Use a monotonically increasing number for object_id"Aaron Patterson
2019-11-06Use a monotonically increasing number for object_idJohn Hawthorn
2019-10-25skip tests that do not work on GC.stress卜部昌平
2019-06-30Suppress unused variable warningsNobuyoshi Nakada
2019-05-24test/ruby/test_gc.rb (test_gc_stress_at_startup): extend time timeoutYusuke Endoh
2019-05-21Do not modify shared arrayNobuyoshi Nakada
2019-05-18skip a test to pass CIs.Koichi Sasada
2019-04-24Defer setting gc_stress until inits doneNobuyoshi Nakada
2019-04-20Add `GC.compact` again.tenderlove
2019-04-10Reverting all commits from r67479 to r67496 because of CI failureskazu
2019-04-09Adding `GC.compact` and compacting GC support.tenderlove
2018-12-29test_gc.rb: increase timeout for RubyCIk0kubun
2017-10-27Revert "Revert "Manage AST NODEs out of GC""mame
2017-10-27Revert "Manage AST NODEs out of GC"mame
2017-10-27Manage AST NODEs out of GCmame
2017-09-24test_gc.rb: relax criterionnobu
2017-08-23gc.c: restore cfp at finalizernobu
2017-08-23skip unless finalizers runnobu
2017-08-23gc.c: run all finalizersnobu
2016-07-13* gc.c (gc_mark_roots): should mark the VM object itself to markko1
2016-02-03Remove debug print introduced in r52386naruse
2016-01-08* gc.c: rename PAGE_* to HEAP_PAGE_* because PAGE_SIZE is usedko1
2016-01-08* gc.c: rename constant names HEAP_* to PAGE_*.ko1
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-10* test/ruby/test_gc.rb (test_expand_heap): relax condition (1->2).ko1
2015-11-19* gc.c (gc_start): force to invoke GC by GC.startko1
2015-10-30explicitly overwrite signal handlingnaruse
2015-10-30show parent process's signal mask from child processnaruse
2015-10-30test_gc.rb: fix failure messagenobu
2015-10-30show child and parent signal masknaruse
2015-10-29show signal mask on solarisnaruse
2015-10-29revert experimental changes related to Solaris CInaruse
2015-10-28increase timeout (with full GC)naruse
2015-10-28write in shroternaruse
2015-10-27suppress warnings: assigned but unused variablenaruse
2015-10-27dumping core may take too much time for CInaruse
2015-08-13test_gc.rb: dump hung up processnobu
2015-08-12test_gc.rb: abort hung up processnobu
2015-08-12test_gc.rb: timeout of test_interrupt_in_finalizernobu
2015-08-09test_gc.rb: check signal firstnobu
2015-06-02use assert_raisenobu
2015-05-31* test/ruby/test_gc.rb: increase timeout seconds for GC stressfulko1
2015-02-05test_gc.rb: read binarynobu
2014-12-24test_gc.rb: termsignobu
2014-12-13test_gc.rb: workaround for Windowsnobu
2014-12-13test_gc.rb: waitnobu
2014-12-13vm_trace.c: defer interrupts while postponed jobsnobu
2014-11-26* test/ruby/test_gc.rb (test_latest_gc_info): do test separatelyko1