summaryrefslogtreecommitdiff
path: root/test/ruby/test_process.rb
AgeCommit message (Expand)Author
2016-03-25merge revision(s) 47837: [Backport #12155]usa
2016-03-25merge revision(s) 54010: [Backport #12154]usa
2016-02-25merge revision(s) 53346,53347,53348,53349,53391,53928: [Backport #11898]usa
2015-10-29merge revision(s) 52229,52273,52277,52357: [Backport #11613]usa
2015-08-17merge revision(s) 51202,51203,51204: [Backport #11340]usa
2014-09-01merge revision(s) r45911,r45912,r45917,r45918,r45919: [Backport #9820]nagachika
2014-08-30merge revision(s) r46441: [Backport #9946]nagachika
2013-12-16test_process.rb: fix for 32bit platformsnobu
2013-12-16* process.c (make_clock_result): add :second as a unit fornaruse
2013-12-14test_process.rb: handshakenobu
2013-12-13test/ruby: better assertionsnobu
2013-11-15envutil.rb: crash report on Mac OS Xnobu
2013-09-03Fix a typo.akr
2013-09-03* process.c (rb_clock_gettime): Support times() based monotonic clock.akr
2013-09-01Add assertions.akr
2013-08-31* process.c (rb_clock_getres): New method.akr
2013-08-24* process.c (rb_clock_gettime): The emulated clock names changed.akr
2013-08-23add tests.akr
2013-08-22* process.c (rb_clock_gettime): Strip "s" from unit names.akr
2013-08-11* process.c (rb_clock_gettime): New method.akr
2013-08-09file.c: normalize Form Cnobu
2013-07-11* process.c (rb_daemon): daemon(3) is implemented with fork(2).naruse
2013-07-10On FreeBSD, threads don't die on daemon(3)naruse
2013-07-10process.c: kill threads in daemon processnobu
2013-06-30win32: UTF-8 spawnnobu
2013-06-30win32.c: use backslashnobu
2013-06-30win32: UTF-8 spawnnobu
2013-06-30test_process.rb: File.realpath directlynobu
2013-06-19test_process.rb: redirect to nullnobu
2013-05-02* test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa
2013-04-20* test/csv/test_features.rb, test/logger/test_logger.rbakr
2013-02-23test_process.rb: fix testnobu
2013-02-22test_process.rb: fix parametersnobu
2013-02-22* test/ruby/test_process.rb: remove useless sleep.nobu
2013-02-21* file.c (rb_group_member): get rid of NGROUPS dependency.kosaki
2013-02-14* test/ruby/test_process.rb (test_setsid): Added a workaround forkosaki
2013-02-09the process maybe already finishednaruse
2013-02-06* test/ruby/test_process.rb (test_setsid): ensure to callkosaki
2013-02-06* test/ruby/test_process.rb (test_setsid): skip when platform iskosaki
2013-01-29* test/ruby/test_marshal.rb: remove temporally files early.akr
2013-01-25test_process.rb: reduce command string sizenobu
2012-12-12Suppress warning: too long pathnaruse
2012-11-26* test/ruby/test_process.rb (test_setsid): added a few wait forkosaki
2012-11-25* test/ruby/test_process.rb (test_setsid): call Process.getsid fornagachika
2012-11-24Fix TestProcess#test_setsidshirosaki
2012-11-24* process.c (proc_getsid): adds new method for getting session id.kosaki
2012-11-01test_process.rb: use never existing filenobu
2012-11-01* test/ruby/test_process.rb: Revert r37404. My ubuntu box hasmame
2012-11-01* test/ruby/test_process.rb: Process.exec raised EACCES on Linuxmame
2012-10-16* test/ruby/envutil.rb (Test::Unit::Assertions#assert_file): rename from file...kazu