aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Used a fixed seed in Random#rand speceregon2017-07-011-2/+2
* * append newline at EOF.svn2017-06-291-1/+1
* Update to ruby/spec@abf1700eregon2017-06-2979-304/+1555
* Update to ruby/mspec@021a119eregon2017-06-2953-206/+259
* Added version guards [Bug #12684]nobu2017-06-241-22/+33
* Delegate to `eql?` [Fix GH-1564]nobu2017-06-241-3/+27
* mspec.rb: keep jobserver fdsnobu2017-06-241-1/+1
* Use a file under tmp for File.real{,dir}path specs on Windowseregon2017-06-202-4/+16
* Adapt Time#zone spec to deal with differences of TZ validation on Windowseregon2017-06-191-1/+13
* capi/spec_helper.rb: suppress logonobu2017-06-181-0/+4
* capi/spec_helper.rb: pass jobserver fdsnobu2017-06-172-3/+2
* capi/spec_helper.rb: use MAKE envnobu2017-06-171-1/+2
* default.mspec: limit coresnobu2017-06-163-7/+8
* Clear `DESTDIR` when running makeusa2017-06-151-1/+1
* Update to ruby/spec@c730f07eregon2017-06-151-10/+12
* Update to ruby/spec@cd1b911eregon2017-06-1553-423/+316
* Update to ruby/mspec@d900a49eregon2017-06-1541-603/+500
* Fix DRb.start_service to use any available porteregon2017-06-011-17/+8
* Remove bad spec which cannot behave nicely in a multi-process environmenteregon2017-06-011-25/+0
* Remove empty files in drb specseregon2017-06-0130-30/+0
* Create the file in the File::TMPFILE spec in its own directoryeregon2017-06-011-3/+5
* Open files in binary modes for copying in MSpec's #cperegon2017-06-011-2/+2
* Solaris 10 x86 raseis SEGVnaruse2017-05-301-2/+4
* Clean up a bit the Process.setpriority specseregon2017-05-292-25/+24
* Enable Process.setpriority for a single process on more platforms.eregon2017-05-291-22/+19
* Run in separate process/pgrp [Bug #13609]nobu2017-05-291-29/+26
* Simplify, avoid extra exceptions and add test for concurrent mspec mkdir_peregon2017-05-292-5/+21
* rubyspec: Fix method redefinition warningk0kubun2017-05-292-10/+10
* fix up r58952nobu2017-05-291-3/+3
* fix race conditionnobu2017-05-291-2/+9
* default.mspec: remove useless flagsnobu2017-05-291-2/+0
* Revert "Update to ruby/spec@2a047c8"naruse2017-05-282-38/+108
* Revert r58939 and r58942naruse2017-05-285-4/+46
* Update to ruby/spec@ca32ae2eregon2017-05-285-46/+4
* Update to ruby/spec@2a047c8eregon2017-05-282-108/+38
* * remove trailing spaces.svn2017-05-271-5/+5
* Update to ruby/spec@2795010eregon2017-05-2729-129/+430
* Update to ruby/mspec@6c95759eregon2017-05-274-12/+13
* mspec/commands/mspec.rb: formatter for multi_execnobu2017-05-271-2/+4
* Raise ArgumentError if sprintf format string ends with %eregon2017-05-251-3/+12
* rubyspec/core/io/popen_spec: avoid lingering "ruby -e sleep" processnormal2017-05-241-2/+6
* source directory may not be writablenobu2017-05-222-6/+19
* String#casecmp no longer raises TypeErrorstomar2017-05-211-2/+10
* Use should_receive expectation instead of singleton methodstomar2017-05-211-2/+3
* add specs for Unicode-wide case conversions introduced in Ruby 2.4duerst2017-05-194-0/+24
* improve examples, fix one improbably should_not valueduerst2017-05-191-10/+9
* modify r58771.ko12017-05-171-10/+8
* spec/rubyspec: Add `ruby_version_is` guardk0kubun2017-05-172-4/+28
* spec/rubyspec: Fix rubyspec for tilde unescapek0kubun2017-05-173-3/+3
* skip some tests on vboxsf.ko12017-05-171-7/+13