aboutsummaryrefslogtreecommitdiffstats
path: root/bootstraptest
Commit message (Expand)AuthorAgeFilesLines
* add test for [ruby-dev:32452].akr2007-12-071-0/+13
* reproduce segv.akr2007-12-061-1/+1
* use \xf0 instead of \xfd for valid first byte of a UTF-8 character.akr2007-12-061-1/+1
* * bootstraptest/test_knownbug.rb: new test for block andnobu2007-12-062-8/+19
* * bootstraptest/test_knownbug.rb: test for [ruby-talk:266422].nobu2007-12-061-0/+9
* add a test for [ruby-dev:32448].akr2007-12-041-0/+4
* add ML ref.akr2007-12-021-1/+1
* eval("\"\xfd".force_encoding("utf-8")) generates garbage in error message.akr2007-12-021-0/+5
* add a test for [ruby-dev:32404].akr2007-12-011-0/+6
* * bootstraptest/test_knownbug.rb: move fixed bugs.ko12007-12-011-14/+0
* * insns.def (concatarray, splatarray): use to_a instead ofmatz2007-12-011-2/+2
* * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko12007-12-012-14/+13
* * ext/syck/rubyext.c (rb_syck_mktime): avoid segmentation fault.matz2007-11-301-0/+1
* longer timeout.akr2007-11-271-1/+1
* * compile.c (iseq_compile_each): "when *[],1" dumps core.ko12007-11-271-0/+12
* * compile.c (iseq_compile_each): "a[*b] += 1" dumps core.ko12007-11-271-0/+4
* * compile.c, insns.def: change return value of "defined?"ko12007-11-271-1/+1
* * eval.c (rb_method_missing): fix stack trace.ko12007-11-272-17/+5
* * insns.def, compile.c: fix to allow dsym for alias/undef.ko12007-11-271-0/+22
* more tests.akr2007-11-261-0/+4
* * bootstraptest/test_{io,marshal}.rb, lib/rubygems/require_paths_builder.rb t...nobu2007-11-262-14/+14
* add a test for [ruby-dev:32351].akr2007-11-241-0/+3
* * bootstraptest/test_knownbug.rb: move solved tests.ko12007-11-234-46/+35
* previous change refined.akr2007-11-221-2/+1
* add test for [ruby-dev:32329].akr2007-11-221-0/+21
* * eval.c (rb_f_send): allow send/__send__ to call methods of allmatz2007-11-042-8/+6
* add test for Regexp.new("\0").akr2007-11-041-0/+4
* add a test for [ruby-dev:32084].akr2007-10-221-0/+4
* It should be ArgumentError thatakr2007-10-161-0/+12
* Regexp.union("a", "a") causes SEGV.akr2007-10-161-0/+3
* * bootstraptest/test_knownbug.rb: a test for [ruby-dev:32054] moved to test/r...nobu2007-10-151-15/+0
* add a test for [ruby-dev:32054].akr2007-10-141-0/+15
* add a test for [ruby-dev:31985].akr2007-10-091-0/+9
* add a test for [ruby-dev:31982].akr2007-10-091-0/+12
* * cont.c (cont_free): check Fiber or Continuation.ko12007-10-061-5/+0
* * bootstraptest/runner.rb (assert_not_match): new method.akr2007-10-052-0/+17
* * proc.c (proc_dup): proc->block.proc should be self.ko12007-10-012-16/+15
* check exception on Process.setrlimit.akr2007-10-011-1/+5
* * bootstraptest/test_method.rb: use assert_normal_exit to testakr2007-10-011-2/+1
* * bootstraptest/runner.rb (assert_normal_exit): use `` instead ofakr2007-10-011-1/+1
* * gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]nobu2007-10-012-14/+13
* add test for [ruby-dev:31913].akr2007-09-301-0/+5
* * bootstraptest/runner.rb (pretty): don't show beginning empty line.akr2007-09-301-0/+1
* add test for [ruby-dev:31911].akr2007-09-301-0/+14
* use Marshal.load instead of binary string.akr2007-09-291-1/+1
* * bootstraptest/runner.rb (assert_normal_exit): new method.akr2007-09-292-0/+30
* add test for a define_method wrapper.akr2007-09-291-0/+15
* * cont.c: Thread local storage should be fiber local.ko12007-09-281-28/+0
* thread variable test refined.akr2007-09-281-18/+12
* add test for thread local variable with fiber.akr2007-09-271-0/+35