aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core
Commit message (Expand)AuthorAgeFilesLines
* Update to ruby/spec@15c9619Benoit Daloze2019-04-27112-2237/+1884
* Use an exclusive range for ruby_version_isNobuyoshi Nakada2019-04-231-1/+1
* Fix RUBY_REVISION specTakashi Kokubun2019-04-221-2/+10
* Add `Time#floor`nobu2019-04-201-0/+37
* io.c: warn non-nil $,nobu2019-04-183-7/+15
* Suppress warningsnobu2019-04-181-0/+6
* Proc.new: change deprecation warning for clarity (issue #15539)marcandre2019-04-132-4/+4
* Introduce beginless range [Feature#14799]mame2019-04-031-3/+19
* Fix Float#to_s specs to not depend on the platform representation of doubleseregon2019-04-011-127/+124
* Update to ruby/spec@e81b3cderegon2019-03-2818-57/+465
* Fix typoskazu2019-03-271-4/+4
* Skip EBADF spec in MJIT test for nowk0kubun2019-03-271-11/+13
* spec/../shared/write.rb: suppress random failurek0kubun2019-02-231-3/+5
* File#birthtime depends on the kernel version on Linuxnobu2019-02-221-1/+3
* Update to ruby/spec@7a16e01eregon2019-02-2151-125/+482
* Revise the example on OpenBSDnobu2019-02-201-6/+7
* fix rubyspec test to pass tests. please revisit it @nobu?ko12019-02-201-5/+6
* * spec/ruby: Tweak Enuemrator::Chain#rewind spec so that arity of block match...marcandre2019-02-201-2/+2
* Accept a third value for NaNs, as produced by the Sun Studio C Compilereregon2019-02-111-4/+12
* Update to ruby/spec@6cf8ebeeregon2019-02-0766-173/+977
* Add refinements support to method/instance_method.nobu2019-01-281-8/+66
* Update to ruby/spec@e57f49ceregon2019-01-275-11/+54
* Update to ruby/spec@35a9fbaeregon2019-01-2075-109/+2049
* setbyte / ungetbyte allow out-of-range integersshyouhei2019-01-151-1/+9
* Drop whole examplesnobu2019-01-111-5/+2
* Fix r66791nobu2019-01-111-1/+0
* Fix r66772nobu2019-01-111-17/+6
* proc.c: proc without blocknobu2019-01-103-33/+89
* Exclude Solaris in Process.clock_gettime specseregon2018-12-301-1/+1
* Revert "clock_gettime_spec.rb: exclude invalid clocks for Solaris"eregon2018-12-301-11/+5
* clock_gettime_spec.rb: exclude invalid clocks for Solarisk0kubun2018-12-301-5/+11
* Update to ruby/spec@2d89e48eregon2018-12-304-112/+121
* Skip specs on AIX as it doesn't have /dev/fderegon2018-12-291-1/+1
* Reenable spec on Solaris to find out which clocks fail on Solariseregon2018-12-291-1/+1
* Exclude CLOCKs which require special permissions in Process.clock_gettime specseregon2018-12-291-4/+7
* Reenable spec on Linux to find out which clocks fail on RHELeregon2018-12-291-1/+1
* Refactor Process.clock_gettime spec to give more information when it failseregon2018-12-291-3/+4
* clock_gettime_spec.rb: add more platform guards for RubyCIk0kubun2018-12-291-1/+4
* spawn_spec.rb: add missing platform guardk0kubun2018-12-291-12/+14
* clock_gettime_spec.rb: skip a new spec broken on solarisk0kubun2018-12-291-1/+1
* Update to ruby/spec@c8b36c4eregon2018-12-292-1/+2
* Update to ruby/spec@944ea57eregon2018-12-2927-307/+697
* Fix restorationnobu2018-12-271-2/+2
* Suppress warningsnobu2018-12-271-0/+8
* spec/ruby/core/process/setpriority_spec.rb: allow to run under dockermame2018-12-261-5/+20
* spec/../initialize_spec.rb: skip fd-specific speck0kubun2018-12-161-9/+9
* Same as r66334 add Errno::EISDIRnaruse2018-12-112-2/+2
* fix typo of r66177naruse2018-12-041-1/+1
* Use getent and cut on Solaris to get home directorynaruse2018-12-041-2/+8
* Use Dir.home to avoid platform dependencynaruse2018-12-041-1/+1