Age | Commit message (Expand) | Author |
2023-10-12 | M:N thread scheduler for Ractors | Koichi Sasada |
2023-07-11 | Skip a flaky test for RJIT | Takashi Kokubun |
2023-03-10 | RJIT: Skip a flaky test_thread test for now | Takashi Kokubun |
2022-02-06 | support concurrent btest execution | Koichi Sasada |
2020-04-09 | should check pending interrupts correctly. | Koichi Sasada |
2020-03-23 | disable to show the maximum number of threads. | Koichi Sasada |
2019-12-12 | Show the failed message too | Nobuyoshi Nakada |
2019-12-11 | Show the failed message | Nobuyoshi Nakada |
2019-09-03 | Move an unstable bootstraptest to pending | Takashi Kokubun |
2019-08-14 | Compare actual result | Nobuyoshi Nakada |
2019-07-12 | Improved fiber benchmarks. Increase number of iterations. | Samuel Williams |
2019-06-19 | * remove trailing spaces, expand tabs. | git |
2019-06-19 | Show thread and fiber limits as part of bootstrap tests. | Samuel Williams |
2019-06-19 | Improve benchmarks and tests for threads. | Samuel Williams |
2018-11-20 | revert r65820 and retry assert_finish | k0kubun |
2018-11-20 | test_thread.rb: skip test_thread.rb broken for Windows | k0kubun |
2016-08-30 | Use qualified names | nobu |
2016-04-06 | btest: resource limit | nobu |
2014-09-21 | wait until the thread is stopped. | akr |
2014-06-08 | test_thread.rb: remove garbage | nobu |
2014-06-07 | bootstraptest/test_{fork,io,thread}.rb: reduce sleep times | nobu |
2013-12-05 | fix matching | nobu |
2013-06-23 | * bootstraptest/test_thread.rb: rescue resource limitation errors. | ko1 |
2013-01-01 | * bootstraptest/test_thread.rb: get rid of confusing ruby-mode.el | nobu |
2013-01-01 | * bootstraptest/test_thread.rb: get rid of "invalid nest" error in | nobu |
2012-11-26 | * bootstraptest/test_thread.rb: try to `join' each 100 | ko1 |
2010-04-27 | * insns.def (onceinlinecache): add exclusion control for a region | mame |
2010-04-22 | * bootstraptest/test_thread.rb: fix test. [Bug #2342] | mame |
2009-12-11 | * bootstraptest/test_thread.rb: please please please remember that there are | usa |
2009-12-10 | * thread_pthread.c (native_mutex_reinitialize_atfork): release and | nobu |
2009-11-24 | * bootstraptest/test_thread.rb: propagate the exception within a thread to | usa |
2009-11-19 | * test_thread.rb: DO NOT USE FORK WITHOUT RESCUE. | usa |
2009-11-18 | * thread.c (rb_thread_atfork_internal): reinitialize global lock | nobu |
2009-11-15 | * thread.c (thread_cleanup_func): delete locking_mutex when thread | mame |
2009-09-11 | * bootstraptest/test_thread.rb: just check for normal exit. | nobu |
2009-06-22 | fix tests for load_path. | akr |
2009-02-26 | * test_thread.rb: broken test. | usa |
2009-02-23 | * bootstraptest/test_thread.rb: fix for environment where fork is not | mame |
2009-02-23 | * thread.c (thread_cleanup_func): unlock all locked mutexes even when | mame |
2008-10-28 | * bootstraptest/test_thread.rb: ignore some exceptions. | usa |
2008-08-31 | * bootstraptest/test_thread.rb: add a test. | ko1 |
2008-07-10 | add ML ref. | akr |
2008-07-10 | * vm_core.h (rb_thread_t), vm.c (rb_thread_mark), process.c | nobu |
2008-06-12 | * thread.c, vm_core.h, vm.c, thread_pthread.c, thread_win32.c: add | mame |
2008-06-10 | * vm.c, eval_intern.h (PASS_PASSED_BLOCK): | ko1 |
2008-05-19 | * bootstraptest/test_knownbug.rb: move solved tests. | ko1 |
2008-05-08 | * thread.c (rb_gc_save_machine_context): call FLUSH_REGISTER_WINDOWS | akr |
2008-04-22 | * thread.c (rb_thread_stop_timer_thread): should clear | matz |
2008-04-22 | * thread.c (thread_join): remove the current thread from the join list | nobu |
2008-01-25 | * compile.c, compile.h: fix stack pointer issues. | ko1 |