aboutsummaryrefslogtreecommitdiffstats
path: root/test/drb
Commit message (Expand)AuthorAgeFilesLines
* ext/openssl: EVP_PKEY, DH, DSA, RSA, EC_KEY are made opaqueKazuki Yamaguchi2016-05-052-2/+4
* drbtest.rb: make command an arraynobu2016-02-121-4/+3
* additional math operationsnobu2016-01-312-4/+64
* Add frozen_string_literal: false for all filesnaruse2015-12-1618-0/+18
* * test/drb/test_drb.rb: Run Rinda/DRb tests on localhost. [Fix GH-1027]seki2015-09-211-1/+1
* use Timeout.timeoutnobu2015-07-132-2/+2
* drbtest.rb: refactornobu2015-02-121-28/+23
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* normalize reference to Timeout::Errornormal2014-10-071-2/+2
* Join threads.akr2014-06-024-4/+53
* * test/drb: Wrap tests definitions by DRbTests module. This makesakr2014-06-0114-16/+66
* drbtest.rb: avoid leaking threadsnobu2014-05-281-0/+4
* explicitly stop DRb::ExtServnaruse2014-02-0710-10/+20
* suppress warnings: assigned but unused variable - esnaruse2014-02-0610-10/+10
* * test/drb/ut_eq.rb: Use localhost for drb tests [Bug #7311]zzak2013-07-113-3/+3
* drbtest.rb: DRbBasenobu2013-06-195-84/+45
* * test/drb/drbtest.rb (Drb{Core,Ary}#teardown): retry Process.killusa2013-04-111-6/+20
* Remove very obsolete test codemarcandre2013-03-081-5/+1
* drbtest.rb: use :KILL on Windowsshirosaki2012-09-291-2/+2
* * lib/drb/ssl.rb (DRb::DRbSSLSocket::SSLConfig::DEFAULT): addnaruse2012-09-202-1/+23
* check @there if it is nil to prevent infinite loopnaruse2012-09-201-2/+2
* * test/drb/ut_drb.rb: revert a part of r36987, and get rid of a warningusa2012-09-201-1/+2
* suppress warningsnaruse2012-09-191-1/+3
* remove trainling spaces.nobu2012-08-211-1/+1
* Kernel#inspect: improve consistency and do not call #to_s.eregon2012-08-151-2/+2
* fixed: can't delete unix domain sockets problemseki2012-07-181-0/+6
* * test/drb/drbtest.rb ({DRbCore,DRbAry}#teardown}: cannot pass SIGTERMusa2012-04-241-2/+4
* * test/drb/drbtest.rb: rescue Errno::ESRCH for Process.kill.akr2012-04-231-2/+8
* * lib/drb/extservm.rb (DRb::ExtServManager): don't use /bin/sh toakr2012-04-224-10/+31
* * properties.nobu2011-06-291-1/+1
* fix [Bug #4409]. add DRbServer#here?seki2011-06-273-1/+47
* raise DRbConnError instead of ArgumentError if too many arguments.seki2010-06-142-2/+2
* use require_relative.akr2010-02-023-3/+3
* * test/drb/drbtest.rb (DRbService.add_service_command): quotesnobu2009-12-231-2/+3
* * test: use require_relative.naruse2009-09-121-7/+1
* * {ext,lib,test}/**/*.rb: removed trailing spaces.nobu2009-03-066-14/+14
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-242-15/+15
* * test/drb/drbtest.rb (test_07_public_private_protected_missing):seki2007-12-191-2/+2
* * compile.c (iseq_compile_each): remove "retry" in block.ko12007-12-191-12/+13
* * lib/drb/extserv.rb (initialize, stop_service): synchronize withseki2007-11-261-1/+1
* * test/drb/test_drb.rb: rename TestRubyYield to TestDRbRubyYield toakr2007-11-201-2/+2
* merged from ruby_1_8 branch.seki2007-11-194-25/+2
* * test/drb/test_drbssl.rb : fix to skip drb testsko12006-12-311-1/+7
* * Merge YARVko12006-12-313-0/+17
* quote pathnames in the server's command line for space containedseki2006-02-241-1/+1
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-291-1/+1
* use private_methods and protected_methods instead of respond_to? to checkseki2005-07-312-3/+34
* adhoc patch for [druby-ja:123]seki2005-04-111-0/+9
* (DRbObject#respond_to?) take two arguments. [ruby-dev:25722]seki2005-02-191-0/+5
* update unittest, port from v1.8seki2005-02-162-3/+6