summaryrefslogtreecommitdiffstats
path: root/test/ruby/test_thread.rb
Commit message (Expand)AuthorAgeFilesLines
* * 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