summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2022-03-13add some tests for Unicode Version 14.0.0Martin Dürst
2022-03-11Add test for protected methods on module includedJohn Hawthorn
2022-03-10Fix visibility of alias of zsuper methodsJeremy Evans
2022-03-01Fix race in TestThread#test_thread_status_in_trapBenoit Daloze
2022-02-22Add a test for Exception#detailed_messageYusuke Endoh
2022-02-22test/ruby/test_rubyoptions.rb: Make it pass on WindowsYusuke Endoh
2022-02-22Do not escape error messageYusuke Endoh
2022-02-19Add String#byteindex, String#byterindex, and MatchData#byteoffset (#5518)Shugo Maeda
2022-02-19Find pattern is no longer experimental [Feature #18585]Kazuki Tsujimoto
2022-02-17Add Thread.each_caller_locationJeremy Evans
2022-02-12test/ruby/test_exception.rb: prevent "assigned but unused variable"Yusuke Endoh
2022-02-09Fix Range#include? for beginless exclusive string rangesJeremy Evans
2022-02-10st.c: Do not clear entries_bound when calling Hash#shift for empty hashYusuke Endoh
2022-02-05Fix TAG_THROW through require [Bug #18562]John Hawthorn
2022-02-03Move total_freed_pages to size poolPeter Zhu
2022-02-03Move total_allocated_pages to size poolPeter Zhu
2022-02-02Decouple GC slot sizes from RVALUEPeter Zhu
2022-01-31pend some tests while using to_binaryKoichi Sasada
2022-01-29Ignore warnings at reading debug info for nowNobuyoshi Nakada
2022-01-27Fix memory leak at the same named alias [Bug #18516]Nobuyoshi Nakada
2022-01-27An alias can suppress method redefinition warningNobuyoshi Nakada
2022-01-24[wasm] Disallow compactionPeter Zhu
2022-01-19Do not create core file if it is intentional abortKoichi Sasada
2022-01-19`rb_fiber_terminate` must not return [Bug #18497]Nobuyoshi Nakada
2022-01-19Assuming EXIT_SUCCESS equals 0 is not portableNobuyoshi Nakada
2022-01-19test/ruby/test_assignment.rb: Prevent a warningYusuke Endoh
2022-01-17Fix the placeholder subclass entry skipping [Bug #18489]Nobuyoshi Nakada
2022-01-16Weakmap failure is still pendingNobuyoshi Nakada
2022-01-16Remove outdated skipsNobuyoshi Nakada
2022-01-16Use pend for old TODOsNobuyoshi Nakada
2022-01-14Fix {Method,UnboundMethod}#{public?,private?,protected?} for ZSUPER methodsJeremy Evans
2022-01-14Make Hash#shift return nil for empty hashJeremy Evans
2022-01-14Fix constant assignment evaluation orderJeremy Evans
2022-01-14Add a Module#const_added callbackJean Boussier
2022-01-13T#dup (T < Proc) should return T's objectKoichi Sasada
2022-01-13thread.c: Convert TAG_BREAK to a normal exception at thread top-levelYusuke Endoh
2022-01-11Use omit instead of skip without the default gems testsHiroshi SHIBATA
2022-01-11Reject command line option ending with `-`Nobuyoshi Nakada
2022-01-10YJIT: Support kwargs for cfuncJohn Hawthorn
2022-01-08Do not run the same tests twiceNobuyoshi Nakada
2022-01-08Run an old fixed bug in the same processNobuyoshi Nakada
2022-01-08Run the tests on a subclass of StringNobuyoshi Nakada
2022-01-06Update test/ruby/test_module.rbJeremy Evans
2022-01-06Allow include before calling Module#initializeJeremy Evans
2022-01-05Remove Refinement#{extend_object,append_features,prepend_features}Jeremy Evans
2022-01-05test/ruby/test_refinement.rb: Remove "assigned but unused variable"Yusuke Endoh
2022-01-05Add Module#refinements and Refinement#refined_class [Feature #12737]Shugo Maeda
2022-01-05Add Module.used_refinementsShugo Maeda
2022-01-04Don't segfault if Warning.warn is undefinedJeremy Evans
2022-01-04[Feature #18364] Add GC.stat_heap to get stats for memory heapsPeter Zhu