# # ChangeLog for tests/io/.in # # Generated by Trac 1.2.1 # May 8, 2024, 10:08:51 PM Thu, 13 Jan 2022 15:58:34 GMT caparsons [3eaa689] * tests/io/.expect/io-acquire-in.txt (added) * tests/io/.expect/io-acquire-out.txt (moved) * tests/io/.in/io-acquire-in.txt (moved) * tests/io/io-acquire-term-sync.cfa (deleted) added test files I forgot in last commit Mon, 10 Jan 2022 21:14:23 GMT Peter A. Buhr [cc56283] * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/startup.cfa (modified) * libcfa/src/concurrency/kernel_private.hfa (modified) * tests/io/.expect/io-acquire-no-io.txt (added) * tests/io/.expect/io-acquire-term-sync.txt (added) * tests/io/.in/io-acquire-term-sync.txt (added) * tests/io/io-acquire-no-io.cfa (added) * tests/io/io-acquire-term-sync.cfa (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 10 Jan 2022 21:14:18 GMT Peter A. Buhr [04a8a54] * tests/io/.expect/io-acquire2.txt (added) * tests/io/.in/io-acquire2.txt (added) add alternative io-acquire test with no preemption Mon, 10 Jan 2022 21:06:58 GMT caparsons [0ac728b] * tests/io/.expect/io-acquire-term-sync.txt (added) * tests/io/.in/io-acquire-term-sync.txt (added) * tests/io/io-acquire-term-sync.cfa (added) added termination sync io-acquire test Wed, 03 Mar 2021 03:13:50 GMT Peter A. Buhr [c8e37e0] * tests/io/.expect/manipulatorsInput.arm64.txt (moved) * tests/io/.expect/manipulatorsInput.x64.txt (moved) * tests/io/.expect/manipulatorsInput.x86.txt (moved) * tests/io/.expect/manipulatorsOutput1.arm64.txt (moved) * tests/io/.expect/manipulatorsOutput1.x64.txt (moved) * tests/io/.expect/manipulatorsOutput1.x86.txt (moved) * tests/io/.expect/manipulatorsOutput2.arm64.txt (moved) * tests/io/.expect/manipulatorsOutput2.x64.txt (moved) * tests/io/.expect/manipulatorsOutput2.x86.txt (moved) * tests/io/.expect/manipulatorsOutput3.arm64.txt (moved) * tests/io/.expect/manipulatorsOutput3.x64.txt (moved) * tests/io/.in/manipulatorsInput.txt (moved) * tests/io/manipulatorsInput.cfa (moved) * tests/io/manipulatorsOutput1.cfa (moved) * tests/io/manipulatorsOutput2.cfa (moved) * tests/io/manipulatorsOutput3.cfa (moved) more test restructure under directories Wed, 03 Mar 2021 02:50:11 GMT Peter A. Buhr [6083392] * tests/.in/io.data (deleted) * tests/Makefile.am (modified) * tests/include/.expect/includes.nast.txt (moved) * tests/include/.expect/vector-containers.txt (moved) * tests/include/.expect/vector-fstream.txt (moved) * tests/include/.expect/vector-sequence.txt (moved) * tests/include/about.txt (moved) * tests/include/includes.cfa (moved) * tests/include/vector-containers.cfa (moved) * tests/include/vector-fstream.cfa (moved) * tests/include/vector-sequence.cfa (moved) * tests/io/.expect/io-acquire.txt (moved) * tests/io/.expect/io.nast.txt (moved) * tests/io/.expect/io1.oast.txt (moved) * tests/io/.expect/io2.oast.txt (moved) * tests/io/.in/io-acquire.txt (moved) * tests/io/.in/io.data (modified) * tests/io/.in/many_read.data (added) * tests/io/io-acquire.cfa (moved) * tests/io/io.cfa (moved) * tests/io/io1.cfa (moved) * tests/io/io2.cfa (moved) * tests/io/many_read.cfa (modified) restructure tests under directories and update test files Fri, 19 Feb 2021 01:59:58 GMT Thierry Delisle [b44959f] * tests/Makefile.am (modified) * tests/io/.expect/many_read.txt (added) * tests/io/.in/io.data (added) * tests/io/many_read.cfa (added) Test with multiple threads reading the same file at once.