summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2019-05-23Add `Time#ceil`.manga_osyo
2019-05-23Adding Enumerable#filter_mapAlfonso Jiménez
2019-05-23spec/ruby/core/hash/constructor_spec.rb: add "ruby_version_is" guardYusuke Endoh
2019-05-23hash.c (rb_hash_s_create): Reject `Hash[[nil]]`Yusuke Endoh
2019-05-22Eagerly name modules and classesAlan Wu
2019-05-20Remove redundant ignore rule for Process#clock_getres specsBenoit Daloze
2019-05-20Move exclusion for Hyper-V next to other skipped constantsBenoit Daloze
2019-05-20skip a test for CLOCK_MONOTONIC_RAW.Koichi Sasada
2019-05-10Do not access the internal memberNobuyoshi Nakada
2019-05-08Use ruby_bug guardNobuyoshi Nakada
2019-05-08Do not break rubyspec for old RubyTakashi Kokubun
2019-05-07Avoid triggering autoload in Module#const_defined?(String)Jean Boussier
2019-04-30Add Reline as a fallback library for Readlineaycabta
2019-04-30Skip the spec on Windows because RUBY_EXE is RUNRUBY and it calls ruby as gra...NAKAMURA Usaku
2019-04-28CLOCK_MONOTONIC_RAW_APPROX seems less precise than advertised on macOSBenoit Daloze
2019-04-28Update to ruby/spec@7de852dBenoit Daloze
2019-04-28Update to ruby/mspec@c25d63dBenoit Daloze
2019-04-28Move the check for CentOS CLOCK_MONOTONIC_RAW next to othersBenoit Daloze
2019-04-28Skip CLOCK_UPTIME_RAW_APPROX since it seems less precise than advertised on m...Benoit Daloze
2019-04-28Exclude failing Process.clock_getres specs on AIXBenoit Daloze
2019-04-28Add missing platform guardBenoit Daloze
2019-04-28Skip problematic Process.clock_getres specs on ARMBenoit Daloze
2019-04-28Workaround a CentOS bug in Process.clock_getres specsBenoit Daloze
2019-04-28Refactor logic in Process.clock_gettime specBenoit Daloze
2019-04-28Fix typo in specBenoit Daloze
2019-04-28Skip the entire Process.clock_getres spec on FreeBSDBenoit Daloze
2019-04-27Some Solaris versions seem to only provide millisecond accuracy for CLOCK_REA...Benoit Daloze
2019-04-27Skip clock_getres spec on BSDBenoit Daloze
2019-04-27Try to more accurately reflect MRI's logic in specs for finding the home if $...Benoit Daloze
2019-04-27Update to ruby/spec@14e6148Benoit Daloze
2019-04-27Update to ruby/spec@15c9619Benoit Daloze
2019-04-27Update to ruby/mspec@18c5a7dBenoit Daloze
2019-04-23Use an exclusive range for ruby_version_isNobuyoshi Nakada
2019-04-22Fix RUBY_REVISION specTakashi Kokubun
2019-04-20Add `Time#floor`nobu
2019-04-18io.c: warn non-nil $,nobu
2019-04-18Suppress warningsnobu
2019-04-14OpenStruct: improve error message when passing wrong number of arguments.marcandre
2019-04-14Enabled to some bundler examples again.hsbt
2019-04-14Skip to failing examples on ruby core repository.hsbt
2019-04-14Added rspec dependency for bundler examples.hsbt
2019-04-14Merge Bundler 2.1.0.pre.1 as developed version from upstream.hsbt
2019-04-13Proc.new: change deprecation warning for clarity (issue #15539)marcandre
2019-04-03Introduce beginless range [Feature#14799]mame
2019-04-01Make spec for the jit feature more general and not MRI-specificeregon
2019-04-01Simplify spec as there is no easy way to tell if MJIT support is availableeregon
2019-04-01Fix Float#to_s specs to not depend on the platform representation of doubleseregon
2019-03-29Add some more buffer for timeout checkk0kubun
2019-03-29strip trailing spaces [ci skip]nobu
2019-03-28Guard spec against msys2 shellk0kubun