aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add in-tree mspec and ruby/speceregon2017-05-074644-0/+230678
* Update README about ruby/speceregon2017-05-071-31/+79
* * spec/default.mspec: only require rbconfig if is it not already.eregon2017-05-071-1/+1
* Use require to load rbconfig in default.mspeceregon2017-04-251-1/+1
* revert r58478 and r58479 because they do not support not in-place buildko12017-04-251-1/+1
* Use require_relative to load rbconfig in default.mspeceregon2017-04-251-1/+1
* Remove useless else which produced a warningeregon2017-04-251-1/+0
* default.mspec: defer job tokensnobu2017-04-091-20/+33
* default.mspec: job servernobu2017-04-051-0/+25
* default.mspec: end of optionsnobu2016-11-091-0/+1
* * spec/README: update URL. [ci skip]kazu2016-09-241-4/+4