summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
AgeCommit message (Expand)Author
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
2013-12-14test_thread.rb: timing issuesnobu
2013-12-14test_thread.rb: assert_operator for comparisonnobu
2013-12-13test/ruby: better assertionsnobu
2013-12-03hash.c: same hash value for similar constructsnobu
2013-11-26should not ignore the rest of recursive constructsnobu
2013-11-05* test/ruby/test_thread.rb (test_thread_join_in_trap):akr
2013-10-09test: use assert_raisenobu
2013-10-06test_thread.rb: ignore meaningless testnobu
2013-10-05thread.c: fix some mutexes remaining locked after forkingnobu
2013-09-10* thread.c (rb_mutex_unlock): Mutex#unlock no longer raisekosaki
2013-08-18* variable.c, vm_method.c: remove dead code.ktsj
2013-06-13* test/ruby/test_thread.rb (test_thread_local_security): Don't createakr
2013-06-12* safe.c (rb_set_safe_level, safe_setter): raise an ArgumentErrorshugo
2013-05-02* test/ruby/test_process.rb (TestProcess#test_no_curdir): maybe nowusa
2013-03-29thread.c: Mutex#synchronize no block paramsnobu
2013-02-16* test/ruby/test_thread.rb: fixed typoayumin
2012-12-23* thread.c: rename methods:ko1
2012-12-21test_thread.rb: descriptive assertionsnobu
2012-12-21test_thread.rb: flush before SystemStackErrornobu
2012-12-19* vm.c: support variable VM/Machine stack sizes.ko1
2012-12-14* test/ruby/test_thread.rb (test_uninitialized, test_backtrace,kosaki
2012-12-14* test/ruby/test_thread.rb (TestThread::Thread::new.): removekosaki
2012-12-07test: remove or replace trailing spacesnobu
2012-12-05* thread.c (rb_uninterruptible): helper function for providingkosaki
2012-12-05* io.c (io_binwrite): check interrupt before io issue.kosaki