summaryrefslogtreecommitdiff
path: root/test/-ext-
AgeCommit message (Expand)Author
5 daysEnsure 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
2023-07-24Use the caller location as default filename for eval family of methodsJean Boussier
2023-07-13[Feature #19757] Add new API `rb_data_define`Nobuyoshi Nakada
2023-06-06Unify length field for embedded and heap strings (#7908)Peter Zhu
2023-04-04[Feature #19579] Remove !USE_RVARGC code (#7655)Peter Zhu
2023-03-17Fix small issues concerning namespacing in test-all suitelukeg
2023-03-06s/mjit/rjit/Takashi Kokubun
2023-03-06s/MJIT/RJIT/Takashi Kokubun
2023-01-11Remove Encoding#replicateBenoit Daloze
2022-12-15Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams
2022-11-10Transition shape when object's capacity changesJemma Issroff
2022-11-10Add version to the interface of Random extensionsNobuyoshi Nakada
2022-10-20Unmark Internal IV test as pendingJemma Issroff
2022-10-11Revert "Revert "This commit implements the Object Shapes technique in CRuby.""Jemma Issroff
2022-09-30Revert "This commit implements the Object Shapes technique in CRuby."Aaron Patterson
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-26Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson
2022-09-26This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-08-24test/-ext-/eval/test_eval.rb: Prevent "assigned but unused variable"Yusuke Endoh
2022-08-20[Bug #18964] Add test for `rb_econv_append`Nobuyoshi Nakada