aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby
Commit message (Expand)AuthorAgeFilesLines
* Skip spec broken since a66bc2c01194a9c017c874a30db5b3b6bd95e966Takashi Kokubun2019-05-291-23/+27
* Fix shorten-64-to-32 warningNobuyoshi Nakada2019-05-291-1/+1
* Update to ruby/spec@0c5c5c1Benoit Daloze2019-05-281-7/+3
* Update to ruby/spec@9a501a8Benoit Daloze2019-05-2841-639/+699
* Add FrozenError#receiverJeremy Evans2019-05-261-0/+34
* Add notes for the Process#clock_getres specBenoit Daloze2019-05-241-1/+4
* Only exclude the failing clocks for Process.clock_getres specs on AIXBenoit Daloze2019-05-242-1/+8
* Skip the Process.clock_getres spec on AIXYusuke Endoh2019-05-241-1/+1
* Add `Time#ceil`.manga_osyo2019-05-231-0/+45
* Adding Enumerable#filter_mapAlfonso Jiménez2019-05-231-0/+26
* spec/ruby/core/hash/constructor_spec.rb: add "ruby_version_is" guardYusuke Endoh2019-05-231-7/+20
* hash.c (rb_hash_s_create): Reject `Hash[[nil]]`Yusuke Endoh2019-05-231-2/+2
* Eagerly name modules and classesAlan Wu2019-05-221-0/+36
* Remove redundant ignore rule for Process#clock_getres specsBenoit Daloze2019-05-201-7/+0
* Move exclusion for Hyper-V next to other skipped constantsBenoit Daloze2019-05-202-6/+9
* skip a test for CLOCK_MONOTONIC_RAW.Koichi Sasada2019-05-201-1/+6
* Do not access the internal memberNobuyoshi Nakada2019-05-101-5/+0
* Use ruby_bug guardNobuyoshi Nakada2019-05-081-1/+1
* Do not break rubyspec for old RubyTakashi Kokubun2019-05-081-1/+3
* Avoid triggering autoload in Module#const_defined?(String)Jean Boussier2019-05-071-0/+1
* 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
* 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
* 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
* 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