summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
AgeCommit message (Expand)Author
2012-04-14merge revision(s) 35249,35250: [Backport #6296]naruse
2012-02-03merge revision(s) 34040,34051,34063,34389,34402,34403:naruse
2012-02-03merge revision(s) r34038,34099:naruse
2011-09-01backported r33153 from trunk.usa
2011-07-31* backport r32768 from trunk.ktsj
2011-06-21* test/ruby/test_thread.rb (TestThread#test_priority): enablekosaki
2011-06-09* test/ruby/test_thread.rb (TestThread#test_kill_thread_subclass):nagachika
2011-06-09* test/ruby/test_thread.rb (TestThread#test_kill_wrong_argument):nagachika
2011-02-11* eval.c (ruby_cleanup): use rb_ary_free to free internal object.nobu
2011-01-24* test/ruby/test_thread.rb: remove unused variables.kazu
2011-01-24* test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu
2011-01-24 * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki
2011-01-14Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan
2010-06-23Clean warnings: unused variables.naruse
2010-02-19Use only object_id to test living threads.naruse
2009-12-23* test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.nobu
2009-11-04Decrease counts of tests which spend so long time.naruse
2009-10-16* test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu
2009-09-16* test/ruby/test_thread.rb (TestThread#test_recursive): removematz
2009-09-15* thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre
2009-06-14* thread.c, vm_eval.c: add Thread.backtrace.ko1
2008-12-29* thread.c (rb_mutex_trylock): return false if Mutex ownedko1
2008-09-24* test: assert_raises has been deprecated since a long time ago.nobu
2008-09-03* test/ruby/test_thread.rb: fix test.ko1
2008-08-25* test/ruby/test_thread.rb (test_status_and_stop_p): reduce the riskmame
2008-08-13* test/ruby/test_thread.rb (test_list): call Thread.pass to run t1.shugo
2008-08-13* thread.c, vm_core.h: add manual priority supportko1
2008-07-15* test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame
2008-06-12* test/ruby/test_thread.rb: add a test.mame
2008-06-02* test/ruby/test_file.rb: add tests for uninitialized object.mame
2008-05-11* test/ruby/test_thread.rb: kill and join temporal threads that aremame
2008-04-24* test/ruby/test_thread.rb: fix typos.mame
2008-04-23* test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame
2008-04-09* test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu
2008-01-18* thread.c (thread_create_core): prohibit thread creation in thematz
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1