aboutsummaryrefslogtreecommitdiffstats
path: root/test/thread/test_cv.rb
Commit message (Expand)AuthorAgeFilesLines
* Move obsoleted test/thread/test_*.rb with the current implementation.hsbt2018-07-311-247/+0
* test/thread/test_cv.rb: test CV usability inside forked childnormal2018-04-301-2/+8
* thread_sync.c: avoid reaching across stacks of dead threadsnormal2018-03-271-0/+19
* mjit_compile.c: merge initial JIT compilerk0kubun2018-02-041-0/+2
* Fix test-all tests to avoid creating report_on_exception warningseregon2017-12-121-6/+4
* Remove unnecessary `require 'thread'`kazu2017-10-081-3/+0
* test/thread: relax internal implementation check in error messagenormal2017-05-091-1/+1
* Use qualified namesnobu2016-08-301-0/+3
* fix test of r55397naruse2016-06-131-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * test/lib/envutil.rb: Moved from test/ruby/.akr2014-11-131-1/+0
* thread.c: check initializednobu2014-08-191-0/+6
* add timeoutnaruse2014-07-011-2/+4
* marshal.c: undumpable hidden objectsnobu2014-03-261-0/+7
* thread.c: undumpablenobu2014-03-261-0/+8
* thread/thread.c: no dupnobu2014-01-221-0/+8
* * variable.c (classname): the name of class that hasktsj2013-09-071-1/+4
* * test/ruby/test_thread.rb: move ConditionVariable related testkosaki2012-12-011-0/+188