aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.naruse2012-04-151-15/+15
* Adds another timeouts.naruse2012-04-141-3/+9
* * lib/webrick/server.rb (WEBrick::GenericServer#start):naruse2012-04-141-2/+2
* * lib/webrick/server.rb (WEBrick::GenericServer#stop): fix r35303;naruse2012-04-131-5/+4
* * test/ruby/test_autoload.rb: clear autoloaded paths.nobu2012-04-121-0/+2
* r35304 changes the exception.naruse2012-04-121-1/+1
* * compile.c (compile_array, compile_array_):ko12012-04-121-0/+8
* * lib/uri/generic.rb (module URI): URI now downcases the scheme todrbrain2012-04-111-0/+6
* * lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain2012-04-112-4/+4
* * lib/webrick/server.rb (module WEBrick::GenericServer): A serverdrbrain2012-04-112-4/+29
* * parse.y (rb_check_id_cstr): new function to check if ID isnobu2012-04-111-0/+10
* * sprintf.c (rb_str_format): fix exception message encoding.nobu2012-04-111-0/+38
* * test/ruby/test_sprintf.rb (test_named_untyped, test_named_typed):nobu2012-04-111-1/+8
* * sprintf.c (rb_str_format): fix error message.nobu2012-04-111-3/+8
* * io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's becauseshirosaki2012-04-111-0/+16
* Set $VERBOSE=false in case of ruby -w.naruse2012-04-111-2/+6
* * pack.c (pack_pack): Warn when an invalid character is found in thedrbrain2012-04-101-0/+35
* It is wrong to expect the last output is "exit".naruse2012-04-101-1/+0
* More increae timeout.naruse2012-04-101-1/+1
* Wait the server until it stops.naruse2012-04-101-0/+3
* * error.c (rb_enc_raise): new function to raise an exception withnobu2012-04-101-0/+15
* Increae timeout.naruse2012-04-101-1/+1
* start GC before GC.stress.naruse2012-04-101-0/+1
* Add timeout to TC_JSONGenerate#test_gc.naruse2012-04-101-3/+6
* * test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.nobu2012-04-091-0/+1
* * win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu2012-04-091-0/+10
* Wait until the callback is called with timeout.naruse2012-04-091-3/+6
* * parse.y (string_content, parser_yylex): count brace nesting tonobu2012-04-091-3/+0
* * hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre2012-04-091-0/+4
* Add test for r35265.naruse2012-04-081-0/+1
* * complex.c (nucomp_expt): the result of f_complex_new2 may be a fixnumnaruse2012-04-081-0/+1
* Decrease the default level of try_fdopen.naruse2012-04-081-1/+1
* Don't run tests which can't run with editline.naruse2012-04-081-2/+2
* * Remove unused variables.naruse2012-04-071-4/+4
* * lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse2012-04-071-0/+64
* * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki2012-04-072-2/+12
* * test/ruby/test_thread.rbshirosaki2012-04-071-0/+1
* * ext/psych/parser.c: fall back to any encoding if the externaltenderlove2012-04-061-1/+1
* Use mount_proc to avoid the delay of writing data to files.naruse2012-04-042-13/+12
* Sleep 0.5sec to wait the file is written on server.naruse2012-04-041-5/+6
* * lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse2012-04-041-1/+2
* Don't call f.close if f is nil or already closed.naruse2012-04-031-1/+1
* * lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse2012-04-031-10/+8
* * test/mkmf/base.rb (TestMkmf#setup): remove uninitialized global variable.nobu2012-04-031-1/+1
* * test/mkmf/base.rb (TestMkmf#teardown): remove meaningless assertion.nobu2012-04-031-1/+0
* * test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa2012-04-031-0/+1
* * test/mkmf: remove generated files and ensure nothing left.nobu2012-04-034-0/+8
* Revert r35180; the fix break the test. see [ruby-dev:30653]naruse2012-04-031-1/+1
* * enumerator.c (inspect_enumerator): suppress uninitializednobu2012-04-031-0/+7
* * lib/optparse/ac.rb: autoconf-like options.nobu2012-04-021-0/+63