clboss/tests/ev
2026-01-21 11:40:43 -08:00
..
test_concurrent_simple.cpp Ev/concurrent.cpp: Fork greenthread. 2020-09-07 07:30:56 +08:00
test_coroutine_attached_before_finalize.cpp tests: Cover more paths to try_schedule_cleanup 2026-01-21 11:40:43 -08:00
test_coroutine_cleanup.cpp add test_coroutine_cleanup to expose cleanup bug 2026-01-21 11:40:36 -08:00
test_coroutine_io_gone_before_finalize.cpp tests: Cover more paths to try_schedule_cleanup 2026-01-21 11:40:43 -08:00
test_coroutine_unattached_leak.cpp tests: Add test for coroutine frame leak when Ev::Io is never "attached" (never run) 2026-01-21 11:40:42 -08:00
test_io_mem_leak.cpp tests/ev/test_io_mem_leak.cpp: Disable some checks when run under valgrind. 2021-04-29 20:06:53 +08:00
test_map.cpp Util/vector_emplace_back.hpp: Utility function to wrap around missing operations in std::vector<bool>. 2020-11-06 09:22:46 +00:00
test_memoize.cpp tests/ev/test_memoize.cpp: Add missing include. 2021-05-02 18:41:23 +08:00
test_plus.cpp Ev/Io.hpp: Allow adding of Ev::Io<void>. 2020-09-30 17:06:35 +08:00
test_runcmd.cpp Ev/runcmd.cpp: Add flag to capture stderr too. 2022-05-02 04:56:47 +00:00
test_semaphore.cpp Ev/yield.cpp: Add a new multiyield version, for use in testing. 2022-05-12 12:29:45 +08:00
test_throw_in_then.cpp Ev/Io.hpp: Properly integrate throws in then-functions into the Ev::Io exxception handling. 2020-09-10 09:08:24 +08:00