# # ChangeLog for tests/concurrent/futures # # Generated by Trac 1.2.1 # Apr 27, 2024, 6:11:44 PM Thu, 15 Apr 2021 19:43:04 GMT Thierry Delisle [e2cc3c7] * tests/concurrent/futures/multi.cfa (modified) Attempted fix of multi future test by making server monitor more ... Thu, 15 Apr 2021 17:54:38 GMT Thierry Delisle [76c94bf] * tests/concurrent/futures/multi.cfa (modified) Added a little bit of debug information to the multi future test. Thu, 07 Jan 2021 19:30:37 GMT Thierry Delisle [44e37ef] * tests/concurrent/futures/.expect/multi.txt (added) * tests/concurrent/futures/multi.cfa (added) Added simple test for multi-future Thu, 07 Jan 2021 18:17:47 GMT Thierry Delisle [a7aea7d] * libcfa/src/bits/locks.hfa (modified) * tests/concurrent/futures/.expect/abandon.txt (added) * tests/concurrent/futures/abandon.cfa (added) Fixed abandon function and futures and added test for it. Thu, 07 Jan 2021 18:05:33 GMT Thierry Delisle [2fc9664b] * tests/concurrent/futures/.expect/basic.txt (modified) * tests/concurrent/futures/.expect/typed.txt (added) * tests/concurrent/futures/basic.cfa (modified) * tests/concurrent/futures/typed.cfa (added) Added simple future tests. Mon, 28 Sep 2020 02:00:39 GMT Peter A. Buhr [66812dd] * tests/.expect/array.txt (modified) * tests/.expect/cast.txt (modified) * tests/.expect/enum.txt (modified) * tests/.expect/expression.txt (modified) * tests/.expect/forall.txt (modified) * tests/.expect/heap.txt (modified) * tests/.expect/identFuncDeclarator.txt (modified) * tests/.expect/identParamDeclarator.txt (modified) * tests/.expect/labelledExit.txt (modified) * tests/.expect/limits.txt (modified) * tests/.expect/maybe.txt (modified) * tests/.expect/nested-types.txt (modified) * tests/.expect/numericConstants.txt (modified) * tests/.expect/operators.txt (modified) * tests/.expect/result.txt (modified) * tests/.expect/stdincludes.txt (modified) * tests/.expect/switch.txt (modified) * tests/.expect/typedefRedef-ERR1.txt (modified) * tests/.expect/typedefRedef.txt (modified) * tests/.expect/typeof.txt (modified) * tests/.expect/variableDeclarator.txt (modified) * tests/.expect/voidPtr.txt (modified) * tests/Makefile.am (modified) * tests/array.cfa (modified) * tests/builtins/sync.cfa (modified) * tests/cast.cfa (modified) * tests/concurrent/.expect/cluster.txt (modified) * tests/concurrent/cluster.cfa (modified) * tests/concurrent/examples/.expect/datingService.txt (modified) * tests/concurrent/examples/datingService.cfa (modified) * tests/concurrent/futures/.expect/basic.txt (modified) * tests/concurrent/futures/basic.cfa (modified) * tests/concurrent/park/.expect/force_preempt.txt (modified) * tests/concurrent/park/.expect/start_parked.txt (modified) * tests/concurrent/park/force_preempt.cfa (modified) * tests/concurrent/park/start_parked.cfa (modified) * tests/enum.cfa (modified) * tests/exceptions/.expect/virtual-cast.txt (modified) * tests/exceptions/.expect/virtual-poly.txt (modified) * tests/exceptions/virtual-cast.cfa (modified) * tests/exceptions/virtual-poly.cfa (modified) * tests/expression.cfa (modified) * tests/forall.cfa (modified) * tests/heap.cfa (modified) * tests/identFuncDeclarator.cfa (modified) * tests/identParamDeclarator.cfa (modified) * tests/labelledExit.cfa (modified) * tests/limits.cfa (modified) * tests/maybe.cfa (modified) * tests/nested-types.cfa (modified) * tests/numericConstants.cfa (modified) * tests/operators.cfa (modified) * tests/raii/.expect/ctor-autogen.txt (modified) * tests/raii/.expect/init_once.txt (modified) * tests/raii/ctor-autogen.cfa (modified) * tests/raii/init_once.cfa (modified) * tests/result.cfa (modified) * tests/stdincludes.cfa (modified) * tests/switch.cfa (modified) * tests/typedefRedef.cfa (modified) * tests/typeof.cfa (modified) * tests/variableDeclarator.cfa (modified) * tests/voidPtr.cfa (modified) * tests/warnings/.expect/self-assignment.txt (modified) * tests/warnings/self-assignment.cfa (modified) * tests/zombies/structMember.cfa (modified) convert tests to always print output (no empty .expect files) Tue, 01 Sep 2020 20:58:13 GMT Thierry Delisle [a77496cb] * libcfa/src/bits/locks.hfa (modified) * tests/concurrent/futures/.expect/basic.txt (added) * tests/concurrent/futures/basic.cfa (added) First draft at core objects of futures and basic tests