summaryrefslogtreecommitdiff
path: root/test/ruby
AgeCommit message (Expand)Author
2022-03-25Revert "Finer-grained inline constant cache invalidation"Nobuyoshi Nakada
2022-03-24Raise RuntimeError if Kernel#binding is called from a non-Ruby frameJeremy Evans
2022-03-24Finer-grained inline constant cache invalidationKevin Newton
2022-03-23Raise ArgumentError when calling Enumberable#inject without block or argumentsJeremy Evans
2022-03-19Make a dedecated assertion to clarify failed assertionsNobuyoshi Nakada
2022-03-18Add String#bytespliceShugo Maeda
2022-03-17Make Proc#parameters support lambda keyword for returning parameters as if la...Jeremy Evans
2022-03-18A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada
2022-03-17A positional Hash is not keyword arguments [Bug #18632]Nobuyoshi Nakada
2022-03-16Revert "Fix version check to use Emoji version for emoji-variation-sequences....Martin Dürst
2022-03-16Revert "Allow `.0` version mismatch to pass the tests"Martin Dürst
2022-03-16Allow `.0` version mismatch to pass the testsKoichi Sasada
2022-03-16Fix version check to use Emoji version for emoji-variation-sequences.txtMartin Dürst
2022-03-14Fix failuresKazuhiro NISHIYAMA
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