aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_thread.rb
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki2012-11-301-0/+12
* * thread.c: rename Thread.control_interruptko12012-11-301-8/+8
* remove trailing spaces.nobu2012-11-291-1/+1
* * test/ruby/test_thread.rb (test_thread_status_in_trap): change test fortarui2012-11-281-11/+11
* * vm_core.h (enum rb_thread_status): remove THREAD_TO_KILLkosaki2012-11-281-8/+43
* * thread.c (thread_join): A trap handler check was moved fromkosaki2012-11-281-0/+11
* * eval.c (ruby_cleanup): set thread status to THREAD_KILLEDkosaki2012-11-271-0/+12
* * thread.c (thread_join): raises ThreadError if target theradkosaki2012-11-271-0/+8
* * thread.c (thread_join): raises ThreadError if target threadkosaki2012-11-271-2/+5
* * vm_core.h (rb_thread_struct): added 'in_trap' member for markingkosaki2012-11-261-0/+15
* * thread.c: added Thread#thread_variable_(get|set),tenderlove2012-10-291-0/+73
* * eval.c (rb_mod_using): new method Module#using. [experimental]shugo2012-08-021-4/+1
* Synchronize with simple variable assignment.naruse2012-07-231-4/+3
* Suppress unused variable warnings.naruse2012-07-221-4/+4
* Use assert_normal_exit to avoid stack on buggy implementations.naruse2012-07-221-18/+20
* * thread.c (rb_threadptr_execute_interrupts_common): increasenaruse2012-07-221-0/+18
* * thread.c (rb_thread_s_control_interrupt,ko12012-07-191-0/+66
* avoid thread switching.naruse2012-04-221-3/+8
* It is wrong to expect the last output is "exit".naruse2012-04-101-1/+0
* * include/ruby/win32.h (rb_w32_aspawn_flags): add the declaration ofshirosaki2012-04-071-2/+3
* * test/ruby/test_thread.rbshirosaki2012-04-071-0/+1
* misplaced rescuenobu2012-03-311-2/+3
* test_thread: test_condvar_wait_not_owner duplicates test_condvar_nolocknobu2012-03-201-8/+1
* * test/ruby/test_arity.rb (TestArity#err_mess): use assert_raise.nobu2012-03-151-1/+1
* * test/ruby/test_thread.rb (TestThreadGroup#test_thread_timer_and_interrupt):...nobu2012-01-311-12/+15
* * test/ruby/test_thread.rbshirosaki2012-01-281-3/+8
* * test/ruby/test_thread.rb: don't test the maximum sleep time. Rubyakr2011-12-221-1/+0
* Use SIGINT to interrupt.naruse2011-12-151-1/+1
* Use pipe instead of $stdin.read.naruse2011-12-141-1/+1
* * thread_pthread.c (ubf_select): call rb_thread_wakeup_timer_thread()naruse2011-12-141-0/+15
* increase difference of priority to avoid false nagative test result.naruse2011-11-241-2/+2
* * test/ruby/test_thread.rb (test_condvar_timed_wait): useakr2011-11-151-1/+2
* Revert test fixes.naruse2011-09-101-5/+2
* Decide by majority.naruse2011-09-091-2/+5
* * test/ruby/test_thread.rb (TestThread#test_no_valid_cfp): skip whenusa2011-09-011-0/+1
* * vm.c: check if cfp is valid. [Bug #5083] [ruby-dev:44208]ktsj2011-07-311-0/+12
* * test/ruby/test_thread.rb (TestThread#test_priority): enablekosaki2011-06-211-1/+1
* * test/ruby/test_thread.rb (TestThread#test_kill_thread_subclass):nagachika2011-06-091-0/+11
* * test/ruby/test_thread.rb (TestThread#test_kill_wrong_argument):nagachika2011-06-091-0/+7
* * eval.c (ruby_cleanup): use rb_ary_free to free internal object.nobu2011-02-111-1/+10
* * test/ruby/test_thread.rb: remove unused variables.kazu2011-01-241-3/+2
* * test/ruby/test_thread.rb (TestThread#test_condvar_nolock_2): get rid of met...kazu2011-01-241-1/+1
* * test/ruby/test_thread.rb: Added various ConditionVariable tests.kosaki2011-01-241-0/+114
* Reduced gem_prelude to just require rubygems. Reviewed by Evan Phoenixryan2011-01-141-1/+1
* 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