summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
2025-05-13YJIT: Split the block on optimized getlocal/setlocal (#13331)Takashi Kokubun
2025-05-06YJIT: End the block after OPTIMIZE_METHOD_TYPE_CALLTakashi Kokubun
2024-11-13Move Array#map to RubyTakashi Kokubun
2024-11-06macOS 15 is the stable version todayHiroshi SHIBATA
2024-10-03Fix indentation in test_after_gc_start_hook_with_GC_stressPeter Zhu
2024-09-11Use macos? helperHiroshi SHIBATA
2024-07-31Reset the counter for two consecutive runsSatoshi Tagomori
2024-07-30Use tmpdir for various environments (including Windows)Satoshi Tagomori
2024-07-30Fix test code and extension to avoid using gvars and Kernel methodsSatoshi Tagomori
2024-07-30[BUG #20655] Add tests to use rb_ensure and call cont.callSatoshi Tagomori
2024-07-18[PRISM] Refactor parser support into its own moduleKevin Newton
2024-07-18Refactor RUBY_DESCRIPTION assertions in test_rubyoptionsKevin Newton
2024-07-12Pend some tests because these are not working with macOS 15 beta and Xcode 16...Hiroshi SHIBATA
2024-06-19String.new(capacity:) don't substract termlenJean Boussier
2024-06-13Add rb_str_resize coderange testtompng
2024-06-07Make subclasses to define methodsNobuyoshi Nakada
2024-06-02Stop exposing `rb_str_chilled_p`Jean Boussier
2024-05-20Fix incorrect assertion in TestThreadInstrumentationJean Boussier
2024-03-26Expose rb_str_chilled_pÉtienne Barrié
2024-03-14Ensure test suite is compatible with --frozen-string-literalJean Boussier
2024-03-03[Bug #20322] Fix rb_enc_interned_str_cstr null encodingThomas Marshall
2024-02-21`rb_thread_lock_native_thread()`Koichi Sasada
2024-02-15Show the method owner in backtracesYusuke Endoh
2024-02-15Do not include a backtick in error messages and backtracesYusuke Endoh
2024-01-31[PRISM] Fix test_bug_reporter with prismKevin Newton
2024-01-25Use Encoding::CESU_8 for test caseHiroshi SHIBATA
2023-12-28Fix use of the rb_profile_frames start parameterDylan Thacker-Smith
2023-12-15loading/testing in different processes for multiple runsSatoshi Tagomori
2023-12-14rb_ext_resolve_symbol: C API to resolve and return externed symbols [Feature ...Satoshi Tagomori
2023-12-13Add a test case for preregistering with different dataKJ Tsanaktsidis
2023-12-12Remove unused statementYusuke Endoh
2023-12-10Change the semantics of rb_postponed_job_registerKJ Tsanaktsidis
2023-12-09Fix test of GVL instrumentation on Ractor sleepingJohn Hawthorn
2023-12-09Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn
2023-12-03Revert "Add missing GVL hooks for M:N threads and ractors"John Hawthorn
2023-12-02Add missing GVL hooks for M:N threads and ractorsJohn Hawthorn
2023-11-29[Bug #20025] Check if upper/lower before fallback to case-foldingNobuyoshi Nakada
2023-11-28Further fix the GVL instrumentation APIJean Boussier
2023-11-27Refactor and fix the GVL instrumentation APIJean Boussier
2023-11-13GVL Instrumentation: pass thread->self as part of event dataJean Boussier
2023-11-08String for string literal is not resizableNobuyoshi Nakada
2023-11-03Skip a test that is flaky with RJITTakashi Kokubun
2023-11-03Fix thread leakageNobuyoshi Nakada
2023-11-02Make String.new size pools aware.Jean Boussier
2023-10-31[Feature #10602] Add new API rb_profile_thread_frames()Daisuke Aritomo
2023-10-18Show backtraces when failedKoichi Sasada
2023-09-26[Bug #19902] Update the coderange regarding the changed regionNobuyoshi Nakada
2023-08-28Remove --disable-gems in assert_in_out_errPeter Zhu
2023-08-03Remove --disable-gems for assert_separatelyPeter Zhu
2023-08-02Allow to override environment variables for debugNobuyoshi Nakada