ruby/test/-ext-
Thomas Marshall 7e4b1f8e19
[Bug #20322] Fix rb_enc_interned_str_cstr null encoding
The documentation for `rb_enc_interned_str_cstr` notes that `enc` can be
a null pointer, but this currently causes a segmentation fault when
trying to autoload the encoding. This commit fixes the issue by checking
for NULL before calling `rb_enc_autoload`.
2024-03-03 10:43:35 +00:00
..
arith_seq
array
bignum
bug_reporter [PRISM] Fix test_bug_reporter with prism 2024-01-31 14:20:51 -05:00
class
debug Show the method owner in backtraces 2024-02-15 19:11:58 +09:00
econv
eval
exception
file
float
funcall
gvl
hash
integer
iseq_load Fix small issues concerning namespacing in test-all suite 2023-03-17 08:46:37 +09:00
iter
load loading/testing in different processes for multiple runs 2023-12-15 21:36:27 +09:00
marshal Do not include a backtick in error messages and backtraces 2024-02-15 18:42:31 +09:00
method
num2int
path_to_class
popen_deadlock
postponed_job Add a test case for preregistering with different data 2023-12-13 13:35:05 +11:00
proc
rational
st
string [Bug #20322] Fix rb_enc_interned_str_cstr null encoding 2024-03-03 10:43:35 +00:00
struct [Feature #19757] Add new API rb_data_define 2023-07-13 17:55:55 +09:00
symbol [Bug #20025] Check if upper/lower before fallback to case-folding 2023-11-29 14:40:21 +09:00
thread rb_thread_lock_native_thread() 2024-02-21 15:38:29 +09:00
thread_fd
time
tracepoint
typeddata
vm
wait
win32
test_abi.rb
test_bug-3571.rb Show the method owner in backtraces 2024-02-15 19:11:58 +09:00
test_bug-5832.rb
test_bug-14834.rb
test_enumerator_kw.rb
test_notimplement.rb
test_printf.rb
test_random.rb
test_recursion.rb
test_scan_args.rb