summaryrefslogtreecommitdiff
path: root/spec/ruby/library/objectspace/memsize_of_spec.rb
AgeCommit message (Collapse)Author
2024-10-23Harden the ObjectSpace.memsize_of specJean Boussier
[Bug #20803] `abc` is used a lot across the ruby spec suite, if another test runs before this spec is loaded and create this symbol dynamically (`"abc".to_sym`) the spec will fail. So it's preferable to use a symbol name that is very unlikely to be used elsewhere to avoid flakes. Notes: Merged: https://github.com/ruby/ruby/pull/11942
2021-07-29Update to ruby/spec@b65d01fBenoit Daloze
2020-05-31Update to ruby/spec@4e486faBenoit Daloze
2019-05-28Update to ruby/spec@9a501a8Benoit Daloze