summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
AgeCommit message (Expand)Author
2017-10-08Remove unnecessary `require 'thread'`kazu
2017-09-19thread.c: report then abortnobu
2017-09-14Measure branch and method coverage for `make test-all`mame
2017-06-28introduce rb_fiber_t::first_proc.ko1
2017-05-25use timeout scale.ko1
2017-04-20use correct synchronization.ko1
2017-03-14thread.c: Thread.start with Symbolnobu
2017-02-22Thread#fetchnobu
2017-02-10check thread deadness correctly.ko1
2016-11-14* test/ruby/test_module.rb: Method tables are not guaranteed to beheadius
2016-10-31fix typos [ci skip]kazu
2016-10-24test_thread.rb: count accuratelynobu
2016-08-30Use qualified namesnobu
2016-07-07suppress warnings: unused variablesnaruse
2016-06-06Thread.report_on_exceptionnobu
2016-04-15thread.c: defer setting name in initializenobu
2016-04-15thread.c: must be initialized to set namenobu
2016-02-23Bump up timeout for slower-starting implementations/platforms.headius
2016-01-13test_thread.rb: wait for the thread to sleepnobu
2016-01-07thread.c: interrupt queue on uninitialized threadnobu
2015-12-16Add frozen_string_literal: false for all filesnaruse
2015-12-12test_thread.rb: stay alivenobu
2015-12-04thread.c: name must be ascii-compatiblenobu
2015-12-01thread.c: reset namenobu
2015-12-01thread.c: check name argumentnobu
2015-10-29wait until it escape handle_interrupt blocknaruse
2015-10-28thread may leak if assert fails before join is finishednaruse
2015-10-05* test/ruby/test_thread.rb (test_handle_interrupt_blocking): check ifnagachika
2015-10-05* test/ruby/test_thread.rb: fix potential race condition.eregon
2015-10-02test_thread.rb: handshakenobu
2015-10-02test_thread.rb: thread leaknobu
2015-09-15* test/ruby/test_thread.rb (TestThread#test_mutex_synchronize):kosaki
2015-06-17* include/ruby/ruby.h: $SAFE=3 is now obsolete.hsbt
2015-06-13sleep thread until assertionsnaruse
2015-06-13* vm_core.h (rb_thread_t): add th->name.naruse
2015-04-16thread.c: class name encodingnobu
2014-12-29thread.c: fix dynamic symbol keysnobu
2014-11-13* test/lib/envutil.rb: Moved from test/ruby/.akr
2014-09-22Fix a typo.akr
2014-09-22test_thread.rb: thread for Queuenobu
2014-09-21(test_main_thread_status_at_exit) wait until the thread enter the begin clause. akr
2014-08-20test_thread.rb: let main thread exit from Thread.newnobu
2014-05-28test_thread.rb: move thread switch testnobu
2014-05-26thread.c: preserve encodingnobu
2014-05-18output more verbose to debugnaruse
2014-05-10thread.c: stop if forked in a sub-threadnobu
2014-05-10test_thread.rb: run with default handlernobu
2014-03-05* test/ruby: get rid of warnings.usa
2014-01-16test_thread.rb: stop at oncenobu
2013-12-16suppress warning: SAFE=3 does no sandboxingnaruse