# # ChangeLog for tests/concurrent/actors # # Generated by Trac 1.2.1 # Jun 15, 2024, 6:25:44 AM Sat, 04 Mar 2023 20:06:09 GMT caparsons [e54b4e9] * tests/concurrent/actors/.expect/types.txt (modified) missed this in prev commit Sat, 04 Mar 2023 20:05:28 GMT caparsons [4933f18] * tests/concurrent/actors/dynamic.cfa (modified) * tests/concurrent/actors/executor.cfa (modified) * tests/concurrent/actors/matrix.cfa (modified) * tests/concurrent/actors/pingpong.cfa (modified) * tests/concurrent/actors/static.cfa (modified) * tests/concurrent/actors/types.cfa (modified) added test case to types test and refactored to remove redundant ctor ... Sat, 04 Mar 2023 19:58:57 GMT caparsons [858350a] * libcfa/src/concurrency/actor.hfa (modified) * tests/concurrent/actors/.expect/poison.txt (added) * tests/concurrent/actors/poison.cfa (added) added poison pill messages and made test for them Sat, 04 Mar 2023 18:46:44 GMT caparsons [809e058] * tests/concurrent/actors/dynamic.cfa (modified) * tests/concurrent/actors/executor.cfa (modified) * tests/concurrent/actors/matrix.cfa (modified) * tests/concurrent/actors/pingpong.cfa (modified) * tests/concurrent/actors/static.cfa (modified) * tests/concurrent/actors/types.cfa (modified) changed actor tests to reflect syntax change and some small changes ... Thu, 02 Feb 2023 16:08:48 GMT caparsons [ccf1d99] * libcfa/src/concurrency/actor.hfa (modified) * src/Concurrency/Actors.cpp (modified) * tests/concurrent/actors/executor.cfa (modified) intermediate push so I can move to nasus to performance test some stuff Wed, 01 Feb 2023 21:31:42 GMT caparsons [1f35220] * tests/concurrent/actors/dynamic.cfa (modified) * tests/concurrent/actors/matrix.cfa (modified) * tests/concurrent/actors/static.cfa (modified) updated test params so that they ran for appropriate duration Wed, 01 Feb 2023 21:20:50 GMT caparsons [a4ab235] * tests/concurrent/actors/.expect/executor.txt (added) * tests/concurrent/actors/executor.cfa (added) added executor test Tue, 31 Jan 2023 23:28:42 GMT caparsons [dab2b6a] * tests/concurrent/actors/.expect/dynamic.txt (added) * tests/concurrent/actors/dynamic.cfa (added) added dynamic allocation actor test Tue, 31 Jan 2023 20:00:47 GMT caparsons [757099e] * tests/concurrent/actors/.expect/static.txt (added) * tests/concurrent/actors/static.cfa (added) * tests/concurrent/actors/types.cfa (modified) reverted changes to types.cfa now that I fixed the underlying bug and ... Tue, 31 Jan 2023 02:35:31 GMT caparsons [d2b94f2] * tests/concurrent/actors/types.cfa (modified) temporary fix to correct build error, fix in actor pass to come later Mon, 30 Jan 2023 21:31:32 GMT caparsons [1c75ef8] * tests/concurrent/actors/.expect/pingpong.txt (added) * tests/concurrent/actors/pingpong.cfa (added) added pingpong test Mon, 30 Jan 2023 19:04:22 GMT caparsons [77ca074] * tests/concurrent/actors/matrix.cfa (modified) cleaned up actor matrix test a bit Mon, 30 Jan 2023 19:02:39 GMT caparsons [82b96953] * tests/concurrent/actors/.expect/matrix.txt (added) * tests/concurrent/actors/.expect/types.txt (added) added expect files for actor tests Mon, 30 Jan 2023 18:36:29 GMT caparsons [418882a] * tests/concurrent/actors/matrix.cfa (added) * tests/concurrent/actors/types.cfa (added) added two actor tests. More to come