summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
AgeCommit message (Expand)Author
2012-01-31* test/ruby/test_thread.rb (TestThreadGroup#test_thread_timer_and_interrupt):...nobu
2012-01-28* test/ruby/test_thread.rbshirosaki
2011-12-22* test/ruby/test_thread.rb: don't test the maximum sleep time. Rubyakr
2011-12-15Use SIGINT to interrupt.naruse
2011-12-14Use pipe instead of $stdin.read.naruse
2011-12-14* thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()naruse
2011-11-24increase difference of priority to avoid false nagative test result.naruse
2011-11-15* test/ruby/test_thread.rb (test_condvar_timed_wait): useakr
2011-09-10Revert test fixes.naruse
2011-09-09Decide by majority.naruse
2011-09-01* test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa
2011-07-31* vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]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