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
/
ruby
/
test_settracefunc.rb
Age
Commit message (
Expand
)
Author
4 days
Deopt if iseq trace events are enabled
Aaron Patterson
4 days
Inline Class#new.
Aaron Patterson
2025-04-10
Restore the original order of const_added and inherited callbacks
Xavier Noria
2025-03-14
Invoke `inherited` callbacks before `const_added`
Jean Boussier
2025-03-06
Fix flaky failure in TestSetTraceFunc#test_tracepoint_disable (#12854)
Naoto Ono
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2024-11-29
[Bug #20915] Fix SEGV with `TracePoint#parameters` and aliased C method
viralpraxis
2024-11-13
Move Array#map to Ruby
Takashi Kokubun
2024-09-13
Prevent a warning: assigned but unused variable - exp_events
Yusuke Endoh
2024-08-16
Fix assertion error when TracePoint has incompatible events
Peter Zhu
2024-08-16
Fix flaky TestSetTraceFunc#test_remove_in_trace by filtering trace events
Naoto Ono
2024-07-29
Revert moving things to Ruby
Aaron Patterson
2024-07-17
Report a TracePoint log when the TracePoint tests fail
Yusuke Endoh
2024-07-03
Move Array#map to Ruby
Aaron Patterson
2024-06-25
Move to test/.excludes-prism
Nobuyoshi Nakada
2024-06-25
Pending `EVENT_RETURN` settracefunc tests with Prism
Nobuyoshi Nakada
2024-06-25
[Bug #20457] Do not remove final `return` node
Nobuyoshi Nakada
2024-03-04
Disable callcc when ASAN is enabled
KJ Tsanaktsidis
2024-02-22
Ensure that exiting thread invokes end-of-life behaviour. (#10039)
Samuel Williams
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
2024-01-23
Rewrite Array#each in Ruby using Primitive (#9533)
Takashi Kokubun
2024-01-23
Memory leak with TracePoint on bmethod
Peter Zhu
2023-12-12
[Bug #19114] Fix for multiple calls of TracePoint#enable
Kouhei Yanagita
2023-12-07
Support tracing of struct member accessor methods
Jeremy Evans
2023-11-15
test: Follow-up fix for #8916
Yuta Saito
2023-11-14
test: Assert only events originated from the test_settracefunc.rb test file
Yuta Saito
2023-11-14
test: Check file name in test_thread_add_trace_func also
Yuta Saito
2023-09-07
Rewrite Integer#times in Ruby (#8388)
Takashi Kokubun
2023-08-09
Prevent warnings: assigned but unused variable
Yusuke Endoh
2023-08-01
support `rescue` event for TracePoint
Koichi Sasada
2023-08-01
remove strange line event
Koichi Sasada
2023-03-06
s/MJIT/RJIT/
Takashi Kokubun
2023-01-04
Fix crash in TracePoint c_call for removed method
Peter Zhu
2022-12-25
Rewrite Kernel#loop in Ruby (#6983)
Takashi Kokubun
2022-12-21
Make sure TracePoint#binding returns nil for c_call/c_return events
Jeremy Evans
2022-08-02
Implement Queue#pop(timeout: sec)
Jean Boussier
2022-06-22
Fix infinite loop when b_return TracePoint throws
Alan Wu
2022-06-10
Fix nested bmethod TracePoint and memory leak
Alan Wu
2022-05-30
Fix use-after-free with interacting TracePoints
Alan Wu
2022-04-06
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-04-01
Revert "Raise RuntimeError if Kernel#binding is called from a non-Ruby frame"
Jeremy Evans
2022-03-29
Avoid trace events in implementation of TracePoint#enable
Jeremy Evans
2022-03-29
Make TracePoint#enable with block target current thread by default
Jeremy Evans
2022-03-24
Raise RuntimeError if Kernel#binding is called from a non-Ruby frame
Jeremy Evans
2022-01-14
Add a Module#const_added callback
Jean Boussier
2022-01-04
Use omit instead of skip: test/ruby/**/*.rb
Hiroshi SHIBATA
2021-12-13
Prepare for removing RubyVM::JIT (#5262)
Takashi Kokubun
2021-12-10
`TracePoint.allow_reentry`
Koichi Sasada
2021-12-01
Rework tracing for blocks running as methods
Alan Wu
2021-11-10
[ci skip] Fix typo in test name
Peter Zhu
[next]