#
# ChangeLog for tests/concurrency/actors
#
# Generated by Trac 1.2.1
# Mar 6, 2025, 9:40:50 AM

Mon, 13 Jan 2025 18:32:32 GMT Michael Brooks <mlbrooks@…> [6a6e205]
	* libcfa/src/concurrency/actor.hfa (modified)
	* tests/Makefile.am (modified)
	* tests/collections/atomic_mpsc.cfa (modified)
	* tests/concurrency/actors/dynamic.cfa (modified)
	* tests/concurrency/actors/inherit.cfa (modified)
	* tests/concurrency/actors/inline.cfa (modified)
	* tests/concurrency/actors/pingpong.cfa (modified)
	* tests/concurrency/actors/types.cfa (modified)
	* tests/concurrency/pthread/bounded_buffer.cfa (modified)
	* tests/concurrency/pthread/pthread_demo_lock.cfa (modified)
	* tests/concurrency/pthread/pthread_once_test.cfa (modified)
	* tests/concurrency/unified_locking/mcs.cfa (modified)
	* tests/concurrency/unified_locking/mcs_spin.cfa (modified)
	* tests/concurrency/unified_locking/mutex_test.hfa (modified)
	* tests/concurrency/unified_locking/timeout_lock.cfa (modified)

	Clean some warnings from unused variables and pointer-to-int casts.


Tue, 12 Nov 2024 03:30:53 GMT Peter A. Buhr <pabuhr@…> [41882628]
	* tests/concurrency/actors/dynamic.cfa (modified)
	* tests/concurrency/actors/executor.cfa (modified)
	* tests/concurrency/actors/inherit.cfa (modified)
	* tests/concurrency/actors/inline.cfa (modified)
	* tests/concurrency/actors/matrixMultiply.cfa (modified)
	* tests/concurrency/actors/pingpong.cfa (modified)
	* tests/concurrency/actors/poison.cfa (modified)
	* tests/concurrency/actors/static.cfa (modified)
	* tests/concurrency/actors/types.cfa (modified)

	update test programs with actor name change


Thu, 02 Nov 2023 15:55:48 GMT caparson <caparson@…> [9cbdc13]
	* tests/concurrency/actors/.expect/dynamic.txt (modified)
	* tests/concurrency/actors/.expect/static.txt (modified)
	* tests/concurrency/actors/dynamic.cfa (modified)
	* tests/concurrency/actors/static.cfa (modified)

	removed print from static and dynamic tests that could be reordered ...


Tue, 19 Sep 2023 14:28:06 GMT Peter A. Buhr <pabuhr@…> [b244fa8]
	* tests/concurrency/actors/matrixMultiply.cfa (modified)

	formatting


Tue, 19 Sep 2023 14:26:17 GMT Peter A. Buhr <pabuhr@…> [e4c3819]
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/concurrency/cofor.cfa (added)
	* libcfa/src/concurrency/cofor.hfa (modified)
	* tests/concurrency/actors/.expect/matrixMultiply.txt (moved)
	* tests/concurrency/actors/matrixMultiply.cfa (moved)

	refactor cofor.hfa into cofor.cfa, adjust Makefile.am to handle
	cofor.cfa


Mon, 18 Sep 2023 02:17:50 GMT Peter A. Buhr <pabuhr@…> [7edf912]
	* tests/concurrency/actors/dynamic.cfa (modified)
	* tests/concurrency/actors/executor.cfa (modified)
	* tests/concurrency/actors/inherit.cfa (modified)
	* tests/concurrency/actors/inline.cfa (modified)
	* tests/concurrency/actors/matrix.cfa (modified)
	* tests/concurrency/actors/pingpong.cfa (modified)
	* tests/concurrency/actors/poison.cfa (modified)
	* tests/concurrency/actors/static.cfa (modified)
	* tests/concurrency/actors/types.cfa (modified)

	formatting, replace constructor calls with set_allocation calls


Sun, 17 Sep 2023 15:19:08 GMT Peter A. Buhr <pabuhr@…> [50be8af5]
	* tests/concurrency/actors/dynamic.cfa (modified)
	* tests/concurrency/actors/executor.cfa (modified)
	* tests/concurrency/actors/matrix.cfa (modified)
	* tests/concurrency/actors/pingpong.cfa (modified)
	* tests/concurrency/actors/static.cfa (modified)
	* tests/concurrency/actors/types.cfa (modified)
	* tests/concurrency/channels/barrier.cfa (modified)
	* tests/concurrency/channels/big_elems.cfa (modified)
	* tests/concurrency/channels/churn.cfa (modified)
	* tests/concurrency/channels/contend.cfa (modified)
	* tests/concurrency/channels/daisy_chain.cfa (modified)
	* tests/concurrency/channels/hot_potato.cfa (modified)
	* tests/concurrency/channels/pub_sub.cfa (modified)
	* tests/concurrency/examples/matrixSum.cfa (modified)
	* tests/concurrency/unified_locking/locks.cfa (modified)
	* tests/concurrency/unified_locking/pthread_locks.cfa (modified)
	* tests/concurrency/unified_locking/test_debug.cfa (modified)
	* tests/concurrency/unified_locking/thread_test.cfa (modified)

	clean up command-line handling and I/O


Fri, 30 Jun 2023 20:00:44 GMT caparsons <caparson@…> [bdf4cd9e]
	* tests/concurrency/actors/inherit.cfa (modified)
	* tests/concurrency/mutexstmt/.expect/tuple.txt (added)
	* tests/concurrency/mutexstmt/tuple.cfa (added)

	added test for mutex stmt tuples and changed actor test to use a ...


Mon, 19 Jun 2023 17:56:02 GMT caparsons <caparson@…> [0388a99]
	* tests/concurrency/actors/inline.cfa (modified)

	updated a test to use the actor automatic executor config


Sat, 17 Jun 2023 13:31:06 GMT caparsons <caparson@…> [77fd9fe2]
	* tests/concurrency/actors/dynamic.cfa (modified)
	* tests/concurrency/actors/executor.cfa (modified)
	* tests/concurrency/actors/inherit.cfa (modified)
	* tests/concurrency/actors/inline.cfa (modified)
	* tests/concurrency/actors/matrix.cfa (modified)
	* tests/concurrency/actors/pingpong.cfa (modified)
	* tests/concurrency/actors/poison.cfa (modified)
	* tests/concurrency/actors/static.cfa (modified)
	* tests/concurrency/actors/types.cfa (modified)

	refactored actor tests to use bar operator


Wed, 14 Jun 2023 20:45:37 GMT caparsons <caparson@…> [f6fd22a4]
	* tests/concurrency/actors/.expect/inherit.txt (modified)
	* tests/concurrency/actors/inherit.cfa (modified)

	refactored inherit test to avoid base ctor call bug


Wed, 14 Jun 2023 20:45:01 GMT caparsons <caparson@…> [8d6786b]
	* tests/concurrency/actors/.expect/inline.txt (added)
	* tests/concurrency/actors/inline.cfa (added)

	added new actor test for plan-9 edge case


Sun, 04 Jun 2023 12:39:25 GMT caparsons <caparson@…> [c880a7b]
	* tests/concurrency/actors/dynamic.cfa (modified)
	* tests/concurrency/actors/executor.cfa (modified)
	* tests/concurrency/actors/inherit.cfa (modified)
	* tests/concurrency/actors/matrix.cfa (modified)
	* tests/concurrency/actors/pingpong.cfa (modified)
	* tests/concurrency/actors/static.cfa (modified)
	* tests/concurrency/actors/types.cfa (modified)

	refactored tests to use new name for allocation enum


Sat, 03 Jun 2023 17:41:22 GMT caparsons <caparson@…> [46e6e47]
	* tests/concurrency/actors/poison.cfa (modified)

	refactored test to reflect new naming


Fri, 26 May 2023 12:47:00 GMT Peter A. Buhr <pabuhr@…> [c26bea2a]
	* tests/Makefile.am (modified)
	* tests/concurrency/.expect/clib.txt (moved)
	* tests/concurrency/.expect/clib_tls.txt (moved)
	* tests/concurrency/.expect/cluster.txt (moved)
	* tests/concurrency/.expect/coroutineYield.txt (moved)
	* tests/concurrency/.expect/ctor-check.txt (moved)
	* tests/concurrency/.expect/join.txt (moved)
	* tests/concurrency/.expect/joinerror.sed (moved)
	* tests/concurrency/.expect/keywordErrors.txt (added)
	* tests/concurrency/.expect/lockfree_stack.txt (moved)
	* tests/concurrency/.expect/mainError.txt (added)
	* tests/concurrency/.expect/migrate.txt (moved)
	* tests/concurrency/.expect/monitor.txt (moved)
	* tests/concurrency/.expect/multi-monitor.txt (moved)
	* tests/concurrency/.expect/once.txt (moved)
	* tests/concurrency/.expect/preempt.txt (moved)
	* tests/concurrency/.expect/preempt2.txt (moved)
	* tests/concurrency/.expect/sleep.txt (moved)
	* tests/concurrency/.expect/suspend_then.txt (moved)
	* tests/concurrency/.expect/thread.txt (moved)
	* tests/concurrency/actors/.expect/dynamic.txt (moved)
	* tests/concurrency/actors/.expect/executor.txt (moved)
	* tests/concurrency/actors/.expect/inherit.txt (moved)
	* tests/concurrency/actors/.expect/matrix.txt (moved)
	* tests/concurrency/actors/.expect/pingpong.txt (moved)
	* tests/concurrency/actors/.expect/poison.txt (moved)
	* tests/concurrency/actors/.expect/static.txt (moved)
	* tests/concurrency/actors/.expect/types.txt (moved)
	* tests/concurrency/actors/dynamic.cfa (moved)
	* tests/concurrency/actors/executor.cfa (moved)
	* tests/concurrency/actors/inherit.cfa (moved)
	* tests/concurrency/actors/matrix.cfa (moved)
	* tests/concurrency/actors/pingpong.cfa (moved)
	* tests/concurrency/actors/poison.cfa (moved)
	* tests/concurrency/actors/static.cfa (moved)
	* tests/concurrency/actors/types.cfa (moved)
	* tests/concurrency/barrier/.expect/generation.txt (moved)
	* tests/concurrency/barrier/.expect/last.txt (moved)
	* tests/concurrency/barrier/.expect/order.txt (moved)
	* tests/concurrency/barrier/gen_generation_expect.cfa (moved)
	* tests/concurrency/barrier/generation.cfa (moved)
	* tests/concurrency/barrier/last.cfa (moved)
	* tests/concurrency/barrier/order.cfa (moved)
	* tests/concurrency/channels/.expect/big_elems.txt (moved)
	* tests/concurrency/channels/.expect/churn.txt (moved)
	* tests/concurrency/channels/.expect/contend.txt (moved)
	* tests/concurrency/channels/.expect/daisy_chain.txt (moved)
	* tests/concurrency/channels/.expect/hot_potato.txt (moved)
	* tests/concurrency/channels/.expect/ping_pong.txt (moved)
	* tests/concurrency/channels/.expect/pub_sub.txt (moved)
	* tests/concurrency/channels/.expect/zero_size.txt (moved)
	* tests/concurrency/channels/barrier.cfa (moved)
	* tests/concurrency/channels/big_elems.cfa (moved)
	* tests/concurrency/channels/churn.cfa (moved)
	* tests/concurrency/channels/contend.cfa (moved)
	* tests/concurrency/channels/daisy_chain.cfa (moved)
	* tests/concurrency/channels/hot_potato.cfa (moved)
	* tests/concurrency/channels/parallel_harness.hfa (moved)
	* tests/concurrency/channels/ping_pong.cfa (moved)
	* tests/concurrency/channels/pub_sub.cfa (moved)
	* tests/concurrency/channels/zero_size.cfa (moved)
	* tests/concurrency/clib.c (moved)
	* tests/concurrency/clib_tls.c (moved)
	* tests/concurrency/cluster.cfa (moved)
	* tests/concurrency/coroutineYield.cfa (moved)
	* tests/concurrency/ctor-check.cfa (moved)
	* tests/concurrency/examples/.expect/boundedBufferEXT.txt (moved)
	* tests/concurrency/examples/.expect/boundedBufferINT.txt (moved)
	* tests/concurrency/examples/.expect/datingService.txt (moved)
	* tests/concurrency/examples/.expect/gortn.txt (moved)
	* tests/concurrency/examples/.expect/matrixSum.txt (moved)
	* tests/concurrency/examples/.expect/quickSort.txt (moved)
	* tests/concurrency/examples/.in/quickSort.txt (moved)
	* tests/concurrency/examples/boundedBufferEXT.cfa (moved)
	* tests/concurrency/examples/boundedBufferINT.cfa (moved)
	* tests/concurrency/examples/boundedBufferTHREAD.cfa (moved)
	* tests/concurrency/examples/datingService.cfa (moved)
	* tests/concurrency/examples/gortn.cfa (moved)
	* tests/concurrency/examples/matrixSum.cfa (moved)
	* tests/concurrency/examples/multiSort.cfa (moved)
	* tests/concurrency/examples/quickSort.cfa (moved)
	* tests/concurrency/examples/quickSort.generic.cfa (moved)
	* tests/concurrency/futures/.expect/abandon.txt (moved)
	* tests/concurrency/futures/.expect/basic.txt (moved)
	* tests/concurrency/futures/.expect/multi.txt (moved)
	* tests/concurrency/futures/.expect/select_future.txt (moved)
	* tests/concurrency/futures/.expect/typed.txt (moved)
	* tests/concurrency/futures/.expect/wait_any.txt (moved)
	* tests/concurrency/futures/abandon.cfa (moved)
	* tests/concurrency/futures/basic.cfa (moved)
	* tests/concurrency/futures/multi.cfa (moved)
	* tests/concurrency/futures/select_future.cfa (moved)
	* tests/concurrency/futures/typed.cfa (moved)
	* tests/concurrency/futures/wait_any.cfa (moved)
	* tests/concurrency/join.cfa (moved)
	* tests/concurrency/joinerror.cfa (moved)
	* tests/concurrency/keywordErrors.cfa (moved)
	* tests/concurrency/lockfree_stack.cfa (moved)
	* tests/concurrency/mainError.cfa (moved)
	* tests/concurrency/migrate.cfa (moved)
	* tests/concurrency/monitor.cfa (moved)
	* tests/concurrency/multi-monitor.cfa (moved)
	* tests/concurrency/mutexstmt/.expect/locks.txt (moved)
	* tests/concurrency/mutexstmt/.expect/monitors.txt (moved)
	* tests/concurrency/mutexstmt/locks.cfa (moved)
	* tests/concurrency/mutexstmt/monitors.cfa (moved)
	* tests/concurrency/once.cfa (moved)
	* tests/concurrency/park/.expect/contention.txt (moved)
	* tests/concurrency/park/.expect/force_preempt.txt (moved)
	* tests/concurrency/park/.expect/start_parked.txt (moved)
	* tests/concurrency/park/contention.cfa (moved)
	* tests/concurrency/park/force_preempt.cfa (moved)
	* tests/concurrency/park/start_parked.cfa (moved)
	* tests/concurrency/preempt.cfa (moved)
	* tests/concurrency/preempt2.cfa (moved)
	* tests/concurrency/pthread/.expect/bounded_buffer.x64.txt (moved)
	* tests/concurrency/pthread/.expect/bounded_buffer.x86.txt (moved)
	* tests/concurrency/pthread/.expect/pthread_attr_test.txt (moved)
	* tests/concurrency/pthread/.expect/pthread_cond_test.txt (moved)
	* tests/concurrency/pthread/.expect/pthread_demo_create_join.txt (moved)
	* tests/concurrency/pthread/.expect/pthread_demo_lock.txt (moved)
	* tests/concurrency/pthread/.expect/pthread_key_test.txt (moved)
	* tests/concurrency/pthread/.expect/pthread_once_test.txt (moved)
	* tests/concurrency/pthread/bounded_buffer.cfa (moved)
	* tests/concurrency/pthread/pthread_attr_test.cfa (moved)
	* tests/concurrency/pthread/pthread_cond_test.cfa (moved)
	* tests/concurrency/pthread/pthread_demo_create_join.cfa (moved)
	* tests/concurrency/pthread/pthread_demo_lock.cfa (moved)
	* tests/concurrency/pthread/pthread_key_test.cfa (moved)
	* tests/concurrency/pthread/pthread_once_test.cfa (moved)
	* tests/concurrency/readyQ/.expect/barrier_sleeper.txt (moved)
	* tests/concurrency/readyQ/.expect/leader_spin.txt (moved)
	* tests/concurrency/readyQ/barrier_sleeper.cfa (moved)
	* tests/concurrency/readyQ/leader_spin.cfa (moved)
	* tests/concurrency/signal/.expect/block.txt (moved)
	* tests/concurrency/signal/.expect/disjoint.txt (moved)
	* tests/concurrency/signal/.expect/wait.txt (moved)
	* tests/concurrency/signal/block.cfa (moved)
	* tests/concurrency/signal/disjoint.cfa (moved)
	* tests/concurrency/signal/wait.cfa (moved)
	* tests/concurrency/sleep.cfa (moved)
	* tests/concurrency/suspend_then.cfa (moved)
	* tests/concurrency/thread.cfa (moved)
	* tests/concurrency/unified_locking/.expect/block_spin_lock.txt (moved)
	* tests/concurrency/unified_locking/.expect/exp_backoff.txt (moved)
	* tests/concurrency/unified_locking/.expect/fast_block_lock.txt (moved)
	* tests/concurrency/unified_locking/.expect/futex_mutex.txt (moved)
	* tests/concurrency/unified_locking/.expect/locks.txt (moved)
	* tests/concurrency/unified_locking/.expect/mcs.txt (moved)
	* tests/concurrency/unified_locking/.expect/mcs_block_spin_lock.txt (moved)
	* tests/concurrency/unified_locking/.expect/mcs_spin.txt (moved)
	* tests/concurrency/unified_locking/.expect/pthread_locks.txt (moved)
	* tests/concurrency/unified_locking/.expect/simple_owner_lock.txt (moved)
	* tests/concurrency/unified_locking/.expect/spin_queue_lock.txt (moved)
	* tests/concurrency/unified_locking/.expect/timeout_lock.txt (moved)
	* tests/concurrency/unified_locking/block_spin_lock.cfa (moved)
	* tests/concurrency/unified_locking/exp_backoff.cfa (moved)
	* tests/concurrency/unified_locking/fast_block_lock.cfa (moved)
	* tests/concurrency/unified_locking/futex_mutex.cfa (moved)
	* tests/concurrency/unified_locking/locks.cfa (moved)
	* tests/concurrency/unified_locking/mcs.cfa (moved)
	* tests/concurrency/unified_locking/mcs_block_spin_lock.cfa (moved)
	* tests/concurrency/unified_locking/mcs_spin.cfa (moved)
	* tests/concurrency/unified_locking/mutex_test.hfa (moved)
	* tests/concurrency/unified_locking/pthread_locks.cfa (moved)
	* tests/concurrency/unified_locking/simple_owner_lock.cfa (moved)
	* tests/concurrency/unified_locking/spin_queue_lock.cfa (moved)
	* tests/concurrency/unified_locking/spintest.cfa (moved)
	* tests/concurrency/unified_locking/test_debug.cfa (moved)
	* tests/concurrency/unified_locking/thread_test.cfa (moved)
	* tests/concurrency/unified_locking/timeout_lock.cfa (moved)
	* tests/concurrency/waitfor/.expect/barge.txt (moved)
	* tests/concurrency/waitfor/.expect/dtor.txt (moved)
	* tests/concurrency/waitfor/.expect/else.txt (moved)
	* tests/concurrency/waitfor/.expect/parse.txt (added)
	* tests/concurrency/waitfor/.expect/recurse.txt (moved)
	* tests/concurrency/waitfor/.expect/statment.txt (moved)
	* tests/concurrency/waitfor/.expect/when.txt (moved)
	* tests/concurrency/waitfor/barge.cfa (moved)
	* tests/concurrency/waitfor/dtor.cfa (moved)
	* tests/concurrency/waitfor/else.cfa (moved)
	* tests/concurrency/waitfor/parse.cfa (moved)
	* tests/concurrency/waitfor/recurse.cfa (moved)
	* tests/concurrency/waitfor/simple.cfa (moved)
	* tests/concurrency/waitfor/statment.cfa (moved)
	* tests/concurrency/waitfor/when.cfa (moved)
	* tests/concurrency/waituntil/.expect/all_types.txt (moved)
	* tests/concurrency/waituntil/.expect/basic_else.txt (moved)
	* tests/concurrency/waituntil/.expect/channel_close.txt (moved)
	* tests/concurrency/waituntil/.expect/channel_zero_size.txt (moved)
	* tests/concurrency/waituntil/.expect/channels.txt (moved)
	* tests/concurrency/waituntil/.expect/futures.txt (moved)
	* tests/concurrency/waituntil/.expect/locks.txt (moved)
	* tests/concurrency/waituntil/.expect/one_chan.txt (moved)
	* tests/concurrency/waituntil/.expect/timeout.txt (moved)
	* tests/concurrency/waituntil/all_types.cfa (moved)
	* tests/concurrency/waituntil/basic_else.cfa (moved)
	* tests/concurrency/waituntil/channel_close.cfa (moved)
	* tests/concurrency/waituntil/channel_zero_size.cfa (moved)
	* tests/concurrency/waituntil/channels.cfa (moved)
	* tests/concurrency/waituntil/futures.cfa (moved)
	* tests/concurrency/waituntil/locks.cfa (moved)
	* tests/concurrency/waituntil/one_chan.cfa (moved)
	* tests/concurrency/waituntil/timeout.cfa (moved)
	* tests/concurrent/.expect/keywordErrors.txt (deleted)
	* tests/concurrent/.expect/mainError.txt (deleted)

	first attempt at renaming directory tests/concurrent to ...