aboutsummaryrefslogtreecommitdiffstats
path: root/spec/rubyspec/core/process
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update to ruby/spec@032022caeregon2017-05-142-2/+6
* The exception raised when exec/spawn unexecutable file on Windows is varioususa2017-05-132-4/+4
* Skip on Windows because it always failsusa2017-05-121-7/+9
* Use environment values to find ruby and flags instead of an argumenteregon2017-05-102-3/+1
* 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
* Add in-tree mspec and ruby/speceregon2017-05-0787-0/+2967