summaryrefslogtreecommitdiff
path: root/test/ruby/test_weakmap.rb
AgeCommit message (Expand)Author
2024-02-22Skip under_gc_compact_stress on s390x (#10073)Takashi Kokubun
2023-12-12Make WeakMap safe for compaction during allocationPeter Zhu
2023-09-06Fix crash in WeakMap during compactionPeter Zhu
2023-08-25Implement WeakMap using weak referencesPeter Zhu
2023-08-03Remove --disable-gems for assert_separatelyPeter Zhu
2023-04-15Implement ObjectSpace::WeakMap#delete and ObjectSpace::WeakKeyMap#deleteJean Boussier
2023-04-06Add guard to compaction test in WeakMapPeter Zhu
2023-03-17ObjectSpace::WeakMap: clean inverse reference when an entry is re-assignedJean Boussier
2023-03-14Fix crash during compactionPeter Zhu
2023-03-14ObjectSpace::WeakMap: fix compaction supportJean Boussier
2023-02-01[Bug #19398] Memory leak in WeakMapPeter Zhu
2022-01-16Weakmap failure is still pendingNobuyoshi Nakada
2022-01-16Remove outdated skipsNobuyoshi Nakada
2022-01-16Use pend for old TODOsNobuyoshi Nakada
2021-12-07ObjectSpace::WeakMap#inspect: check if living object [Bug #18392]Nobuyoshi Nakada
2019-08-29Allow non-finalizable objects in ObjectSpace::WeakMapJean Boussier
2019-06-23Frozen objects in WeakMapNobuyoshi Nakada
2018-03-16test_weakmap.rb: skip unstable assertionnobu
2018-03-14test_weakmap.rb: fixing CI failuresnobu
2018-03-13Rename test classes to allow stable test count when running test-all -jnobu
2017-10-27skip tests temporarilyko1
2015-12-16Add frozen_string_literal: false for all filesnaruse
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-11* include/ruby/ruby.h: freeze nil/true/false.ko1
2013-12-13test_weakmap.rb: fix testnobu
2013-12-13test_weakmap.rb: fix testnobu
2013-12-13test_weakmap.rb: fix testnobu
2013-12-10gc.c: check arguments firstnobu
2013-12-10gc.c: fix WeakMap#inspectnobu
2013-12-09gc.c: ObjectSpace::WeakMap#sizenobu
2013-12-09test_weakmap.rb: addnobu