aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* ENV["HOME"] is prior as home on Windowsusa2017-05-161-2/+4
* Should require at spec file, not fixture fileusa2017-05-162-1/+1
* Should require WIN32OLEusa2017-05-161-0/+1
* Use raise_error blocknobu2017-05-162-7/+6
* Mac OS raises EADDRNOTAVAIL but not ECONNREFUSEDnobu2017-05-161-1/+1
* Multiple exception classes at raise_errornobu2017-05-161-3/+6
* Avoid using a class variable in socket specseregon2017-05-161-1/+1
* Use a reserved port to test for a non-existing TCP servereregon2017-05-162-1/+6
* optional/capi: use LIBRUBYARG_SHAREDnobu2017-05-151-1/+3
* thread_spec.c: use rb_w32_pipenobu2017-05-151-0/+3
* io_spec.c: suppress unused-variable warningnobu2017-05-151-3/+3
* optional/capi: fix link on mingwnobu2017-05-151-2/+2
* default.mspec: ignore unavailable FDsnobu2017-05-151-0/+1
* fix typonobu2017-05-141-1/+1
* Update to ruby/spec@032022caeregon2017-05-1447-172/+254
* Update to ruby/mspec@4b980493eregon2017-05-148-7/+255
* Don't read non .rb file as a specnaruse2017-05-141-1/+1
* suppress warningnobu2017-05-141-0/+2
* The exception raised when exec/spawn unexecutable file on Windows is varioususa2017-05-132-4/+4
* remove wrong expectationnobu2017-05-131-1/+0
* `notepad.exe` does not always exist in `C:\Windows`usa2017-05-121-1/+1
* Windows does not know Unix style timezoneusa2017-05-121-1/+3
* On LLP64 platform (mswin64), the return value of String#hash is fixnum.usa2017-05-121-3/+1
* Skip specs which make non-socket fd nonblocking on Windowsusa2017-05-121-18/+20
* Support bulding the extension on Windowsusa2017-05-121-3/+9
* unistd.h is only available when HAVE_UNISTD_H is 1usa2017-05-121-0/+2
* Skip the spec which uses `fork` on Windowsusa2017-05-121-14/+16
* The title of "Desktop" may be localizedusa2017-05-121-1/+1
* Skip on Windows because it always failsusa2017-05-121-7/+9
* remove code old versionsnobu2017-05-121-6/+2
* Support building exts of spec on mswinusa2017-05-121-10/+22
* Use environment values to find ruby and flags instead of an argumenteregon2017-05-102-3/+1
* Use ruby_cmd instead of the RUBY_EXE constant in specseregon2017-05-102-19/+17
* Use the Mutex to know whether we entered the signal handler in Process#kill s...eregon2017-05-101-7/+4
* Process.getpgrp and Process.setsid must be available for Process#kill group s...eregon2017-05-101-3/+3
* Use #system directly with multiple arguments in Process#kill specseregon2017-05-101-3/+3
* Update specs to follow newlines added by r58596eregon2017-05-073-3/+3
* Rename spec/README to spec/README.mderegon2017-05-071-0/+0
* * remove trailing spaces, append newline at EOF.svn2017-05-0730-31/+37