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
ruby_4_0
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
-ext-
Age
Commit message (
Expand
)
Author
2025-12-16
Box: fix the environment variable name
Nobuyoshi Nakada
2025-12-16
Box: move extensions from namespace to box
Nobuyoshi Nakada
2025-12-12
Avoid race condition in `test_without_handle_interrupt_signal_works`. (#15504)
Samuel Williams
2025-12-10
Remove object_id in NEWOBJ tracepoint test
Jean Boussier
2025-12-07
Suppress noisy outputs
Nobuyoshi Nakada
2025-12-06
Yield to scheduler if interrupts are pending. (#14700)
Samuel Williams
2025-12-03
Handle NEWOBJ tracepoints settings fields
Jean Boussier
2025-11-14
Skip tests in TestThreadLockNativeThread when using LSAN
Peter Zhu
2025-11-07
Follow renaming from Namespace to Ruby::Box
Satoshi Tagomori
2025-11-07
rename namespace.c (and others) to box.c
Satoshi Tagomori
2025-09-17
Unset RUBY_CRASH_REPORT in tests that crash on purpose
Alan Wu
2025-09-05
ZJIT: Fix tests for ZJIT (#14460)
Takashi Kokubun
2025-09-02
ext/-test-/tracepoint/gc_hook.c: Fix GC safety issue
Alan Wu
2025-08-15
Fix tests using assert_raise_with_message on US-ASCII systems
Peter Zhu
2025-08-15
Relax a delta for an unstable test (#14246)
Takashi Kokubun
2025-06-19
Relax delta value
Hiroshi SHIBATA
2025-06-11
Try to run ignored tests with macOS 15
Hiroshi SHIBATA
2025-05-31
`Ractor::Port`
Koichi Sasada
2025-05-26
Add shape_id to RBasic under 32 bit
John Hawthorn
2025-05-13
Make `waiting_fd` behaviour per-IO. (#13127)
Samuel Williams
2025-05-12
YJIT: Split the block on optimized getlocal/setlocal (#13282)
Takashi Kokubun
2025-05-11
namespace on read
Satoshi Tagomori
2025-05-05
YJIT: End the block after OPTIMIZE_METHOD_TYPE_CALL (#13245)
Takashi Kokubun
2025-04-17
Only test on known good platforms. (#13123)
Samuel Williams
2025-04-17
Prefer `th->ec` for stack base/size. (#13101)
Samuel Williams
2025-03-27
Skip TestThreadInstrumentation#test_sleeping_inside_ractor on ModGC workflow ...
Naoto Ono
2025-03-17
Manage skipping instance variable IDs in one place
Nobuyoshi Nakada
2025-02-13
[Feature #21116] Extract RJIT as a third-party gem
Nobuyoshi Nakada
2024-11-13
Move Array#map to Ruby
Takashi Kokubun
2024-11-06
macOS 15 is the stable version today
Hiroshi SHIBATA
2024-10-03
Fix indentation in test_after_gc_start_hook_with_GC_stress
Peter Zhu
2024-09-11
Use macos? helper
Hiroshi SHIBATA
2024-07-31
Reset the counter for two consecutive runs
Satoshi Tagomori
2024-07-30
Use tmpdir for various environments (including Windows)
Satoshi Tagomori
2024-07-30
Fix test code and extension to avoid using gvars and Kernel methods
Satoshi Tagomori
2024-07-30
[BUG #20655] Add tests to use rb_ensure and call cont.call
Satoshi Tagomori
2024-07-18
[PRISM] Refactor parser support into its own module
Kevin Newton
2024-07-18
Refactor RUBY_DESCRIPTION assertions in test_rubyoptions
Kevin Newton
2024-07-12
Pend some tests because these are not working with macOS 15 beta and Xcode 16...
Hiroshi SHIBATA
2024-06-19
String.new(capacity:) don't substract termlen
Jean Boussier
2024-06-13
Add rb_str_resize coderange test
tompng
2024-06-07
Make subclasses to define methods
Nobuyoshi Nakada
2024-06-02
Stop exposing `rb_str_chilled_p`
Jean Boussier
2024-05-20
Fix incorrect assertion in TestThreadInstrumentation
Jean Boussier
2024-03-26
Expose rb_str_chilled_p
Étienne Barrié
2024-03-14
Ensure test suite is compatible with --frozen-string-literal
Jean Boussier
2024-03-03
[Bug #20322] Fix rb_enc_interned_str_cstr null encoding
Thomas Marshall
2024-02-21
`rb_thread_lock_native_thread()`
Koichi Sasada
2024-02-15
Show the method owner in backtraces
Yusuke Endoh
2024-02-15
Do not include a backtick in error messages and backtraces
Yusuke Endoh
[next]