# # ChangeLog for tests/unified_locking/.expect # # Generated by Trac 1.2.1 # Mar 28, 2024, 3:40:03 PM Wed, 31 Mar 2021 17:48:15 GMT Thierry Delisle [22b7579] * libcfa/src/bits/weakso_locks.cfa (modified) * libcfa/src/bits/weakso_locks.hfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * tests/unified_locking/.expect/locks.txt (modified) * tests/unified_locking/locks.cfa (modified) Changed is_blocking_lock trait to use on_wakeup. Fixed fast_lock to ... Mon, 29 Mar 2021 18:17:24 GMT Thierry Delisle [976bc68] * tests/concurrent/.expect/semaphore.txt (added) * tests/concurrent/semaphore.cfa (added) * tests/unified_locking/.expect/fast.txt (added) * tests/unified_locking/fast.cfa (added) Added two more tests for locks Fri, 26 Mar 2021 22:00:20 GMT Thierry Delisle [c51124b] * tests/concurrent/.expect/spinaphore.txt (added) * tests/concurrent/spinaphore.cfa (added) * tests/unified_locking/.expect/mcs.txt (added) * tests/unified_locking/mcs.cfa (added) Added tests for: - the "0nary" Semaphore, a.k.a. spinaphore. - the ... Wed, 23 Dec 2020 23:37:19 GMT caparsons [4c19647] * tests/unified_locking/.expect/timeout_lock.txt (deleted) removed timeout lock test from .expect Tue, 22 Dec 2020 19:48:28 GMT caparsons [84f49be] * tests/unified_locking/.expect/locks.txt (modified) * tests/unified_locking/locks.cfa (modified) shortened locks test and added full length version to longrun tests Tue, 22 Dec 2020 14:16:04 GMT caparsons [0285efe] * tests/collections/.expect/multi_list.txt (moved) * tests/collections/.expect/queue.txt (moved) * tests/collections/.expect/sequence.txt (moved) * tests/collections/.expect/stack.txt (moved) * tests/unified_locking/.expect/locks.txt (moved) * tests/unified_locking/.expect/timeout_lock.txt (moved) moved expect files to appropriate location