summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2020-09-29merge revision(s) 996af2ce086249e904b2ce95ab2fcd1de7d757be: [Backport #16345]...nagachika
2020-09-17Skip bundler spec using irb with simulated JRuby environment.nagachika
2020-09-09spec/ruby/core/file/utime_spec.rb: far future timestamp may be trancatedYusuke Endoh
2020-09-05Revert "Don't display singleton class in Method#inspect unless method defined...nagachika
2020-07-23merge revision(s) da05c1552ee519d8f180b48d97148d28501acb35: [Backport #16749]nagachika
2020-07-23merge revision(s) 99a9c3fe2eaab8157765d792dc871da6daea0327: [Backport #17024]nagachika
2020-07-23merge revision(s) 5a79d8e0507cd143100bf928a88a59a8b5a5bca6,160511d851375f7cb9...nagachika
2020-07-18Update some syslog tests to absurb the format change of FreeBSD syslogYusuke Endoh
2020-03-27Merge bundler-2.1.4Hiroshi SHIBATA
2020-03-15[ruby/stringio] StringIO#initialize default to the source string encodingJean Boussier
2020-03-14Don't display singleton class in Method#inspect unless method defined thereJeremy Evans
2020-01-30MinGW on Actions (#2791)MSP-Greg
2020-01-16Fix Proc#<< specAlan Wu
2019-12-25Merge Bundler 2.1.2 from bundler/bundler.Hiroshi SHIBATA
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-20Fixed misspellingsNobuyoshi Nakada
2019-12-18Merge bundler-2.1.1 from bundler/bundlerHiroshi SHIBATA
2019-12-17close datasocket on stor of server sideNARUSE, Yui
2019-12-15Delegate should be supported nowDavid Rodríguez
2019-12-15Fixed test failures with gem command path on ruby core repo.Hiroshi SHIBATA
2019-12-15Prepare to release bundler-2.1.0Hiroshi SHIBATA
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-01Update to ruby/mspec@aa28e95Benoit Daloze
2019-12-01[ruby/spec] Fix failures with LC_ALL=CNobuyoshi Nakada
2019-12-01Fixed type of an index variableNobuyoshi Nakada
2019-11-30Skip if getrusage is not supportedTakashi Kokubun
2019-11-30Update to ruby/spec@4eec3dcBenoit Daloze
2019-11-30Update to ruby/mspec@a401f63Benoit Daloze
2019-11-29check interrupts at each frame pop timing.Koichi Sasada
2019-11-19Fix glob base in bundler.gemspecKazuhiro NISHIYAMA
2019-11-19Skip some tests if extracted from tarballKazuhiro NISHIYAMA