summaryrefslogtreecommitdiff
path: root/spec/ruby/core
AgeCommit message (Expand)Author
2020-01-15Update version guardKazuhiro NISHIYAMA
2020-01-15Freeze Regexp literalsJean Boussier
2020-01-09Include the standard `id` command outputNobuyoshi Nakada
2020-01-03Make eval(code, binding) use (eval) as __FILE__ and 1 as __LINE__Jeremy Evans
2020-01-02Update specs for keyword argument separationJeremy Evans
2019-12-30Fix Proc#<< specAlan Wu
2019-12-30Decide lambdaness of (f << g) using g (#2729)Alan Wu
2019-12-27Update to ruby/spec@7241f39Benoit Daloze
2019-12-27Update to ruby/spec@d419e74Benoit Daloze
2019-12-24Get rid of false positive misspellingsNobuyoshi Nakada
2019-12-23Revert "Should return "." for File.extname("file.") also on Windows"NAKAMURA Usaku
2019-12-22Move version guard outside to make it clear the method was added in Ruby 2.5Benoit Daloze
2019-12-22Should return "." for File.extname("file.") also on WindowsNAKAMURA Usaku
2019-12-21Add spec for capturing Kernel#lambda with Kernel#methodAlan Wu
2019-12-21Add specs for calling into Kernel#lambda with superAlan Wu
2019-12-20Makes the receiver to FrozenError.new a keyword parameterNobuyoshi Nakada
2019-12-20Fixed misspellingsNobuyoshi Nakada
2019-12-11Test `Thread#to_s` when used from to_s_spec.rbNobuyoshi Nakada
2019-12-11`Thread#to_s` has been added at ruby 2.5Nobuyoshi Nakada
2019-12-11Thread#to_s is not same as #inspect on old version.Koichi Sasada
2019-12-11fix for old MRI versionsKoichi Sasada
2019-12-11Make Thread#to_s consistent with Method and Proc to_sJean byroot Boussier
2019-12-04Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"NARUSE, Yui
2019-12-04Revert "Revert nil error and adding deprecation message"NARUSE, Yui
2019-12-04Revert "Improve warning message"NARUSE, Yui
2019-12-04Revert "Fix warnings in Regexp#{match,match?} specs"NARUSE, Yui
2019-12-02Make more attempts to check for the precision of Process.timesBenoit Daloze
2019-12-02Fix random failure on getusage-missing environmentsTakashi Kokubun
2019-12-01Debug random failure of ruby-spec on ci.rvm.jpTakashi Kokubun
2019-12-01Update to ruby/spec@dcf4955Benoit Daloze
2019-12-01[ruby/spec] Fix failures with LC_ALL=CNobuyoshi Nakada
2019-11-30Skip if getrusage is not supportedTakashi Kokubun
2019-11-30Update to ruby/spec@4eec3dcBenoit Daloze
2019-11-29check interrupts at each frame pop timing.Koichi Sasada
2019-11-18Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans
2019-11-12Show the name `Kernel#proc` in the warning messageNobuyoshi Nakada
2019-11-06Exclude some clocks on armv8 tooBenoit Daloze
2019-11-06Fix spawn_spec.rb for Travis arm64 environment.Jun Aruga
2019-11-05Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"NARUSE, Yui
2019-11-03Fix warnings in Regexp#{match,match?} specsBenoit Daloze
2019-11-03Improve warning messageKenichi Kamiya
2019-11-03Revert nil error and adding deprecation messageKenichi Kamiya
2019-10-26Update to ruby/spec@28a728bBenoit Daloze
2019-10-17Fixed File.extname at a name ending with a dotNobuyoshi Nakada
2019-10-17* remove trailing spaces. [ci skip]git
2019-10-17Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)Kenichi Kamiya
2019-10-16Comparable#clamp with a range [Feature #14784]Nobuyoshi Nakada
2019-10-14Suppress warnings for Thread.exclusiveNobuyoshi Nakada
2019-09-29Update to ruby/spec@34e6246Benoit Daloze
2019-09-29Update to ruby/spec@e69a14cBenoit Daloze