1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/test/-ext-
usa ae1573ac73 merge revision(s) 12391cdbe1: [Backport #16834]
merge revision(s) cbe4f75ef8: [Backport
	 #16834]

		Fix rb_profile_frame_classpath to handle module singletons

		Right now `SomeClass.method` is properly named, but `SomeModule.method`
		is displayed as `#<Module:0x000055eb5d95adc8>.method` which makes
		profiling annoying.
	---
	 test/-ext-/debug/test_profile_frames.rb | 40 ++++++++++++++++++++++++++++-----
	 version.h                               |  2 +-
	 vm_backtrace.c                          |  2 +-
	 3 files changed, 36 insertions(+), 8 deletions(-)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67918 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2021-04-04 22:50:22 +00:00
..
arith_seq Add test cases of rb_arithmetic_sequence_extract 2018-12-12 21:17:04 +00:00
array Rename test classes to allow stable test count when running test-all -j 2018-03-13 06:29:02 +00:00
bignum Rename test classes to allow stable test count when running test-all -j 2018-03-13 06:29:02 +00:00
bug_reporter test_bug_reporter.rb: make it work with --jit 2018-04-28 09:02:56 +00:00
class
debug merge revision(s) 12391cdbe1: [Backport #16834] 2021-04-04 22:50:22 +00:00
exception Rename test classes to allow stable test count when running test-all -j 2018-03-13 06:29:02 +00:00
file
float
funcall ruby.h: relax rb_funcall check on extra args for clang 2018-01-30 23:55:49 +00:00
gvl revisit more MJIT test skips 2018-10-22 15:49:22 +00:00
hash Rename test classes to allow stable test count when running test-all -j 2018-03-13 06:29:02 +00:00
integer merge revision(s) 67203: [Backport #15651] 2019-03-11 13:49:09 +00:00
iseq_load Show diff in failure messages 2018-12-06 05:29:07 +00:00
iter
load
marshal
method Rename test classes to allow stable test count when running test-all -j 2018-03-13 06:29:02 +00:00
num2int
path_to_class
popen_deadlock
postponed_job
proc Rename test classes to allow stable test count when running test-all -j 2018-03-13 06:29:02 +00:00
rational
st
string merge revision(s) 93faa011d3: [Backport #16151] 2019-09-27 11:23:18 +00:00
struct
symbol
thread_fd_close revert revert of r65285 2018-10-21 23:20:32 +00:00
time
tracepoint
typeddata
vm
wait_for_single_fd test_wait_for_single_fd.rb: remove with_pipe helper 2018-05-14 23:51:39 +00:00
win32
test_bug-3571.rb
test_bug-5832.rb
test_bug-14834.rb merge revision(s) 5d33f787169bcc3594d2264726695d58c4a06899,8b162ce9d1003e4e469d8f48cb9a2076fd45b47c: [Backport #14834] 2019-08-18 06:10:46 +00:00
test_notimplement.rb Add more assertions for NotImplementedError of instance method 2018-08-21 14:57:56 +00:00
test_printf.rb quote symbols 2018-03-14 02:35:51 +00:00
test_recursion.rb
test_scan_args.rb merge revision(s) 67217: [Backport #15658] 2019-03-11 12:57:34 +00:00