aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * strftime.c (rb_strftime_with_timespec): fix carrir-up bug andnobu2012-04-191-0/+16
* Run TC_JSONGenerate#test_gc in a separate process.naruse2012-04-191-20/+11
* Fix multithread issue in the test of r35391naruse2012-04-191-3/+2
* * io.c (io_readpartial): Document the output buffer parameter isdrbrain2012-04-183-0/+66
* Use mock of Gem::Security::OPT[:trust_dir]naruse2012-04-181-0/+10
* * test/ruby/test_time_tz.rb (TestTimeTZ): run TZ tests on Mac OS X,nobu2012-04-181-8/+18
* Run separate process this GC.stress test.naruse2012-04-181-5/+2
* Disable GC for slow this test.naruse2012-04-181-4/+4
* split method definitionsnobu2012-04-181-6/+11
* Run separate process if the test uses GC.stress.naruse2012-04-181-20/+21
* * lib/rubygems: Update to RubyGems 1.8.22 plus r33517 and r35337 whichdrbrain2012-04-1812-25/+700
* Revert r35370 due to bad source branchdrbrain2012-04-1712-694/+25
* * lib/rubygems: Update to RubyGems 1.8.22 plus r33517 and r35337 whichdrbrain2012-04-1712-25/+694
* * strftime.c (rb_strftime_with_timespec): fix padding of time zonenobu2012-04-171-0/+16
* win32/dln is only for win32.naruse2012-04-171-1/+1
* * dln.c (rb_w32_check_imported): skip ordinal entries. based on anobu2012-04-171-0/+13
* 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