aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* * bootstraptest/test_knownbug.rb: move solved tests.ko12008-05-195-0/+33
* test material for r16453.gotoyuzo2008-05-182-0/+37
* * lib/webrick/httpservlet/filehandler.rb: should normalize pathgotoyuzo2008-05-183-11/+92
* * pack.c (pack_pack): check errno to detect error of ruby_strtoul.mame2008-05-171-0/+4
* * array.c (rb_ary_sort_bang): should not free shared pointer, and setnobu2008-05-171-0/+10
* * test/ruby/test_eval.rb (test_define_method_block): new testnobu2008-05-171-0/+13
* * file.c (rb_file_s_extname): first dot is not an extension name.nobu2008-05-171-0/+11
* * test/ruby/test_module.rb (assert_method_defined?): added.nobu2008-05-161-6/+52
* * math.c (to_flo): rb_Float() accepts even strings for input.matz2008-05-161-1/+1
* * test/ruby/test_string.rb: add tests to achieve over 90% testmame2008-05-154-5/+277
* * string.c (tr_find): String#delete returned wrong result when multiplemame2008-05-151-0/+4
* * file.c (file_expand_path): support for alternative data streamnobu2008-05-151-0/+25
* * test/ruby/test_object.rb: new tests to achieve over 90% testmame2008-05-1410-0/+859
* * test/ruby/test_file_exhaustive.rb (assert_integer): may not Fixnum.nobu2008-05-141-29/+32
* * array.c (rb_ary_count): Override Enumerable#count for betterknu2008-05-141-0/+8
* test the actual value of (10**32768-1).to_s.akr2008-05-141-3/+1
* add a test.akr2008-05-131-0/+4
* * test/ruby/test_io_m17n.rb: remove a duplicative method.mame2008-05-138-16/+7
* check the chracters in (10**32768-1).to_s.akr2008-05-131-1/+3
* * vm.c (collect_local_variables_in_env): remove unnecessary checkmame2008-05-121-0/+7
* * process.c, include/ruby/intern.h (rb_run_exec_options): externed.usa2008-05-121-2/+2
* * test/ruby/envutil.rb (rubybin): return expanded rubyexe instead ofusa2008-05-121-1/+1
* * re.c (rb_reg_prepare_re): made non static with small refactoring.matz2008-05-121-1/+1
* add tests for [ruby-dev:34591].akr2008-05-121-0/+25
* fix typokazu2008-05-111-1/+1
* * test/ruby/test_thread.rb: kill and join temporal threads that aremame2008-05-111-0/+16
* * test/ruby/test_process.rb (TestProcess#with_stdin): defined.akr2008-05-111-8/+24
* add tests of UnboundMethod#{name,owner}kazu2008-05-111-0/+2
* test/ruby/test_continuation.rb: remove duplicated test.matz2008-05-081-14/+0
* * test/ruby/test_array.rb (test_sort_with_callcc): test for [ruby-core:16679].nobu2008-05-081-0/+19
* * string.c (tr_trans): should squeeze properly. [ruby-dev:34587]matz2008-05-071-0/+4
* * numeric.c (bit_coerce): float should not be a valid operand ofmatz2008-05-071-3/+3
* * string.c (sym_to_i): remove obsolete method. preparation formatz2008-05-071-7/+0
* * bignum.c (rb_big_fdiv): flo.fdiv(NaN) should result NaN.matz2008-05-072-12/+3
* File#lchmod test removed because the method is not exist.akr2008-05-061-2/+0
* * test/io/nonblock/test_flush.rb: don't set Thread.abort_on_exception.akr2008-05-052-7/+17
* * time.c (obj2nsec): fix string argument.akr2008-05-041-0/+6
* * eval.c (rb_obj_respond_to): check the result of respond_to? methodakr2008-05-041-0/+8
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_normal_exit):akr2008-05-032-0/+41
* add a test for [ruby-dev:34581].akr2008-05-031-0/+7
* add tests for [ruby-dev:34557] and [ruby-dev:34558].akr2008-05-021-0/+14
* * test/ruby/test_parse.rb (TestParse::test_void_expr_stmts_value):matz2008-05-012-4/+5
* add tests for [ruby-dev:34556] and [ruby-dev:34555].akr2008-05-012-0/+7
* add a test for [ruby-dev:34553].akr2008-05-011-0/+1
* split combinational blackbox tests.akr2008-05-012-607/+620
* 0**-1 test updated. [ruby-dev:34547]akr2008-04-301-1/+5
* [ruby-dev:34497] ERB::Util#url_encode bug fix. Reported by rubikitch.seki2008-04-301-14/+22
* add tests.akr2008-04-301-0/+68
* don't use fork method.akr2008-04-301-123/+82
* * process.c (check_exec_redirect_fd): prohibit duplex IO.akr2008-04-301-0/+18