#
# ChangeLog for tests/unified_locking
#
# Generated by Trac 1.2.1
# Mar 8, 2025, 12:38:28 PM

Mon, 14 Jun 2021 20:03:50 GMT Thierry Delisle <tdelisle@…> [07033ce]
	* libcfa/src/concurrency/locks.hfa (modified)
	* tests/unified_locking/fast.cfa (modified)

	Even more work on removing any possible integer overflow in fast lock ...


Tue, 01 Jun 2021 20:06:30 GMT Thierry Delisle <tdelisle@…> [62006a3]
	* tests/unified_locking/fast.cfa (modified)

	Changed sum type to uint32_t to make sure integer overflow isn't the ...


Thu, 27 May 2021 02:15:14 GMT Thierry Delisle <tdelisle@…> [ab388c5]
	* libcfa/src/Makefile.am (modified)
	* tests/unified_locking/timeout_lock.cfa (modified)

	alarm.hfa is now a public header
	Fixed include of timeout_lock.cfa.


Tue, 25 May 2021 20:13:37 GMT caparsons <caparson@…> [b984d54]
	* tests/unified_locking/timeout_lock.cfa (modified)

	removed semaphore usage and used a lock when checking if empty


Fri, 21 May 2021 19:59:56 GMT caparsons <caparson@…> [7404cdc]
	* tests/unified_locking/.expect/timeout_lock.txt (moved)
	* tests/unified_locking/timeout_lock.cfa (modified)

	added updated timeout_lock text


Tue, 18 May 2021 01:20:21 GMT Thierry Delisle <tdelisle@…> [d2afe17]
	* tests/unified_locking/timeout_lock.cfa (modified)

	Removed calls to wait functions which no longer exist


Wed, 31 Mar 2021 17:48:15 GMT Thierry Delisle <tdelisle@…> [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 <tdelisle@…> [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 <tdelisle@…> [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 <caparson@…> [4c19647]
	* tests/unified_locking/.expect/timeout_lock.txt (deleted)

	removed timeout lock test from .expect


Wed, 23 Dec 2020 23:35:39 GMT caparsons <caparson@…> [15c2545]
	* tests/unified_locking/timeout_lock.txt (added)

	removed .txt from .expect directory to remove test since the ...


Wed, 23 Dec 2020 23:35:11 GMT caparsons <caparson@…> [9bb9545b]
	* tests/unified_locking/timeout_lock.cfa (modified)

	changed back time length


Wed, 23 Dec 2020 15:02:46 GMT caparsons <caparson@…> [6797f8f]
	* tests/unified_locking/timeout_lock.cfa (modified)

	halved number of iterations so test hopefully won't get aborted and ...


Tue, 22 Dec 2020 19:48:28 GMT caparsons <caparson@…> [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 <caparson@…> [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


Mon, 21 Dec 2020 14:58:19 GMT caparsons <caparson@…> [ebd1899]
	* tests/.expect/locks.txt (added)
	* tests/.expect/timeout_lock.txt (added)
	* tests/unified_locking/locks.cfa (moved)
	* tests/unified_locking/timeout_lock.cfa (moved)

	tweaked unified locking tests and added expect files