aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_thread.rb
Commit message (Expand)AuthorAgeFilesLines
* Bump up timeout for slower-starting implementations/platforms.headius2016-02-231-1/+1
* test_thread.rb: wait for the thread to sleepnobu2016-01-131-0/+1
* thread.c: interrupt queue on uninitialized threadnobu2016-01-071-2/+17
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* test_thread.rb: stay alivenobu2015-12-121-1/+1
* thread.c: name must be ascii-compatiblenobu2015-12-041-0/+1
* thread.c: reset namenobu2015-12-011-2/+7
* thread.c: check name argumentnobu2015-12-011-0/+18
* wait until it escape handle_interrupt blocknaruse2015-10-291-2/+2
* thread may leak if assert fails before join is finishednaruse2015-10-281-2/+3
* * test/ruby/test_thread.rb (test_handle_interrupt_blocking): check ifnagachika2015-10-051-2/+3
* * test/ruby/test_thread.rb: fix potential race condition.eregon2015-10-051-3/+2
* test_thread.rb: handshakenobu2015-10-021-3/+3
* test_thread.rb: thread leaknobu2015-10-021-5/+3
* * test/ruby/test_thread.rb (TestThread#test_mutex_synchronize):kosaki2015-09-151-8/+11
* * include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt2015-06-171-2/+2
* sleep thread until assertionsnaruse2015-06-131-1/+3
* * vm_core.h (rb_thread_t): add th->name.naruse2015-06-131-0/+7
* thread.c: class name encodingnobu2015-04-161-0/+13
* 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