aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_thread.rb
Commit message (Expand)AuthorAgeFilesLines
* thread.c: fix dynamic symbol keysnobu2014-12-291-0/+10
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-2/+0
* Fix a typo.akr2014-09-221-1/+1
* test_thread.rb: thread for Queuenobu2014-09-221-0/+1
* (test_main_thread_status_at_exit) wait until the thread enter the begin clause. akr2014-09-211-0/+3
* test_thread.rb: let main thread exit from Thread.newnobu2014-08-201-0/+1
* test_thread.rb: move thread switch testnobu2014-05-281-0/+18
* thread.c: preserve encodingnobu2014-05-261-0/+7
* output more verbose to debugnaruse2014-05-181-2/+3
* thread.c: stop if forked in a sub-threadnobu2014-05-101-0/+21
* test_thread.rb: run with default handlernobu2014-05-101-1/+3
* * test/ruby: get rid of warnings.usa2014-03-051-2/+2
* test_thread.rb: stop at oncenobu2014-01-161-2/+6
* suppress warning: SAFE=3 does no sandboxingnaruse2013-12-161-1/+7
* test_thread.rb: timing issuesnobu2013-12-141-45/+66
* test_thread.rb: assert_operator for comparisonnobu2013-12-141-1/+1
* test/ruby: better assertionsnobu2013-12-131-5/+5
* hash.c: same hash value for similar constructsnobu2013-12-031-0/+13
* should not ignore the rest of recursive constructsnobu2013-11-261-13/+0
* * test/ruby/test_thread.rb (test_thread_join_in_trap):akr2013-11-051-0/+4
* test: use assert_raisenobu2013-10-091-3/+3
* test_thread.rb: ignore meaningless testnobu2013-10-061-1/+1
* thread.c: fix some mutexes remaining locked after forkingnobu2013-10-051-0/+27
* * thread.c (rb_mutex_unlock): Mutex#unlock no longer raisekosaki2013-09-101-0/+17
* * variable.c, vm_method.c: remove dead code.ktsj2013-08-181-4/+1
* * test/ruby/test_thread.rb (test_thread_local_security): Don't createakr2013-06-131-2/+0
* * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo2013-06-121-20/+0
* * test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa2013-05-021-6/+3
* thread.c: Mutex#synchronize no block paramsnobu2013-03-291-0/+5
* * test/ruby/test_thread.rb: fixed typoayumin2013-02-161-2/+2
* * thread.c: rename methods:ko12012-12-231-24/+24
* test_thread.rb: descriptive assertionsnobu2012-12-211-14/+18
* test_thread.rb: flush before SystemStackErrornobu2012-12-211-2/+3
* * vm.c: support variable VM/Machine stack sizes.ko12012-12-191-0/+40
* * test/ruby/test_thread.rb (test_uninitialized, test_backtrace,kosaki2012-12-141-60/+12
* * test/ruby/test_thread.rb (TestThread::Thread::new.): removekosaki2012-12-141-1/+0
* test: remove or replace trailing spacesnobu2012-12-071-1/+1
* * thread.c (rb_uninterruptible): helper function for providingkosaki2012-12-051-0/+20
* * io.c (io_binwrite): check interrupt before io issue.kosaki2012-12-051-0/+20
* Use underscore-begging name for dummy variables to suppress warningnaruse2012-12-051-2/+2
* fix typos and remove trailing spaceskazu2012-12-051-1/+1
* * thread.c (rb_thread_s_async_interrupt_timing): have to check ints before j...tarui2012-12-051-0/+28
* * test/ruby/test_thread.rb (test_async_interrupt_blocking): bugfixtarui2012-12-041-1/+2
* * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.tarui2012-12-041-0/+24
* * thread.c (rb_mutex_owned_p): new method that return currentkosaki2012-12-041-0/+29
* * test/ruby/test_thread.rb: move ConditionVariable related testkosaki2012-12-011-168/+0
* * test/ruby/test_thread.rb (test_cv_wait_deadlock): enablekosaki2012-12-011-12/+18
* * 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