aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Add Reline as a fallback library for Readlineaycabta2019-04-301-2/+2
* Skip the spec on Windows because RUBY_EXE is RUNRUBY and it calls ruby as gra...NAKAMURA Usaku2019-04-301-2/+4
* CLOCK_MONOTONIC_RAW_APPROX seems less precise than advertised on macOSBenoit Daloze2019-04-281-1/+1
* Update to ruby/spec@7de852dBenoit Daloze2019-04-28135-4653/+4183
* Update to ruby/mspec@c25d63dBenoit Daloze2019-04-283-71/+5
* Move the check for CentOS CLOCK_MONOTONIC_RAW next to othersBenoit Daloze2019-04-282-18/+21
* Skip CLOCK_UPTIME_RAW_APPROX since it seems less precise than advertised on m...Benoit Daloze2019-04-282-1/+8
* Exclude failing Process.clock_getres specs on AIXBenoit Daloze2019-04-281-3/+5
* Add missing platform guardBenoit Daloze2019-04-281-3/+5
* Skip problematic Process.clock_getres specs on ARMBenoit Daloze2019-04-282-5/+19
* Workaround a CentOS bug in Process.clock_getres specsBenoit Daloze2019-04-281-14/+18
* Refactor logic in Process.clock_gettime specBenoit Daloze2019-04-281-5/+3
* Fix typo in specBenoit Daloze2019-04-281-1/+1
* Skip the entire Process.clock_getres spec on FreeBSDBenoit Daloze2019-04-281-18/+18
* Some Solaris versions seem to only provide millisecond accuracy for CLOCK_REA...Benoit Daloze2019-04-271-2/+4
* Skip clock_getres spec on BSDBenoit Daloze2019-04-271-3/+5
* Try to more accurately reflect MRI's logic in specs for finding the home if $...Benoit Daloze2019-04-271-1/+10
* Update to ruby/spec@14e6148Benoit Daloze2019-04-271-7/+10
* Update to ruby/spec@15c9619Benoit Daloze2019-04-27193-3330/+2969
* Update to ruby/mspec@18c5a7dBenoit Daloze2019-04-275-9/+77
* 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-185-13/+21
* Suppress warningsnobu2019-04-182-4/+10
* OpenStruct: improve error message when passing wrong number of arguments.marcandre2019-04-141-1/+8
* Enabled to some bundler examples again.hsbt2019-04-145-6/+6
* Skip to failing examples on ruby core repository.hsbt2019-04-1410-12/+12
* Added rspec dependency for bundler examples.hsbt2019-04-141-0/+1
* Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt2019-04-14137-3829/+3126
* Proc.new: change deprecation warning for clarity (issue #15539)marcandre2019-04-132-4/+4
* 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
* Skip Bundler's test made fail by r67226k0kubun2019-03-141-0/+1
* 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
* skip to not support color tty environment.hsbt2019-02-271-0/+12
* 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