summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2012-04-17* dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu
2012-04-15Add debug prints to inspect TC_JSONGenerate#test_gc's timeout issue.naruse
2012-04-14Adds another timeouts.naruse
2012-04-14* lib/webrick/server.rb (WEBrick::GenericServer#start):naruse
2012-04-13* lib/webrick/server.rb (WEBrick::GenericServer#stop): fix r35303;naruse
2012-04-12* test/ruby/test_autoload.rb: clear autoloaded paths.nobu
2012-04-12r35304 changes the exception.naruse
2012-04-12* compile.c (compile_array, compile_array_):ko1
2012-04-11* lib/uri/generic.rb (module URI): URI now downcases the scheme todrbrain
2012-04-11* lib/net/protocol.rb (module Net): Added ReadTimeout to matchdrbrain
2012-04-11* lib/webrick/server.rb (module WEBrick::GenericServer): A serverdrbrain
2012-04-11* parse.y (rb_check_id_cstr): new function to check if ID isnobu
2012-04-11* sprintf.c (rb_str_format): fix exception message encoding.nobu
2012-04-11* test/ruby/test_sprintf.rb (test_named_untyped, test_named_typed):nobu
2012-04-11* sprintf.c (rb_str_format): fix error message.nobu
2012-04-11* io.c (rb_io_eof): use eof() instead of io_fillbuf(). It's becauseshirosaki
2012-04-11Set $VERBOSE=false in case of ruby -w.naruse
2012-04-10* pack.c (pack_pack): Warn when an invalid character is found in thedrbrain
2012-04-10It is wrong to expect the last output is "exit".naruse
2012-04-10More increae timeout.naruse
2012-04-10Wait the server until it stops.naruse
2012-04-10* error.c (rb_enc_raise): new function to raise an exception withnobu
2012-04-10Increae timeout.naruse
2012-04-10start GC before GC.stress.naruse
2012-04-10Add timeout to TC_JSONGenerate#test_gc.naruse
2012-04-09* test/ruby/test_file.rb (TestFile#test_long_unc): fix for the case cwd is UNC.nobu
2012-04-09* win32/win32.c (isUNCRoot, winnt_stat): support long UNC.nobu
2012-04-09Wait until the callback is called with timeout.naruse
2012-04-09* parse.y (string_content, parser_yylex): count brace nesting tonobu
2012-04-09* hash.c (rb_hash_set_default_proc): Accept nil, patch by Run Paintmarcandre
2012-04-08Add test for r35265.naruse
2012-04-08* complex.c (nucomp_expt): the result of f_complex_new2 may be a fixnumnaruse
2012-04-08Decrease the default level of try_fdopen.naruse
2012-04-08Don't run tests which can't run with editline.naruse
2012-04-07* Remove unused variables.naruse
2012-04-07* lib/webrick/httpresponse.rb (WEBrick::HTTPResponse#send_body_io):naruse
2012-04-07* include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki
2012-04-07* test/ruby/test_thread.rbshirosaki
2012-04-06* ext/psych/parser.c: fall back to any encoding if the externaltenderlove
2012-04-04Use mount_proc to avoid the delay of writing data to files.naruse
2012-04-04Sleep 0.5sec to wait the file is written on server.naruse
2012-04-04* lib/ftp/ftp.rb (Net::FTP#close): restore original read_timeout.naruse
2012-04-03Don't call f.close if f is nil or already closed.naruse
2012-04-03* lib/ftp/ftp.rb (Net::FTP#close): close socket more gracefully.naruse
2012-04-03* test/mkmf/base.rb (TestMkmf#setup): remove uninitialized global variable.nobu
2012-04-03* test/mkmf/base.rb (TestMkmf#teardown): remove meaningless assertion.nobu
2012-04-03* test/net/ftp/test_ftp.rb (FTPTest#create_ftp_server): should waitusa
2012-04-03* test/mkmf: remove generated files and ensure nothing left.nobu
2012-04-03Revert r35180; the fix break the test. see [ruby-dev:30653]naruse
2012-04-03* enumerator.c (inspect_enumerator): suppress uninitializednobu