aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/core
Commit message (Expand)AuthorAgeFilesLines
* Get rid of false positive misspellingsNobuyoshi Nakada2019-12-241-1/+1
* Revert "Should return "." for File.extname("file.") also on Windows"NAKAMURA Usaku2019-12-231-2/+2
* Move version guard outside to make it clear the method was added in Ruby 2.5Benoit Daloze2019-12-221-2/+2
* Should return "." for File.extname("file.") also on WindowsNAKAMURA Usaku2019-12-221-2/+2
* Add spec for capturing Kernel#lambda with Kernel#methodAlan Wu2019-12-211-0/+7
* Add specs for calling into Kernel#lambda with superAlan Wu2019-12-212-1/+38
* Makes the receiver to FrozenError.new a keyword parameterNobuyoshi Nakada2019-12-201-1/+1
* Fixed misspellingsNobuyoshi Nakada2019-12-209-14/+14
* Test `Thread#to_s` when used from to_s_spec.rbNobuyoshi Nakada2019-12-112-11/+12
* `Thread#to_s` has been added at ruby 2.5Nobuyoshi Nakada2019-12-112-8/+4
* Thread#to_s is not same as #inspect on old version.Koichi Sasada2019-12-111-0/+5
* fix for old MRI versionsKoichi Sasada2019-12-111-1/+2
* Make Thread#to_s consistent with Method and Proc to_sJean byroot Boussier2019-12-113-40/+61
* Revert "Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)"NARUSE, Yui2019-12-041-28/+12
* Revert "Revert nil error and adding deprecation message"NARUSE, Yui2019-12-041-16/+4
* Revert "Improve warning message"NARUSE, Yui2019-12-041-2/+2
* Revert "Fix warnings in Regexp#{match,match?} specs"NARUSE, Yui2019-12-041-10/+6
* Make more attempts to check for the precision of Process.timesBenoit Daloze2019-12-021-2/+2
* Fix random failure on getusage-missing environmentsTakashi Kokubun2019-12-021-32/+4
* Debug random failure of ruby-spec on ci.rvm.jpTakashi Kokubun2019-12-011-4/+32
* Update to ruby/spec@dcf4955Benoit Daloze2019-12-011-0/+21
* [ruby/spec] Fix failures with LC_ALL=CNobuyoshi Nakada2019-12-0110-17/+41
* Skip if getrusage is not supportedTakashi Kokubun2019-11-301-0/+5
* Update to ruby/spec@4eec3dcBenoit Daloze2019-11-3080-329/+1097
* check interrupts at each frame pop timing.Koichi Sasada2019-11-291-0/+3
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-1890-1464/+1844
* Show the name `Kernel#proc` in the warning messageNobuyoshi Nakada2019-11-121-1/+1
* Exclude some clocks on armv8 tooBenoit Daloze2019-11-061-1/+1
* Fix spawn_spec.rb for Travis arm64 environment.Jun Aruga2019-11-061-3/+13
* Revert "[EXPERIMENTAL] Make Symbol#to_s return a frozen String [Feature #16150]"NARUSE, Yui2019-11-051-17/+0
* Fix warnings in Regexp#{match,match?} specsBenoit Daloze2019-11-031-6/+10
* Improve warning messageKenichi Kamiya2019-11-031-2/+2
* Revert nil error and adding deprecation messageKenichi Kamiya2019-11-031-4/+16
* Update to ruby/spec@28a728bBenoit Daloze2019-10-2633-101/+460
* Fixed File.extname at a name ending with a dotNobuyoshi Nakada2019-10-171-2/+8
* * remove trailing spaces. [ci skip]git2019-10-171-1/+1
* Regexp#match{?} with nil raises TypeError as String, Symbol (#1506)Kenichi Kamiya2019-10-171-12/+28
* Comparable#clamp with a range [Feature #14784]Nobuyoshi Nakada2019-10-161-4/+44
* Suppress warnings for Thread.exclusiveNobuyoshi Nakada2019-10-141-0/+7
* Update to ruby/spec@34e6246Benoit Daloze2019-09-2923-106/+104
* Update to ruby/spec@e69a14cBenoit Daloze2019-09-293-0/+40
* Update to ruby/spec@519df35Benoit Daloze2019-09-2929-177/+317
* [EXPERIMENTAL] Make NilClass#to_s, TrueClass#to_s and FalseClass#to_s return ...Jean Boussier2019-09-273-0/+30
* [EXPERIMENTAL] Make Module#name return a frozen StringJean Boussier2019-09-261-5/+19
* [EXPERIMENTAL] Make Symbol#to_s return a frozen StringBenoit Daloze2019-09-261-0/+17
* Fix documentation for ENV.each to return ENVJeremy Evans2019-09-201-1/+1
* Refine Timezone fixtureNobuyoshi Nakada2019-09-153-18/+39
* Make test-all and test-spec runnable on AndroidYusuke Endoh2019-09-093-3/+3
* Improve Proc#to_s specsBenoit Daloze2019-09-081-7/+9
* armv7l and armv7l are the same platform, generalize to armv7Benoit Daloze2019-09-071-1/+1