aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_thread.rb
Commit message (Expand)AuthorAgeFilesLines
* Clean warnings: unused variables.naruse2010-06-231-1/+1
* Use only object_id to test living threads.naruse2010-02-191-2/+2
* * test/ruby/test_thread.rb (test_priority): removed not-guaranteed result.nobu2009-12-231-1/+1
* Decrease counts of tests which spend so long time.naruse2009-11-041-2/+6
* * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the risknobu2009-10-161-4/+2
* * test/ruby/test_thread.rb (TestThread#test_recursive): removematz2009-09-161-9/+0
* * thread.c (rb_exec_recursive_outer, rb_exec_recursive): Added method to shor...marcandre2009-09-151-0/+13
* * thread.c, vm_eval.c: add Thread.backtrace.ko12009-06-141-0/+10
* * thread.c (rb_mutex_trylock): return false if Mutex ownedko12008-12-291-0/+12
* * test: assert_raises has been deprecated since a long time ago.nobu2008-09-241-2/+2
* * test/ruby/test_thread.rb: fix test.ko12008-09-031-1/+1
* * test/ruby/test_thread.rb (test_status_and_stop_p): reduce the riskmame2008-08-251-6/+9
* * test/ruby/test_thread.rb (test_list): call Thread.pass to run t1.shugo2008-08-131-0/+1
* * thread.c, vm_core.h: add manual priority supportko12008-08-131-1/+1
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-96/+69
* * test/ruby/test_thread.rb: add a test.mame2008-06-121-0/+22
* * test/ruby/test_file.rb: add tests for uninitialized object.mame2008-06-021-0/+6
* * test/ruby/test_thread.rb: kill and join temporal threads that aremame2008-05-111-0/+16
* * test/ruby/test_thread.rb: fix typos.mame2008-04-241-4/+4
* * test/ruby/test_settracefunc.rb: add a test for set_trace_func.mame2008-04-231-4/+356
* * test/ruby/test_thread.rb: new tests from Sylvain Joyeux innobu2008-04-091-0/+77
* * thread.c (thread_create_core): prohibit thread creation in thematz2008-01-181-0/+33
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-0/+24