summaryrefslogtreecommitdiff
path: root/spec/ruby
AgeCommit message (Expand)Author
2020-01-15Update version guardKazuhiro NISHIYAMA
2020-01-15Freeze Regexp literalsJean Boussier
2020-01-12Also ignored cve_2014_8080_specHiroshi SHIBATA
2020-01-12Ignore rexml examples on ruby/specHiroshi SHIBATA
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-30MinGW on Actions (#2791)MSP-Greg
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-17close datasocket on stor of server sideNARUSE, Yui
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-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-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-18Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans
2019-11-12Show the name `Kernel#proc` in the warning messageNobuyoshi Nakada
2019-11-09Removed trial and errorsNobuyoshi Nakada
2019-11-09Specify the permissionNobuyoshi Nakada
2019-11-09Fixed the debug printNobuyoshi Nakada
2019-11-09Debug-print tmpdir infoNobuyoshi Nakada
2019-11-09Add debug printKazuhiro NISHIYAMA
2019-11-09Try to fix test-spec failure on macOSYusuke Endoh
2019-11-06Exclude some clocks on armv8 tooBenoit Daloze
2019-11-06Fix spawn_spec.rb for Travis arm64 environment.Jun Aruga