aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* BigDecimal#to_s has not changed for fraction partNobuyoshi Nakada2023-10-041-13/+11
* [DOC] State the precision of `Process.times` as platform-definedNobuyoshi Nakada2023-10-031-27/+0
* Check by integer modulo instead of float stringNobuyoshi Nakada2023-10-031-2/+2
* Fix failures when all network interfaces are downNobuyoshi Nakada2023-09-301-0/+6
* Adjust CGI spec to pass when ran in isolationAlan Wu2023-09-121-1/+1
* Make Kernel#lambda raise when given non-literal blockAlan Wu2023-09-122-34/+46
* Update to ruby/spec@96d1072Benoit Daloze2023-09-0484-184/+787
* BasicSocket#recv* return `nil` rather than an empty packetJean Boussier2023-08-304-13/+32
* [Bug #19784] Fix behaviors against prefix with broken encodingNobuyoshi Nakada2023-08-262-6/+10
* Fix support for dynamic keys. (#8273)Samuel Williams2023-08-241-0/+14
* Quarantine a very flaky specTakashi Kokubun2023-08-231-9/+13
* Deprecate Kernel#open and IO support for subprocess creation/forkingMike Dalessio2023-08-106-17/+114
* Update to ruby/spec@9e278f5Benoit Daloze2023-08-0253-174/+457
* Fix encoding switches when RUBYOPT is empty or only spacesBenoit Daloze2023-08-021-0/+7
* `Refinement#refined_class` is now deprecatedNobuyoshi Nakada2023-07-311-1/+1
* Add examples of `return` in `eval`Nobuyoshi Nakada2023-07-301-0/+14
* Make {Nil,True,False}Class#singleton_method always raise NameErrorJeremy Evans2023-07-263-0/+45
* Use the caller location as default filename for eval family of methodsJean Boussier2023-07-247-26/+87
* Add tests for `return` in `BEGIN` and `END` blocksNobuyoshi Nakada2023-07-191-0/+15
* Implement Process.warmupJean Boussier2023-07-171-0/+11
* [Bug #19769] Fix range of size 1 in `String#tr`alexandre1842023-07-152-0/+18
* Improve ArgumentError message for Module#set_temporary_nameBenoit Daloze2023-07-061-4/+4
* Ensure the name given to Module#set_temporary_name is not a valid constant pathBenoit Daloze2023-07-061-2/+17
* Specs for Module#set_temporary_name should be in their own fileBenoit Daloze2023-07-062-49/+53
* Skip a failing spec for the latest bigdecimalTakashi Kokubun2023-07-051-12/+14
* Update to ruby/spec@30e1c35Benoit Daloze2023-06-26428-9236/+3581
* Allow setting the name of a class or module. (#7483)Samuel Williams2023-06-211-0/+49
* rb_io_descriptor() is available since 3.1Benoit Daloze2023-06-011-1/+1
* Hide the usage of `rb_io_t` where possible. (#7880)Samuel Williams2023-06-011-1/+9
* Revert "Hide most of the implementation of `struct rb_io`. (#6511)"NARUSE, Yui2023-06-011-9/+1
* Hide most of the implementation of `struct rb_io`. (#6511)Samuel Williams2023-05-301-1/+9
* Refactor guards for Time.new specBenoit Daloze2023-05-291-10/+13
* Unify error messages of rb_num2ulong and rb_num2ullPeter Zhu2023-05-291-1/+8
* Update to ruby/spec@c3677cfBenoit Daloze2023-05-2956-132/+1452
* Fix "runs a C function with the global lock unlocked and unlocks IO with the ...Samuel Williams2023-05-242-17/+17
* Add a newline at EOF [ci skip]Nobuyoshi Nakada2023-05-241-1/+1
* Add support for pread/pwrite on windows. (#7827)Samuel Williams2023-05-243-69/+66
* Hash.new: print a deprecation warning when receiving keyword arguments (#7828)Jean byroot Boussier2023-05-234-5/+18
* Fix typo in spec file description [ci skip]Ivanov-Anton2023-05-211-1/+1
* Add Fiber#kill, similar to Thread#kill. (#7823)Samuel Williams2023-05-181-0/+90
* fix wording of spec description [ci skip]Martin Dürst2023-05-131-1/+1
* [Bug #19597] Freeze script nameNobuyoshi Nakada2023-05-101-2/+4
* marshal.c: shallow freeze user objectsJean Boussier2023-04-261-9/+7
* Update to ruby/spec@7f6ca5bBenoit Daloze2023-04-252-1/+2
* Workaround CRuby adding x86_64-linux-fake in $LOADED_FEATURESBenoit Daloze2023-04-251-1/+5
* Update to ruby/spec@7f69c86Benoit Daloze2023-04-2599-183/+2316
* Allow anonymous memberless StructJeremy Evans2023-04-241-0/+14
* Check the precision of `getrusage` at runtimeNobuyoshi Nakada2023-04-231-1/+11
* Fix a guard of `Process.times`Nobuyoshi Nakada2023-04-221-8/+5
* Fix an example of `Process.times`Nobuyoshi Nakada2023-04-221-1/+1