summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2012-04-02* lib/optparse/ac.rb: autoconf-like options.nobu
2012-04-02* string.c (rb_str_start_with, rb_str_end_with): raise an error ifnobu
2012-04-01Refix of 35206; 0.3 is too small for Ruby's timeout.naruse
2012-04-01ReRefix the test for r35205.naruse
2012-04-01Refix the test for r35205.naruse
2012-04-01Fix the test for r35205.naruse
2012-04-01Client waits only the first line.naruse
2012-04-01* lib/net/ftp.rb (Net::BufferedSocket): should delegate send() to @ionaruse
2012-03-31use super in h.defaultnobu
2012-03-31* hash.c (hash_default_value): extract from rb_hash_aref(), to benobu
2012-03-31* lib/net/ftp.rb (read_timeout=, open_timeout=): supported timeout.shugo
2012-03-31misplaced rescuenobu
2012-03-30descriptive assertionsnobu
2012-03-30join LocalBarriernobu
2012-03-29* test/ruby/lbtest.rb: print at once including newlines.nobu
2012-03-29* st.c (st_update): add existing parameter to the callback function.nobu
2012-03-29* ext/openssl/ossl_pkcs7.c: fix crash when parsing garbage data.emboss
2012-03-29* test/openssl/test_x509cert.rb: Exclude test that fails when issuingemboss