summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
AgeCommit message (Expand)Author
2012-11-26* vm_core.h (rb_thread_struct): added 'in_trap' member for markingkosaki
2012-10-29* thread.c: added Thread#thread_variable_(get|set),tenderlove
2012-08-02* eval.c (rb_mod_using): new method Module#using. [experimental]shugo
2012-07-23Synchronize with simple variable assignment.naruse
2012-07-22Suppress unused variable warnings.naruse
2012-07-22Use assert_normal_exit to avoid stack on buggy implementations.naruse
2012-07-22* thread.c (rb_threadptr_execute_interrupts_common): increasenaruse
2012-07-19* thread.c (rb_thread_s_control_interrupt,ko1
2012-04-22avoid thread switching.naruse
2012-04-10It is wrong to expect the last output is "exit".naruse
2012-04-07* include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki
2012-04-07* test/ruby/test_thread.rbshirosaki
2012-03-31misplaced rescuenobu
2012-03-20test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu
2012-03-15* test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu
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