aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* Marshal.load: also freeze extended objectsJean Boussier2023-02-131-0/+20
* [DOC] Move old ChangeLog files to doc/ChangeLog (#7293)Takashi Kokubun2023-02-102-2/+2
* Use Thread.pass until thread.stop? to wait for thread to blockJean Boussier2023-02-081-1/+1
* Only emit circular dependency warning for owned thread shieldsJean byroot Boussier2023-02-082-0/+15
* Revert "Only emit circular dependency warning for owned thread shields"Jean byroot Boussier2023-02-062-11/+0
* Only emit circular dependency warning for owned thread shieldsJean Boussier2023-02-062-0/+11
* Add tests for variables in `END` block shared with the toplevelNobuyoshi Nakada2023-01-241-0/+4
* blade is hosted under ruby-lang.org nowHiroshi SHIBATA2023-01-235-5/+5
* More coverage tests & specs. (#7171)Samuel Williams2023-01-221-1/+7
* Define RUBY_VERSION_IS_3_3 macro in rubyspec.hNobuyoshi Nakada2023-01-181-3/+8
* [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