summaryrefslogtreecommitdiff
path: root/test/objspace
AgeCommit message (Expand)Author
2022-03-29Refactor test_dump_all to make assertions about the contents of the dumped hashJemma Issroff
2022-03-01Show embed status of array when len is 0 in objspace dumpPeter Zhu
2022-02-09objspace: Hide identhash containing internal objsJohn Hawthorn
2022-02-03Add the size pool slot size to the output of ObjectSpace.dump/dump_allMatt Valentine-House
2022-02-02Decouple GC slot sizes from RVALUEPeter Zhu
2021-10-25[Feature #18239] Implement VWA for stringsPeter Zhu
2021-05-14test/objspace/test_objspace.rb: check stderr before stdoutYusuke Endoh
2021-05-14ext/objspace/lib/objspace/trace.rb: AddedYusuke Endoh
2021-05-12* remove trailing spaces. [ci skip]git
2021-05-12Use another class for the comparison.Koichi Sasada
2021-05-12skip test for debug.Koichi Sasada
2021-04-26Fix some typos by spell checkerRyuta Kamizono
2021-03-31Use EnvUtil.under_gc_stressNobuyoshi Nakada
2021-03-31skip marking for uninitialized imemo_env.Koichi Sasada
2021-02-04objspace_dump.c: tag singleton classes and reference the superclassJean Boussier
2021-02-01Implement NameError::message#clone for RactorNobuyoshi Nakada
2020-10-03Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA
2020-09-25Return nil when argument to ObjectSpace.internal_class_of is T_IMEMOAlan Wu
2020-09-09Optimize ObjectSpace.dump_allJean Boussier
2020-09-09Add a :since option to dump_allJean Boussier
2020-08-19Fix ObjectSpace.trace_object_allocations_stop to not raise if the tracepoint ...Jean Boussier
2020-08-18Reset object allocation trace informationAaron Patterson
2020-08-18Update references when tracing allocationsAaron Patterson
2020-08-18Disable debugging test.Koichi Sasada
2020-08-17Fix method name escaping in ObjectSpace.dumpJohn Hawthorn
2020-08-17Also escape DEL codeNobuyoshi Nakada
2020-08-17Fixed the radix for control charsNobuyoshi Nakada
2020-07-23Removed fragile tests in https://github.com/ruby/ruby/pull/3349Nobuyoshi Nakada
2020-07-23Avoid allocating a string when dumping an anonymous module or classJean Boussier
2019-06-30Suppress unused variable warningsNobuyoshi Nakada
2019-06-28Suppress unused variable warning with RUBYOPT=-wNobuyoshi Nakada
2019-06-28O_EXCL has no meaning for fdopenNobuyoshi Nakada
2019-06-23Disable frozen-string-literal to disable deduplicationNobuyoshi Nakada
2019-06-01Ignore warnings about ambiguous first argument of regexp with assert match.Hiroshi SHIBATA
2019-02-13fix imemo entry description.ko1
2018-10-09ext/objspace/objspace_dump.c: print addresses consistentlynobu
2018-10-09Revert "ext/objspace/objspace_dump.c: print addresses consistently"naruse
2018-10-08ext/objspace/objspace_dump.c: print addresses consistentlytenderlove
2017-10-10io.c: encoding of ARGF.inplace_modenobu
2017-09-17ext/objspace/objspace.c: remove unneeded code clones.mame
2017-06-22fix mortal_dynamic_symbol countnobu
2017-06-22try to fix symbol duplication.ko1
2017-01-31Add IMEMO type to heap dump output.tenderlove
2017-01-04adjust indent [ci skip]nobu
2017-01-03Add `full` option to `ObjectSpace.dump_all`tenderlove
2016-09-16Use JSON lines format for full heap dumps.tenderlove
2016-06-12dump to stdoutnobu
2016-06-11ObjectSpace.dump_all: valid JSONnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-10-19objspace_dump.c: special constnobu