summaryrefslogtreecommitdiff
path: root/spec/rubyspec
AgeCommit message (Expand)Author
2017-05-14fix typonobu
2017-05-14Update to ruby/spec@032022caeregon
2017-05-14suppress warningnobu
2017-05-13The exception raised when exec/spawn unexecutable file on Windows is varioususa
2017-05-13remove wrong expectationnobu
2017-05-12`notepad.exe` does not always exist in `C:\Windows`usa
2017-05-12Windows does not know Unix style timezoneusa
2017-05-12On LLP64 platform (mswin64), the return value of String#hash is fixnum.usa
2017-05-12Skip specs which make non-socket fd nonblocking on Windowsusa
2017-05-12Support bulding the extension on Windowsusa
2017-05-12unistd.h is only available when HAVE_UNISTD_H is 1usa
2017-05-12Skip the spec which uses `fork` on Windowsusa
2017-05-12The title of "Desktop" may be localizedusa
2017-05-12Skip on Windows because it always failsusa
2017-05-12remove code old versionsnobu
2017-05-12Support building exts of spec on mswinusa
2017-05-10Use environment values to find ruby and flags instead of an argumenteregon
2017-05-10Use ruby_cmd instead of the RUBY_EXE constant in specseregon
2017-05-10Use the Mutex to know whether we entered the signal handler in Process#kill s...eregon
2017-05-10Process.getpgrp and Process.setsid must be available for Process#kill group s...eregon
2017-05-10Use #system directly with multiple arguments in Process#kill specseregon
2017-05-07Update specs to follow newlines added by r58596eregon
2017-05-07* remove trailing spaces, append newline at EOF.svn
2017-05-07Add in-tree mspec and ruby/speceregon