# # ChangeLog for tests/concurrency # # Generated by Trac 1.2.1 # May 23, 2024, 12:11:35 PM Mon, 17 Jul 2023 17:46:48 GMT caparsons [c2c1717] * tests/concurrency/channels/daisy_chain.cfa (modified) * tests/concurrency/waituntil/repeat_close.cfa (modified) cleaned up a waituntil test and changed a channel test to use go- ... Tue, 11 Jul 2023 18:29:49 GMT caparsons [d829c6d] * tests/concurrency/waituntil/.expect/repeat_close.txt (added) * tests/concurrency/waituntil/channel_close.cfa (modified) * tests/concurrency/waituntil/repeat_close.cfa (added) added test that consistently produced the waituntil channel close ... Fri, 07 Jul 2023 13:56:28 GMT caparsons [555c599] * tests/concurrency/waituntil/.expect/break.txt (deleted) * tests/concurrency/waituntil/break.cfa (deleted) removed test since it now contains unsupportd behaviour Mon, 03 Jul 2023 17:10:47 GMT caparsons [a2f1ea8d] * tests/concurrency/waituntil/.expect/break.txt (added) * tests/concurrency/waituntil/break.cfa (added) added test for fixed waituntil break case Fri, 30 Jun 2023 20:00:44 GMT caparsons [bdf4cd9] * 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 [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 [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 [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 [8d6786b] * tests/concurrency/actors/.expect/inline.txt (added) * tests/concurrency/actors/inline.cfa (added) added new actor test for plan-9 edge case Sun, 11 Jun 2023 22:42:36 GMT caparsons [38e266c] * doc/papers/llheap/Paper.tex (modified) * doc/papers/llheap/figures/AllocatorComponents.fig (modified) * doc/papers/llheap/figures/AllocatorComponents.fig.bak (deleted) * doc/user/figures/EHMHierarchy.fig (modified) * doc/user/user.tex (modified) * driver/cc1.cc (modified) * libcfa/src/concurrency/atomic.hfa (modified) * libcfa/src/containers/lockfree.hfa (modified) * libcfa/src/fstream.cfa (modified) * libcfa/src/fstream.hfa (modified) * libcfa/src/math.trait.hfa (modified) * libcfa/src/parseconfig.cfa (modified) * libcfa/src/parseconfig.hfa (modified) * libcfa/src/rational.cfa (modified) * libcfa/src/rational.hfa (modified) * src/AST/DeclReplacer.hpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/SymbolTable.cpp (modified) * src/AST/SymbolTable.hpp (modified) * src/AST/Util.cpp (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CommonType.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/Validate/HoistStruct.cpp (modified) * tests/.expect/copyfile.txt (modified) * tests/.in/copyfile.txt (modified) * tests/concurrency/lockfree_stack.cfa (modified) * tests/configs/.expect/parseconfig.txt (modified) * tests/configs/parseconfig.cfa (modified) * tests/copyfile.cfa (modified) * tests/rational.cfa (modified) * tests/zombies/simplePoly.c (deleted) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Sun, 11 Jun 2023 22:42:32 GMT caparsons [1db6d70] * libcfa/src/concurrency/locks.hfa (modified) * tests/concurrency/waituntil/locks.cfa (modified) removed unneeded fstream include from locks.hfa Fri, 09 Jun 2023 18:31:04 GMT Peter A. Buhr [37b2c2c] * tests/concurrency/lockfree_stack.cfa (modified) update lockfree stack with double-wide CAS Sun, 04 Jun 2023 12:39:25 GMT caparsons [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 [46e6e47] * tests/concurrency/actors/poison.cfa (modified) refactored test to reflect new naming Wed, 31 May 2023 00:30:17 GMT Peter A. Buhr [d8d9c115] * tests/concurrency/lockfree_stack.cfa (modified) reduce duration of lock-free stack test on ARM because CASV is very ... Fri, 26 May 2023 17:51:37 GMT Peter A. Buhr [b2fa3c2] * tests/concurrency/barrier/gen_generation_expect.cfa (modified) * tests/concurrency/barrier/generation.cfa (modified) * tests/concurrency/barrier/last.cfa (modified) * tests/concurrency/barrier/order.cfa (modified) * tests/concurrency/readyQ/barrier_sleeper.cfa (modified) * tests/concurrency/readyQ/leader_spin.cfa (modified) fix comments referring to concurrency directory Fri, 26 May 2023 12:47:20 GMT Peter A. Buhr [53f6a11] * tests/concurrency/lockfree_stack.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 26 May 2023 12:47:00 GMT Peter A. Buhr [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 ...