aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* Add spec for fiber storage. (#6896)Samuel Williams2022-12-101-0/+111
* Clean up a temporary fileNobuyoshi Nakada2022-12-091-1/+4
* [Bug #19167] Remove useless conversion of classes for special constNobuyoshi Nakada2022-12-091-3/+5
* Introduce `IO.new(..., path:)` and promote `File#path` to `IO#path`. (#6867)Samuel Williams2022-12-082-6/+19
* update rbconfig spec to Unicode version 15.0.0Martin Dürst2022-12-062-4/+4
* Remove unguaranteed assertion [ci skip]Nobuyoshi Nakada2022-12-031-6/+0
* UnboundMethod only refer defined_classKoichi Sasada2022-12-034-17/+58
* [Bug #19087] Merge to "trailing garbage" caseNobuyoshi Nakada2022-12-021-6/+3
* [Bug #19087] Fix an assertion of `String#to_c`Nobuyoshi Nakada2022-12-021-2/+4
* Make String#rstrip{,!} raise Encoding::CompatibilityError for broken coderangeJeremy Evans2022-11-241-7/+21
* Use valid tokens as cookie namesNobuyoshi Nakada2022-11-222-11/+11
* Fixup spec/ruby/optional/capi/rbasic_spec.rb for mswinMSP-Greg2022-11-212-2/+2
* Deal with different Ruby versionsTakashi Kokubun2022-11-121-2/+10
* Fix a CI failure in bigdecimalTakashi Kokubun2022-11-121-1/+1
* Thread#native_thread_id is very platform specificNobuyoshi Nakada2022-11-081-1/+3
* Update to ruby/spec@740ccc8Benoit Daloze2022-11-07110-831/+1274
* Revert jobserver handling in specNobuyoshi Nakada2022-11-071-11/+3
* Let other test runners follow the change of GNU make 4.4 jobserverNobuyoshi Nakada2022-11-071-3/+11
* Skip `File.atime`/`File.mtime` tests randomly failing on TravisNobuyoshi Nakada2022-10-242-9/+11
* [Bug #19004] `Complex.polar` handles complex singular `abs` argumentStephen Ierodiaconou2022-10-231-0/+16
* Range#size returns nil for (.."a") and (nil..)Yusuke Endoh2022-10-211-5/+22
* Add Class#attached_objectUfuk Kayserilioglu2022-10-201-0/+31
* Transition frozen string to frozen root shapeJemma Issroff2022-10-191-1/+1
* thread_sync.c: Clarify and document the behavior of timeout == 0Jean Boussier2022-10-172-1/+14
* Skip utime example with Intel C Compiler suiteHiroshi SHIBATA2022-10-131-5/+9
* Ignore excessive precisionsNobuyoshi Nakada2022-10-103-3/+3
* Add spec for `Coverage.supported?` and `start(eval: true)`. (#6499)Samuel Williams2022-10-081-5/+25
* Add IO#timeout attribute and use it for blocking IO operations. (#5653)Samuel Williams2022-10-071-1/+9
* Introduce `Fiber.blocking{}` for bypassing the fiber scheduler. (#6498)Samuel Williams2022-10-061-0/+17
* Add Data class implementation: Simple immutable value objectVictor Shepelev2022-09-301-1/+13
* Add specs for {Method,UnboundMethod}#owner of a zsuper methodBenoit Daloze2022-09-292-0/+13
* Fix {Method,UnboundMethod}#super_method for zsuper methodsBenoit Daloze2022-09-292-22/+9
* Skip unpack_sockaddr_in with http at Solaris platformHiroshi SHIBATA2022-09-291-3/+5
* Update to ruby/spec@1d9d5c6Benoit Daloze2022-09-2851-259/+1142
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-281-9/+2
* Re-enable TZ test missed due to merge conflict.Vít Ondruch2022-09-271-2/+0
* Revert this until we can figure out WB issues or remove shapes from GCAaron Patterson2022-09-262-3/+10
* This commit implements the Object Shapes technique in CRuby.Jemma Issroff2022-09-262-10/+3
* Support using at toplevel in wrapped scriptChris Salzberg2022-09-244-0/+31
* Enable coverage for eval.Samuel Williams2022-09-221-9/+25
* Deprecate Encoding#replicateBenoit Daloze2022-09-101-50/+58
* rb_int_range_last: properly handle non-exclusive rangeJean Boussier2022-09-041-0/+6
* Skip a couple of chroot spec failluresTakashi Kokubun2022-08-291-2/+5
* Update to ruby/spec@b8a8240Benoit Daloze2022-08-294-7/+8
* Update to ruby/spec@d01709fBenoit Daloze2022-08-2932-52/+473
* Fix private methods reported as protected when called via Symbol#to_procJean Boussier2022-08-251-4/+4
* Consider resolved-through-zsuper methods equal for compatibilityBenoit Daloze2022-08-201-0/+37
* [Bug #18955] format single character for `%c`Nobuyoshi Nakada2022-08-202-10/+30
* Implement SizedQueue#push(timeout: sec)Jean Boussier2022-08-181-0/+57
* The tzdata 2022c removed Amsterdam Mean TimeNobuyoshi Nakada2022-08-171-0/+2