aboutsummaryrefslogtreecommitdiffstats
path: root/test/objspace
Commit message (Expand)AuthorAgeFilesLines
* Skip a flaky objspace test on Visual StudioTakashi Kokubun2023-12-071-0/+1
* objspace_dump.c: dump call cache ids with dump_append_idJean Boussier2023-11-221-2/+2
* Revert "Fix crash caused by concurrent ObjectSpace.dump_all calls"Jean Boussier2023-11-131-8/+0
* Fix crash caused by concurrent ObjectSpace.dump_all callsKJ Tsanaktsidis2023-11-121-0/+8
* String#force_encoding don't clear coderange if encoding is unchangedJean Boussier2023-11-091-1/+1
* Fix ObjectSpace.dump with super() callinfoJohn Hawthorn2023-10-121-0/+21
* Move the PC regardless of the leaf flag (#8232)Takashi Kokubun2023-08-161-0/+7
* Remove assumption about object orderPeter Zhu2023-07-181-1/+7
* Fix flaky test in test_objspace.rbPeter Zhu2023-05-311-0/+2
* Skip too-complex-shape test which is always flaky regardless JITNobuyoshi Nakada2023-05-211-3/+1
* Skip first if flaky [ci skip]Nobuyoshi Nakada2023-05-211-4/+6
* The too-complex test isn't stablefor RJIT eitherTakashi Kokubun2023-05-191-1/+2
* Skip test_dump_too_complex_shape for YJIT for nowTakashi Kokubun2023-05-191-0/+1
* change to test/objectspace, don't rely on Object's shape not being "too complex"lukeg2023-05-181-2/+6
* Prevent warning: assigned but unused variableYusuke Endoh2023-05-101-1/+1
* Define `RubyVM::Shape` dependent test only if availableNobuyoshi Nakada2023-05-041-2/+2
* Fix interpreter crash caused by RUBY_INTERNAL_EVENT_NEWOBJ + RactorsKJ Tsanaktsidis2023-03-091-0/+17
* Fix crash when allocating classes with newobj hookPeter Zhu2023-03-081-0/+7
* Fix incorrect line numbers in GC hookPeter Zhu2023-02-241-0/+8
* Skip unfixed assertion about objspace/dump_allKoichi Sasada2023-01-111-2/+6
* Add embedded status to dumps of T_OBJECTPeter Zhu2023-01-051-0/+16
* add debug print for the failureKoichi Sasada2022-12-281-1/+8
* Indicate if a shape is too_complex in ObjectSpace#dumpJemma Issroff2022-12-151-0/+29
* ObjectSpace.dump_all: dump shapes as wellJean Boussier2022-12-081-2/+13
* Add RVALUE_OVERHEAD and move ractor_belonging_idPeter Zhu2022-11-211-2/+2
* Transition shape when object's capacity changesJemma Issroff2022-11-101-13/+13
* push dummy frame for loading processKoichi Sasada2022-10-201-0/+59
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-261-9/+5
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-261-5/+9
* Dump non-ASCII char as unsignedNobuyoshi Nakada2022-07-221-0/+15
* Revert "objspace_dump.c: skip dumping method name if not pure ASCII"Jean byroot Boussier2022-07-211-13/+0
* objspace_dump.c: skip dumping method name if not pure ASCIIJean Boussier2022-07-211-0/+13
* ObjectSpace.dump: Include string coderangeJean Boussier2022-07-041-0/+10
* Refactor test_dump_all to make assertions about the contents of the dumped hashJemma Issroff2022-03-291-4/+25
* Show embed status of array when len is 0 in objspace dumpPeter Zhu2022-03-011-0/+22
* objspace: Hide identhash containing internal objsJohn Hawthorn2022-02-091-0/+12
* Add the size pool slot size to the output of ObjectSpace.dump/dump_allMatt Valentine-House2022-02-031-0/+28
* Decouple GC slot sizes from RVALUEPeter Zhu2022-02-021-1/+1
* [Feature #18239] Implement VWA for stringsPeter Zhu2021-10-251-2/+2
* test/objspace/test_objspace.rb: check stderr before stdoutYusuke Endoh2021-05-141-1/+1
* ext/objspace/lib/objspace/trace.rb: AddedYusuke Endoh2021-05-141-0/+16
* * remove trailing spaces. [ci skip]git2021-05-121-1/+1
* Use another class for the comparison.Koichi Sasada2021-05-121-3/+2
* skip test for debug.Koichi Sasada2021-05-121-0/+2
* Fix some typos by spell checkerRyuta Kamizono2021-04-261-1/+1
* Use EnvUtil.under_gc_stressNobuyoshi Nakada2021-03-311-9/+5
* skip marking for uninitialized imemo_env.Koichi Sasada2021-03-311-0/+13
* objspace_dump.c: tag singleton classes and reference the superclassJean Boussier2021-02-041-0/+15
* Implement NameError::message#clone for RactorNobuyoshi Nakada2021-02-011-0/+9
* Fix ObjectSpace.dump(obj, output: :stdout)Kazuhiro NISHIYAMA2020-10-031-7/+14