summaryrefslogtreecommitdiff
path: root/spec/rubyspec/core
AgeCommit message (Expand)Author
2017-05-29Enable Process.setpriority for a single process on more platforms.eregon
2017-05-29Run in separate process/pgrp [Bug #13609]nobu
2017-05-27Update to ruby/spec@2795010eregon
2017-05-25Raise ArgumentError if sprintf format string ends with %eregon
2017-05-24rubyspec/core/io/popen_spec: avoid lingering "ruby -e sleep" processnormal
2017-05-22source directory may not be writablenobu
2017-05-21String#casecmp no longer raises TypeErrorstomar
2017-05-21Use should_receive expectation instead of singleton methodstomar
2017-05-19add specs for Unicode-wide case conversions introduced in Ruby 2.4duerst
2017-05-19improve examples, fix one improbably should_not valueduerst
2017-05-16ENV["HOME"] is prior as home on Windowsusa
2017-05-14Update to ruby/spec@032022caeregon
2017-05-13The exception raised when exec/spawn unexecutable file on Windows is varioususa
2017-05-13remove wrong expectationnobu
2017-05-12Skip on Windows because it always failsusa
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-07* remove trailing spaces, append newline at EOF.svn
2017-05-07Add in-tree mspec and ruby/speceregon