aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* Introduce beginless range [Feature#14799]mame2019-04-031-3/+19
* Make spec for the jit feature more general and not MRI-specificeregon2019-04-011-4/+4
* Simplify spec as there is no easy way to tell if MJIT support is availableeregon2019-04-011-14/+2
* Fix Float#to_s specs to not depend on the platform representation of doubleseregon2019-04-011-127/+124
* Add some more buffer for timeout checkk0kubun2019-03-291-1/+1
* strip trailing spaces [ci skip]nobu2019-03-291-2/+2
* Guard spec against msys2 shellk0kubun2019-03-281-2/+7
* Do not fail with --disable-jit-supportk0kubun2019-03-281-2/+9
* Update to ruby/spec@e81b3cderegon2019-03-2853-106/+932
* Fix typoskazu2019-03-271-4/+4
* Skip EBADF spec in MJIT test for nowk0kubun2019-03-271-11/+13
* The combination of non-Symbol keys and Symbol keys is now allowed againmame2019-03-112-90/+30
* Directories in RbConfig may not exist until installationnobu2019-03-051-2/+2
* spec/../rbconfig_spec.rb: skip spec not working on MinGWk0kubun2019-02-231-9/+12
* 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-2175-258/+940
* 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
* Fix specs for yield in singleton class being deprecatederegon2019-02-072-2/+8
* Update to ruby/spec@6cf8ebeeregon2019-02-07111-231/+1031
* Make sure to wait with IO.select before using Socket#accept_nonblock and recv...eregon2019-02-052-4/+5
* Make sure to wait with IO.select before using Socket#recvfrom_nonblockeregon2019-02-051-4/+4
* Pass the Array from select() to Socket.udp_server_recveregon2019-02-051-4/+4
* Make sure to wait for socket to be readable.samuel2019-02-051-9/+2
* add debug codeko12019-02-041-0/+4
* Add refinements support to method/instance_method.nobu2019-01-281-8/+66
* Update to ruby/spec@e57f49ceregon2019-01-2711-15/+127
* Update to ruby/spec@e2fbd4deregon2019-01-201-2/+2
* Update to ruby/spec@35a9fbaeregon2019-01-20147-21491/+2697
* call rb_str_modify to make a copy unsharednobu2019-01-173-1/+14
* 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-105-59/+130
* 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
* accept_nonblock_spec.rb: wait before calling #accept_nonblockk0kubun2018-12-301-1/+2
* clock_gettime_spec.rb: exclude invalid clocks for Solarisk0kubun2018-12-301-5/+11
* accept_nonblock_spec: IO.select instead of sleepnormal2018-12-301-1/+1
* Update to ruby/spec@2d89e48eregon2018-12-305-117/+136
* 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