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