summaryrefslogtreecommitdiff
path: root/spec/ruby
AgeCommit message (Expand)Author
2022-12-20Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze
2022-12-20Never use the storage of another Fiber, that violates the whole designBenoit Daloze
2022-12-15Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams
2022-12-10Add spec for fiber storage. (#6896)Samuel Williams
2022-12-09Clean up a temporary fileNobuyoshi Nakada
2022-12-09[Bug #19167] Remove useless conversion of classes for special constNobuyoshi Nakada
2022-12-08Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams
2022-12-06update rbconfig spec to Unicode version 15.0.0Martin Dürst
2022-12-03Remove unguaranteed assertion [ci skip]Nobuyoshi Nakada
2022-12-03UnboundMethod only refer defined_classKoichi Sasada
2022-12-02[Bug #19087] Merge to "trailing garbage" caseNobuyoshi Nakada
2022-12-02[Bug #19087] Fix an assertion of `String#to_c`Nobuyoshi Nakada
2022-11-24Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans
2022-11-22Use valid tokens as cookie namesNobuyoshi Nakada
2022-11-21Fixup spec/ruby/optional/capi/rbasic_spec.rb for mswinMSP-Greg
2022-11-12Deal with different Ruby versionsTakashi Kokubun
2022-11-12Fix a CI failure in bigdecimalTakashi Kokubun
2022-11-08Thread#native_thread_id is very platform specificNobuyoshi Nakada
2022-11-07Update to ruby/spec@740ccc8Benoit Daloze
2022-11-07Revert jobserver handling in specNobuyoshi Nakada
2022-11-07Let other test runners follow the change of GNU make 4.4 jobserverNobuyoshi Nakada
2022-10-24Skip `File.atime`/`File.mtime` tests randomly failing on TravisNobuyoshi Nakada
2022-10-23[Bug #19004] `Complex.polar` handles complex singular `abs` argumentStephen Ierodiaconou
2022-10-21Range#size returns nil for (.."a") and (nil..)Yusuke Endoh
2022-10-20Add Class#attached_objectUfuk Kayserilioglu
2022-10-19Transition frozen string to frozen root shapeJemma Issroff
2022-10-17thread_sync.c: Clarify and document the behavior of timeout == 0Jean Boussier
2022-10-13Skip utime example with Intel C Compiler suiteHiroshi SHIBATA
2022-10-10Ignore excessive precisionsNobuyoshi Nakada
2022-10-08Add spec for `Coverage.supported?` and `start(eval: true)`. (#6499)Samuel Williams
2022-10-07Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams
2022-10-06Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)Samuel Williams
2022-09-30Add Data class implementation: Simple immutable value objectVictor Shepelev
2022-09-29Add specs for {Method,UnboundMethod}#owner of a zsuper methodBenoit Daloze
2022-09-29Fix {Method,UnboundMethod}#super_method for zsuper methodsBenoit Daloze
2022-09-29Skip unpack_sockaddr_in with http at Solaris platformHiroshi SHIBATA
2022-09-28Update to ruby/spec@1d9d5c6Benoit Daloze
2022-09-28This commit implements the Object Shapes technique in CRuby.Jemma Issroff
2022-09-27Re-enable TZ test missed due to merge conflict.Vít Ondruch
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-09-24Support using at toplevel in wrapped scriptChris Salzberg
2022-09-22Enable coverage for eval.Samuel Williams
2022-09-10Deprecate Encoding#replicateBenoit Daloze
2022-09-04rb_int_range_last: properly handle non-exclusive rangeJean Boussier
2022-08-29Skip a couple of chroot spec failluresTakashi Kokubun
2022-08-29Update to ruby/spec@b8a8240Benoit Daloze
2022-08-29Update to ruby/spec@d01709fBenoit Daloze
2022-08-25Fix private methods reported as protected when called via Symbol#to_procJean Boussier
2022-08-20Consider resolved-through-zsuper methods equal for compatibilityBenoit Daloze