Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| d45dca43 | 2024-04-10 17:39:36 | Fix potential Null pointer dereference in regress_thread.c | ||
| ca2b72c5 | 2020-01-14 21:45:01 | test: move thread into realtime class even on EVENT__DISABLE_THREAD_SUPPORT | ||
| 10504fca | 2020-01-14 00:38:06 | test: fix dst thread in move_pthread_to_realtime_scheduling_class (osx) Fixes the following tests on osx: - del_wait - no_events Refs: #940 | ||
| 34d51e1b | 2020-01-14 00:27:21 | test: fix compilation under win32 (rearrange thread_setup() code) | ||
| f76456b0 | 2019-12-04 17:56:54 | Add support for priority inheritance Add support for posix mutex priority inheritance. This is important to avoid priority inversion in systems running with threads with different priorities. Signed-off-by: Andre Azevedo <andre.azevedo@gmail.com> | ||
| fe5b0719 | 2018-11-20 11:46:44 | Mark a lot of flacky tests with TT_RETRIABLE (for linux/win32 only) This patch mark testcases that only fail under travis-ci/appveyor with TT_RETRIABLE, since otherwise there is too much noise, other issues (like failures under vagrant boxes) would be investigated separatelly. linux (from travis-ci only): - http/cancel_by_host_no_ns - http/cancel_by_host_inactive_server - http/cancel_by_host_ns_timeout - http/cancel_by_host_ns_timeout_inactive_server - thread/conditions_simple - util/monotonic_prc_precise - util/usleep - main/del_wait vagrant/ubuntu box (this is the only exception): - thread/no_events win32 (from appveyor only): - main/active_later - main/persistent_active_timeout And we should use TT_RETRIABLE over TT_OFF_BY_DEFAULT/TT_SKIP when it make sense. But there is still "test-ratelim__group_lim" left. | ||
| 3c7422fc | 2017-01-19 20:51:38 | test/thread: netbsd is too slow, increase timeout for conditions_simple | ||
| e84e269b | 2015-05-11 22:53:05 | Commented out a WIN32 threading / timing test for now - seems as if windows has some time scale issues which I am looking into. For now I am commenting out the regression test until it is fixed. | ||
| f5b47657 | 2014-12-22 00:46:56 | Fix warnings when compiling with clang 3.5 | ||
| 89c1a3b7 | 2014-09-18 12:40:38 | Fix several memory leaks in the unit tests. Also add a comment to buffer.c about why we call evbuffer_file_segment_free on failure to add the segment. |