aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* close datasocket on stor of server sideNARUSE, Yui2019-12-171-1/+1
* Delegate should be supported nowDavid Rodríguez2019-12-151-1/+1
* Fixed test failures with gem command path on ruby core repo.Hiroshi SHIBATA2019-12-154-4/+8
* Prepare to release bundler-2.1.0Hiroshi SHIBATA2019-12-1547-248/+269
* 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
* Update to ruby/mspec@aa28e95Benoit Daloze2019-12-012-6/+5
* [ruby/spec] Fix failures with LC_ALL=CNobuyoshi Nakada2019-12-0110-17/+41
* Fixed type of an index variableNobuyoshi Nakada2019-12-011-1/+1
* Skip if getrusage is not supportedTakashi Kokubun2019-11-301-0/+5
* Update to ruby/spec@4eec3dcBenoit Daloze2019-11-30174-421/+1775
* Update to ruby/mspec@a401f63Benoit Daloze2019-11-3056-278/+305
* check interrupts at each frame pop timing.Koichi Sasada2019-11-291-0/+3
* Fix glob base in bundler.gemspecKazuhiro NISHIYAMA2019-11-191-1/+2
* Skip some tests if extracted from tarballKazuhiro NISHIYAMA2019-11-191-0/+9
* Allow unknown if ruby coreKazuhiro NISHIYAMA2019-11-191-2/+10
* Deprecate taint/trust and related methods, and make the methods no-opsJeremy Evans2019-11-18110-1652/+2085
* Warn on access/modify of $SAFE, and remove effects of modifying $SAFEJeremy Evans2019-11-183-114/+115
* Merge Bundler 2.1.0.pre3 released versionHiroshi SHIBATA2019-11-1318-63/+74
* Show the name `Kernel#proc` in the warning messageNobuyoshi Nakada2019-11-121-1/+1
* Merge Bundler 2.1.0.pre.3Hiroshi SHIBATA2019-11-1187-904/+957
* Removed trial and errorsNobuyoshi Nakada2019-11-091-26/+0
* Specify the permissionNobuyoshi Nakada2019-11-091-1/+1
* Fixed the debug printNobuyoshi Nakada2019-11-091-1/+1
* Debug-print tmpdir infoNobuyoshi Nakada2019-11-091-2/+3
* Add debug printKazuhiro NISHIYAMA2019-11-091-0/+17
* Try to fix test-spec failure on macOSYusuke Endoh2019-11-091-0/+8
* 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
* Separated `@counter` and `@tally` so that "-ft" works with "-j"Nobuyoshi Nakada2019-11-051-6/+7
* Enable "-f" option in multi_exec modeNobuyoshi Nakada2019-11-054-12/+34
* `DottedFormatter#finish` consistencyNobuyoshi Nakada2019-11-052-10/+1
* `DottedFormatter#state` consistencyNobuyoshi Nakada2019-11-057-7/+7
* 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
* spec: Fix syntax errorsYusuke Endoh2019-10-313-4/+4
* Skip tainted examples for stringioHiroshi SHIBATA2019-10-313-14/+22