summaryrefslogtreecommitdiff
path: root/test/ruby/test_thread.rb
AgeCommit message (Expand)Author
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
2012-12-05Use underscore-begging name for dummy variables to suppress warningnaruse
2012-12-05fix typos and remove trailing spaceskazu
2012-12-05 * thread.c (rb_thread_s_async_interrupt_timing): have to check ints before j...tarui
2012-12-04 * test/ruby/test_thread.rb (test_async_interrupt_blocking): bugfixtarui
2012-12-04 * vm_core.h (RUBY_VM_CHECK_INTS_BLOCKING): check async queue everytime.tarui
2012-12-04* thread.c (rb_mutex_owned_p): new method that return currentkosaki
2012-12-01* test/ruby/test_thread.rb: move ConditionVariable related testkosaki
2012-12-01* test/ruby/test_thread.rb (test_cv_wait_deadlock): enablekosaki
2012-11-30* thread.c (rb_threadptr_interrupt_mask): add argument check.kosaki
2012-11-30* thread.c: rename Thread.control_interruptko1
2012-11-29remove trailing spaces.nobu
2012-11-28 * test/ruby/test_thread.rb (test_thread_status_in_trap): change test fortarui