summaryrefslogtreecommitdiff
path: root/bootstraptest
AgeCommit message (Expand)Author
2007-12-01* insns.def (concatarray, splatarray): use to_a instead ofmatz
2007-12-01* insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko1
2007-11-30* ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault.matz
2007-11-27longer timeout.akr
2007-11-27* compile.c (iseq_compile_each): "when *[],1" dumps core.ko1
2007-11-27* compile.c (iseq_compile_each): "a[*b] += 1" dumps core.ko1
2007-11-27* compile.c, insns.def: change return value of "defined?"ko1
2007-11-27* eval.c (rb_method_missing): fix stack trace.ko1
2007-11-27* insns.def, compile.c: fix to allow dsym for alias/undef.ko1
2007-11-26more tests.akr
2007-11-26* bootstraptest/test_{io,marshal}.rb, lib/rubygems/require_paths_builder.rb t...nobu
2007-11-24add a test for [ruby-dev:32351].akr
2007-11-23* bootstraptest/test_knownbug.rb: move solved tests.ko1
2007-11-22previous change refined.akr
2007-11-22add test for [ruby-dev:32329].akr
2007-11-04* eval.c (rb_f_send): allow send/__send__ to call methods of allmatz
2007-11-04add test for Regexp.new("\0").akr
2007-10-22add a test for [ruby-dev:32084].akr
2007-10-16It should be ArgumentError thatakr
2007-10-16Regexp.union("a", "a") causes SEGV.akr
2007-10-15* bootstraptest/test_knownbug.rb: a test for [ruby-dev:32054] moved to test/r...nobu
2007-10-14add a test for [ruby-dev:32054].akr
2007-10-09add a test for [ruby-dev:31985].akr
2007-10-09add a test for [ruby-dev:31982].akr
2007-10-06* cont.c (cont_free): check Fiber or Continuation.ko1
2007-10-05* bootstraptest/runner.rb (assert_not_match): new method.akr
2007-10-01* proc.c (proc_dup): proc->block.proc should be self.ko1
2007-10-01check exception on Process.setrlimit.akr
2007-10-01* bootstraptest/test_method.rb: use assert_normal_exit to testakr
2007-10-01* bootstraptest/runner.rb (assert_normal_exit): use `` instead ofakr
2007-10-01* gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]nobu
2007-09-30add test for [ruby-dev:31913].akr
2007-09-30* bootstraptest/runner.rb (pretty): don't show beginning empty line.akr
2007-09-30add test for [ruby-dev:31911].akr
2007-09-29use Marshal.load instead of binary string.akr
2007-09-29* bootstraptest/runner.rb (assert_normal_exit): new method.akr
2007-09-29add test for a define_method wrapper.akr
2007-09-28* cont.c: Thread local storage should be fiber local.ko1
2007-09-28thread variable test refined.akr
2007-09-27add test for thread local variable with fiber.akr
2007-09-26refine a test.akr
2007-09-26* bootstraptest/runner.rb (assert_finish): new method.akr
2007-09-26* bootstraptest/test_knownbug.rb: remove a fixed test.ko1
2007-09-26* bootstraptest/test_knownbug.rb: move fixed tests.ko1
2007-09-25* io.c (io_ungetc): reallocate internal buffer if pushing datamatz
2007-09-22merge tests for [ruby-dev:31816] and [ruby-dev:31817].akr
2007-09-22add test for [ruby-dev:31817].akr
2007-09-22add test for [ruby-dev:31818].akr
2007-09-22add test for [ruby-dev:31816].akr
2007-09-14* test/ruby/test_io.rb: tests which cause SEGV should not beko1