index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
objspace
/
test_objspace.rb
Age
Commit message (
Expand
)
Author
25 hours
Skip test affected by TracePoint-dependent allocation_class_path
Yusuke Endoh
7 days
Inline Class#new.
Aaron Patterson
8 days
objspace_dump: Include `shareable` flag
Jean Boussier
2025-03-06
Harden `TestObjSpace#test_memsize_of_root_shared_string`
Jean Boussier
2025-02-19
Add age to rb_gc_object_metadata
Peter Zhu
2025-01-30
Output object_id in ObjectSpace.dump
Peter Zhu
2024-12-16
Check whether object is valid in allocation_info_tracer_compact
Peter Zhu
2024-12-16
Fix ObjectSpace.trace_object_allocations for compaction
Peter Zhu
2024-11-12
ObjectSpace.dump: handle Module#set_temporary_name
Jean Boussier
2024-09-17
Replace all GC.disable with EnvUtil.without_gc
Peter Zhu
2024-07-03
[Feature #20470] Split GC into gc_impl.c
Peter Zhu
2024-05-09
Stabilize TestObjSpace#test_dump_special_consts
Jean Boussier
2024-03-14
Ensure test suite is compatible with --frozen-string-literal
Jean Boussier
2023-12-07
Skip a flaky objspace test on Visual Studio
Takashi Kokubun
2023-11-22
objspace_dump.c: dump call cache ids with dump_append_id
Jean Boussier
2023-11-13
Revert "Fix crash caused by concurrent ObjectSpace.dump_all calls"
Jean Boussier
2023-11-12
Fix crash caused by concurrent ObjectSpace.dump_all calls
KJ Tsanaktsidis
2023-11-09
String#force_encoding don't clear coderange if encoding is unchanged
Jean Boussier
2023-10-12
Fix ObjectSpace.dump with super() callinfo
John Hawthorn
2023-08-16
Move the PC regardless of the leaf flag (#8232)
Takashi Kokubun
2023-07-18
Remove assumption about object order
Peter Zhu
2023-05-31
Fix flaky test in test_objspace.rb
Peter Zhu
2023-05-21
Skip too-complex-shape test which is always flaky regardless JIT
Nobuyoshi Nakada
2023-05-21
Skip first if flaky [ci skip]
Nobuyoshi Nakada
2023-05-19
The too-complex test isn't stablefor RJIT either
Takashi Kokubun
2023-05-19
Skip test_dump_too_complex_shape for YJIT for now
Takashi Kokubun
2023-05-18
change to test/objectspace, don't rely on Object's shape not being "too complex"
lukeg
2023-05-10
Prevent warning: assigned but unused variable
Yusuke Endoh
2023-05-04
Define `RubyVM::Shape` dependent test only if available
Nobuyoshi Nakada
2023-03-08
Fix crash when allocating classes with newobj hook
Peter Zhu
2023-02-24
Fix incorrect line numbers in GC hook
Peter Zhu
2023-01-11
Skip unfixed assertion about objspace/dump_all
Koichi Sasada
2023-01-05
Add embedded status to dumps of T_OBJECT
Peter Zhu
2022-12-28
add debug print for the failure
Koichi Sasada
2022-12-15
Indicate if a shape is too_complex in ObjectSpace#dump
Jemma Issroff
2022-12-08
ObjectSpace.dump_all: dump shapes as well
Jean Boussier
2022-11-21
Add RVALUE_OVERHEAD and move ractor_belonging_id
Peter Zhu
2022-11-10
Transition shape when object's capacity changes
Jemma Issroff
2022-10-20
push dummy frame for loading process
Koichi Sasada
2022-09-26
Revert this until we can figure out WB issues or remove shapes from GC
Aaron Patterson
2022-09-26
This commit implements the Object Shapes technique in CRuby.
Jemma Issroff
2022-07-22
Dump non-ASCII char as unsigned
Nobuyoshi Nakada
2022-07-21
Revert "objspace_dump.c: skip dumping method name if not pure ASCII"
Jean byroot Boussier
2022-07-21
objspace_dump.c: skip dumping method name if not pure ASCII
Jean Boussier
2022-07-04
ObjectSpace.dump: Include string coderange
Jean Boussier
2022-03-29
Refactor test_dump_all to make assertions about the contents of the dumped hash
Jemma Issroff
2022-03-01
Show embed status of array when len is 0 in objspace dump
Peter Zhu
2022-02-09
objspace: Hide identhash containing internal objs
John Hawthorn
2022-02-03
Add the size pool slot size to the output of ObjectSpace.dump/dump_all
Matt Valentine-House
2022-02-02
Decouple GC slot sizes from RVALUE
Peter Zhu
[next]