summaryrefslogtreecommitdiff
path: root/spec/ruby
AgeCommit message (Expand)Author
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-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-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-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
2019-03-28Do not fail with --disable-jit-supportk0kubun
2019-03-28Update to ruby/spec@e81b3cderegon
2019-03-27Fix typoskazu
2019-03-27Skip EBADF spec in MJIT test for nowk0kubun
2019-03-11The combination of non-Symbol keys and Symbol keys is now allowed againmame
2019-03-05Directories in RbConfig may not exist until installationnobu
2019-02-23spec/../rbconfig_spec.rb: skip spec not working on MinGWk0kubun
2019-02-23spec/../shared/write.rb: suppress random failurek0kubun
2019-02-22File#birthtime depends on the kernel version on Linuxnobu
2019-02-21Update to ruby/spec@7a16e01eregon
2019-02-20Revise the example on OpenBSDnobu
2019-02-20fix rubyspec test to pass tests. please revisit it @nobu?ko1
2019-02-20* spec/ruby: Tweak Enuemrator::Chain#rewind spec so that arity of block match...marcandre
2019-02-11Accept a third value for NaNs, as produced by the Sun Studio C Compilereregon