summaryrefslogtreecommitdiff
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
...
* [Bug #19335] `Integer#remainder` should respect `#coerce` (#7120)Nobuyoshi Nakada2023-01-151-0/+3
* Move classpath to rb_classext_tPeter Zhu2023-01-111-2/+8
* Remove Encoding#replicateBenoit Daloze2023-01-111-1/+1
* Only RangeError on CRuby for shift width >= 2**67Benoit Daloze2023-01-072-28/+14
* Fix Integer#{<<,>>} specs with large shift widthBenoit Daloze2023-01-072-28/+46
* Add bug numberBenoit Daloze2023-01-061-1/+1
* Update to ruby/spec@5e48206Benoit Daloze2023-01-053-6/+2
* Update to ruby/spec@7e680faBenoit Daloze2023-01-052-3/+4
* * remove trailing spaces, append newline at EOF. [ci skip]git2023-01-054-4/+4
* Update to ruby/spec@9d69b95Benoit Daloze2023-01-05113-236/+1954
* Make IO#set_encoding with binary external encoding use nil internal encodingJeremy Evans2023-01-011-6/+18
* numeric.c: Fix round_half_even for specific values (#7023)Kenta Murata2022-12-261-1/+1
* Skip insanely memory consuming testsNobuyoshi Nakada2022-12-263-2/+6
* Skip some examples for Ruby 3.3Hiroshi SHIBATA2022-12-265-5/+5
* Windows: Prefer USERPROFILE over HOMEPATHLars Kanis2022-12-241-0/+17
* Windows: Fix encoding of Dir.homeLars Kanis2022-12-241-0/+11
* Always issue deprecation warning when calling Regexp.new with 3rd positional ...Jeremy Evans2022-12-221-39/+43
* Ensure Fiber storage is only accessed from the Fiber it belongs toBenoit Daloze2022-12-201-13/+13
* Never use the storage of another Fiber, that violates the whole designBenoit Daloze2022-12-201-8/+0
* Remove `require 'io/wait'` where it's no longer necessary. (#6932)Samuel Williams2022-12-152-2/+6
* 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