#
# ChangeLog for tests/Makefile.am
#
# Generated by Trac 1.2.1
# Apr 18, 2025, 2:40:56 AM

Wed, 05 Feb 2025 18:04:09 GMT Michael Brooks <mlbrooks@…> [92aeae1]
	* tests/Makefile.am (modified)

	Correct spelling mistake in variables


Mon, 03 Feb 2025 18:27:20 GMT Michael Brooks <mlbrooks@…> [7959e56]
	* src/CodeGen/CodeGenerator.cpp (modified)
	* src/CodeGen/CodeGenerator.hpp (modified)
	* src/CodeGen/Generate.cpp (modified)
	* tests/.expect/zero_one-ERR1.txt (added)
	* tests/.expect/zero_one.txt (modified)
	* tests/Makefile.am (modified)
	* tests/zero_one.cfa (modified)

	Eliminate libcfa-build warnings of missing int-to-pointer casts.
 ...


Sat, 01 Feb 2025 13:49:35 GMT Peter A. Buhr <pabuhr@…> [bbbff10]
	* tests/Makefile.am (modified)
	* tests/ctrl-flow/.expect/loop_else-WRN1.txt (added)
	* tests/ctrl-flow/.expect/loop_else.txt (modified)
	* tests/ctrl-flow/.expect/superfluous.txt (deleted)
	* tests/ctrl-flow/loop_else.cfa (modified)
	* tests/ctrl-flow/superfluous.cfa (deleted)

	update loop_else test to handle warnings


Fri, 31 Jan 2025 18:52:18 GMT Andrew Beach <ajbeach@…> [641707d]
	* libcfa/src/collections/vector.hfa (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/Makefile.am (modified)
	* tests/math.cfa (modified)
	* tests/minmax.cfa (modified)
	* tests/operators.cfa (modified)
	* tests/poly-many-arsz.cfa (modified)
	* tests/polymorphism.cfa (modified)
	* tests/shortCircuit.cfa (modified)
	* tests/sum.cfa (modified)
	* tests/switch.cfa (modified)
	* tests/userLiterals.cfa (modified)

	More fixing of warnings. Including another error that slipped through ...


Thu, 30 Jan 2025 21:13:51 GMT Andrew Beach <ajbeach@…> [372d33c]
	* tests/Makefile.am (modified)

	Use lax warnings on forall test. This should get the nightly build ...


Wed, 29 Jan 2025 16:41:32 GMT Andrew Beach <ajbeach@…> [a22e8b4]
	* libcfa/src/gmp.hfa (modified)
	* tests/Makefile.am (modified)
	* tests/forall.cfa (modified)
	* tests/function-operator.cfa (modified)
	* tests/identParamDeclarator.cfa (modified)

	Removed the warnings from more tests. I think '(void)var;' might be ...


Tue, 28 Jan 2025 21:12:53 GMT Andrew Beach <ajbeach@…> [bada452]
	* tests/.expect/attributes.arm64.txt (modified)
	* tests/.expect/attributes.x64.txt (modified)
	* tests/.expect/attributes.x86.txt (modified)
	* tests/Makefile.am (modified)
	* tests/attributes.cfa (modified)
	* tests/collections/queue.cfa (modified)
	* tests/collections/sequence.cfa (modified)
	* tests/collections/stack.cfa (modified)
	* tests/collections/vector-demo.cfa (modified)
	* tests/configs/usage.cfa (modified)
	* tests/ctrl-flow/.expect/superfluous.txt (added)
	* tests/ctrl-flow/labelledExit.cfa (modified)
	* tests/ctrl-flow/loop_else.cfa (modified)
	* tests/ctrl-flow/superfluous.cfa (added)

	Removed warnings from serveral tests and removed them from the ...


Mon, 13 Jan 2025 18:32:32 GMT Michael Brooks <mlbrooks@…> [6a6e205]
	* libcfa/src/concurrency/actor.hfa (modified)
	* tests/Makefile.am (modified)
	* tests/collections/atomic_mpsc.cfa (modified)
	* tests/concurrency/actors/dynamic.cfa (modified)
	* tests/concurrency/actors/inherit.cfa (modified)
	* tests/concurrency/actors/inline.cfa (modified)
	* tests/concurrency/actors/pingpong.cfa (modified)
	* tests/concurrency/actors/types.cfa (modified)
	* tests/concurrency/pthread/bounded_buffer.cfa (modified)
	* tests/concurrency/pthread/pthread_demo_lock.cfa (modified)
	* tests/concurrency/pthread/pthread_once_test.cfa (modified)
	* tests/concurrency/unified_locking/mcs.cfa (modified)
	* tests/concurrency/unified_locking/mcs_spin.cfa (modified)
	* tests/concurrency/unified_locking/mutex_test.hfa (modified)
	* tests/concurrency/unified_locking/timeout_lock.cfa (modified)

	Clean some warnings from unused variables and pointer-to-int casts.


Wed, 08 Jan 2025 18:00:13 GMT Michael Brooks <mlbrooks@…> [d84f2ae]
	* src/GenPoly/Box.cpp (modified)
	* tests/.expect/functions.arm64.txt (modified)
	* tests/.expect/functions.x64.txt (modified)
	* tests/.expect/functions.x86.txt (modified)
	* tests/Makefile.am (modified)
	* tests/nowarn/unused.cfa (modified)

	Fix transpiler-induced unused parameter on layoutof.


Tue, 07 Jan 2025 20:22:19 GMT Michael Brooks <mlbrooks@…> [10b5970]
	* libcfa/src/bits/queue.hfa (modified)
	* libcfa/src/concurrency/mutex_stmt.hfa (modified)
	* tests/Makefile.am (modified)
	* tests/PRNG.cfa (modified)
	* tests/alloc.cfa (modified)
	* tests/concurrency/channels/ping_pong.cfa (modified)
	* tests/concurrency/cluster.cfa (modified)
	* tests/concurrency/coroutineYield.cfa (modified)
	* tests/concurrency/examples/boundedBufferEXT.cfa (modified)
	* tests/concurrency/examples/boundedBufferINT.cfa (modified)
	* tests/concurrency/futures/wait_any.cfa (modified)
	* tests/concurrency/join.cfa (modified)
	* tests/concurrency/migrate.cfa (modified)
	* tests/concurrency/monitor.cfa (modified)
	* tests/concurrency/multi-monitor.cfa (modified)
	* tests/concurrency/mutexstmt/locks.cfa (modified)
	* tests/concurrency/mutexstmt/monitors.cfa (modified)
	* tests/concurrency/preempt.cfa (modified)
	* tests/concurrency/pthread/pthread_cond_test.cfa (modified)
	* tests/concurrency/pthread/pthread_once_test.cfa (modified)
	* tests/concurrency/readyQ/leader_spin.cfa (modified)
	* tests/concurrency/signal/block.cfa (modified)
	* tests/concurrency/signal/disjoint.cfa (modified)
	* tests/concurrency/signal/wait.cfa (modified)
	* tests/concurrency/suspend_then.cfa (modified)
	* tests/concurrency/thread.cfa (modified)
	* tests/concurrency/unified_locking/locks.cfa (modified)
	* tests/concurrency/unified_locking/pthread_locks.cfa (modified)
	* tests/concurrency/waitfor/barge.cfa (modified)
	* tests/concurrency/waitfor/statment.cfa (modified)
	* tests/concurrency/waitfor/when.cfa (modified)
	* tests/concurrency/waituntil/channel_zero_size.cfa (modified)
	* tests/concurrency/waituntil/one_chan.cfa (modified)
	* tests/configs/parsebools.cfa (modified)
	* tests/configs/parsenums.cfa (modified)
	* tests/coroutine/raii.cfa (modified)
	* tests/ctrl-flow/goto.cfa (modified)
	* tests/ctrl-flow/ifwhileCtl.cfa (modified)
	* tests/enum.cfa (modified)
	* tests/enum_tests/inc-dec.cfa (modified)
	* tests/enum_tests/planet.cfa (modified)
	* tests/enum_tests/structEnum.cfa (modified)
	* tests/exceptions/hotpotato.cfa (modified)
	* tests/exceptions/hotpotato_checked.cfa (modified)
	* tests/io/io-acquire-no-io.cfa (modified)
	* tests/link-once/main.cfa (modified)
	* tests/linking/mangling/main.cfa (modified)
	* tests/malloc.cfa (modified)
	* tests/mathX.cfa (modified)
	* tests/maybe.cfa (modified)
	* tests/poly-d-cycle.cfa (modified)
	* tests/poly-member.cfa (modified)
	* tests/poly-o-cycle.cfa (modified)
	* tests/quotedKeyword.cfa (modified)
	* tests/raii/partial.cfa (modified)
	* tests/result.cfa (modified)
	* tests/sizeof.cfa (modified)
	* tests/smart-pointers.cfa (modified)
	* tests/tuple/tupleAssign.cfa (modified)
	* tests/tuple/tuplePolymorphism.cfa (modified)
	* tests/tuple/tupleVariadic.cfa (modified)
	* tests/typeof.cfa (modified)

	Fix many test-suite- and libcfa-caused unused variable warnings.

	In ...


Fri, 03 Jan 2025 22:07:43 GMT Michael Brooks <mlbrooks@…> [2e63915]
	* tests/Makefile.am (modified)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.arm64.txt (modified)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.x64.txt (modified)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.x86.txt (modified)
	* tests/array-collections/.expect/dimexpr-match-c.txt (modified)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.arm64.txt (modified)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x64.txt (modified)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x86.txt (modified)
	* tests/array-collections/.expect/dimexpr-match-cfa.txt (modified)
	* tests/array-collections/boxed.main.cfa (modified)
	* tests/array-collections/dimexpr-match-c.cfa (modified)
	* tests/array-collections/dimexpr-match-cfa.cfa (modified)

	Remove warnings from remaining array-collections tests.


Fri, 03 Jan 2025 00:08:38 GMT Michael Brooks <mlbrooks@…> [656c8ac]
	* tests/Makefile.am (modified)

	Restore full sense of wflag strictness, mistakenly reduced in
	2853d6fb0.


Fri, 03 Jan 2025 00:00:01 GMT Michael Brooks <mlbrooks@…> [2853d6f]
	* tests/.expect/array-ERR1.txt (modified)
	* tests/.expect/array-ERR2.txt (modified)
	* tests/.expect/array-ERR3.txt (modified)
	* tests/.expect/array.txt (modified)
	* tests/.expect/attr-priority.txt (modified)
	* tests/.expect/cast.txt (modified)
	* tests/.expect/expression.txt (modified)
	* tests/.expect/identFuncDeclarator.txt (modified)
	* tests/.expect/init1-ERROR.txt (modified)
	* tests/.expect/init1.txt (modified)
	* tests/.expect/limits.txt (modified)
	* tests/.expect/nested-types-ERR1.txt (modified)
	* tests/.expect/nested-types-ERR2.txt (modified)
	* tests/.expect/nested-types.txt (modified)
	* tests/.expect/numericConstants.txt (modified)
	* tests/.expect/quasiKeyword.txt (modified)
	* tests/.expect/switch.txt (modified)
	* tests/.expect/typedefRedef-ERR1.txt (modified)
	* tests/.expect/typedefRedef.txt (modified)
	* tests/.expect/variableDeclarator.txt (modified)
	* tests/Makefile.am (modified)
	* tests/array.cfa (modified)
	* tests/attr-priority.cfa (modified)
	* tests/builtins/.expect/sync.txt (modified)
	* tests/builtins/sync.cfa (modified)
	* tests/cast.cfa (modified)
	* tests/concurrency/waitfor/.expect/parse.txt (modified)
	* tests/concurrency/waitfor/parse.cfa (modified)
	* tests/ctrl-flow/.expect/labelledExit.txt (modified)
	* tests/ctrl-flow/labelledExit.cfa (modified)
	* tests/expression.cfa (modified)
	* tests/identFuncDeclarator.cfa (modified)
	* tests/include/.expect/includes.txt (modified)
	* tests/include/.expect/stdincludes.txt (modified)
	* tests/include/includes.cfa (modified)
	* tests/include/stdincludes.cfa (modified)
	* tests/init1.cfa (modified)
	* tests/limits.cfa (modified)
	* tests/nested-types.cfa (modified)
	* tests/numericConstants.cfa (modified)
	* tests/quasiKeyword.cfa (modified)
	* tests/switch.cfa (modified)
	* tests/typedefRedef.cfa (modified)
	* tests/variableDeclarator.cfa (modified)
	* tests/warnings/.expect/self-assignment.txt (modified)
	* tests/warnings/self-assignment.cfa (modified)

	Remove uses of warnings to show test success.  Eliminate simple ...


Sat, 21 Dec 2024 02:43:21 GMT Michael Brooks <mlbrooks@…> [0cd168f]
	* tests/Makefile.am (modified)
	* tests/array-collections/array-raii.hfa (modified)

	Remove test-code-induced warnings from Array RAII.

	(Depends on ...


Sat, 21 Dec 2024 02:38:52 GMT Michael Brooks <mlbrooks@…> [0bf03ba2]
	* src/GenPoly/Specialize.cpp (modified)
	* src/InitTweak/FixInit.cpp (modified)
	* tests/Makefile.am (modified)
	* tests/nowarn/unused.cfa (modified)

	Remove warnings due to unused parameters in generated code for zero- ...


Fri, 20 Dec 2024 19:21:36 GMT Michael Brooks <mlbrooks@…> [584612d]
	* tests/Makefile.am (modified)

	Add file missed in d9162ec9


Fri, 20 Dec 2024 15:52:16 GMT Andrew Beach <ajbeach@…> [d3cf623]
	* src/Virtual/Tables.cpp (modified)
	* tests/Makefile.am (modified)
	* tests/exceptions/cancel/coroutine.cfa (modified)
	* tests/exceptions/cancel/thread.cfa (modified)
	* tests/exceptions/conditional.cfa (modified)
	* tests/exceptions/data-except.cfa (modified)
	* tests/exceptions/defaults.cfa (modified)
	* tests/exceptions/finally.cfa (modified)
	* tests/exceptions/interact.cfa (modified)
	* tests/exceptions/polymorphic.cfa (modified)
	* tests/exceptions/resume.cfa (modified)
	* tests/exceptions/terminate.cfa (modified)
	* tests/exceptions/trash.cfa (modified)
	* tests/exceptions/try-ctrl-flow.cfa (modified)
	* tests/exceptions/try-leave-catch.cfa (modified)
	* tests/exceptions/virtual-cast.cfa (modified)

	Solved the requested warning with exceptions. Also went through the ...


Fri, 20 Dec 2024 04:18:58 GMT Peter A. Buhr <pabuhr@…> [956ad355]
	* tests/Makefile.am (modified)

	remove fixed tests from WFLGAS_OPT_LAX


Wed, 18 Dec 2024 23:37:11 GMT Michael Brooks <mlbrooks@…> [e0330d2c]
	* doc/proposals/nowarn.md (added)
	* src/CodeGen/CodeGenerator.cpp (modified)
	* tests/Makefile.am (modified)
	* tests/array-collections/array-basic.cfa (modified)
	* tests/nowarn/.expect/zero-thunk.txt (added)
	* tests/nowarn/zero-thunk.cfa (added)

	Remove unnecessary special case for zero_t in code gen that caused ...


Wed, 18 Dec 2024 18:02:07 GMT Michael Brooks <mlbrooks@…> [faf9e19]
	* tests/Makefile.am (modified)
	* tests/nowarn/.expect/fstream.txt (deleted)
	* tests/nowarn/.expect/list.txt (deleted)
	* tests/nowarn/.expect/string.txt (deleted)
	* tests/nowarn/fstream.cfa (deleted)
	* tests/nowarn/list.cfa (deleted)
	* tests/nowarn/string.cfa (deleted)

	Explicate the present state for test-suite programs being free of ...


Wed, 11 Dec 2024 23:32:21 GMT Michael Brooks <mlbrooks@…> [e797179]
	* tests/Makefile.am (modified)
	* tests/nowarn/.expect/no-autogen.txt (added)
	* tests/nowarn/no-autogen.cfa (added)

	Accept meta-test, expecting the buid to fail.

	The fix is ...


Wed, 11 Dec 2024 23:09:10 GMT Michael Brooks <mlbrooks@…> [64f3b9f]
	* src/AST/SymbolTable.cpp (modified)
	* src/AST/SymbolTable.hpp (modified)
	* src/ResolvExpr/Resolver.cpp (modified)
	* tests/Makefile.am (modified)
	* tests/raii/.expect/partial-ERR1.txt (added)
	* tests/raii/.expect/partial.txt (added)
	* tests/raii/partial.cfa (added)

	Fix support for partial autogen.

	Partial autogen means that some ...


Thu, 12 Sep 2024 20:14:29 GMT Michael Brooks <mlbrooks@…> [b24cbaf]
	* tests/Makefile.am (modified)
	* tests/configs/.in/parseconfig.all.txt (moved)
	* tests/configs/.in/parseconfig.errors.txt (moved)
	* tests/configs/.in/parseconfig.missing.txt (moved)
	* tests/configs/parseconfig.cfa (modified)
	* tests/pybin/test_run.py (modified)
	* tests/test.py (modified)

	Reduce test suite's reliance on makefile.am EXTRA_DIST entries for ...


Fri, 16 Aug 2024 16:25:53 GMT Andrew Beach <ajbeach@…> [afb15cf]
	* src/Parser/DeclarationNode.cpp (modified)
	* tests/.expect/opt-params.txt (added)
	* tests/Makefile.am (modified)
	* tests/opt-params.cfa (added)

	Added a check to make sure that optional parameters to not appear on ...


Thu, 25 Jul 2024 23:12:46 GMT Michael Brooks <mlbrooks@…> [fd4df379]
	* src/GenPoly/Box.cpp (modified)
	* tests/Makefile.am (modified)
	* tests/array-collections/.expect/boxed.txt (added)
	* tests/array-collections/boxed.bookend.cfa (added)
	* tests/array-collections/boxed.cases.hfa (added)
	* tests/array-collections/boxed.hfa (added)
	* tests/array-collections/boxed.main.cfa (added)

	Implement boxing for arrays.

	The added test is things that did not ...


Wed, 24 Jul 2024 16:22:52 GMT Andrew Beach <ajbeach@…> [b6923b17]
	* src/ControlStruct/HoistControlDecls.cpp (modified)
	* src/ControlStruct/HoistControlDecls.hpp (modified)
	* src/main.cpp (modified)
	* tests/.expect/labelledExit.txt (deleted)
	* tests/Makefile.am (modified)
	* tests/ctrl-flow/.expect/fallthrough.txt (moved)
	* tests/ctrl-flow/.expect/goto.txt (added)
	* tests/ctrl-flow/.expect/labelledExit.txt (added)
	* tests/ctrl-flow/fallthrough.cfa (moved)
	* tests/ctrl-flow/goto.cfa (added)
	* tests/ctrl-flow/labelledExit.cfa (moved)

	Fixed goto labelled loop. I had to reorder some passes. Updated ...


Thu, 11 Jan 2024 20:06:35 GMT Michael Brooks <mlbrooks@…> [ee16f8fc]
	* tests/Makefile.am (modified)

	Attempt to fix overnight build; add test-suite Makefile entry missing ...


Thu, 31 Aug 2023 03:01:24 GMT Peter A. Buhr <pabuhr@…> [0b8c951d]
	* tests/Makefile.am (modified)
	* tests/array-collections/.expect/array-basic.txt (moved)
	* tests/array-collections/.expect/array-md-sbscr-cases.arm64.txt (moved)
	* tests/array-collections/.expect/array-md-sbscr-cases.x64.txt (moved)
	* tests/array-collections/.expect/array-sbscr-types.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.arm64.txt (added)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.x64.txt (added)
	* tests/array-collections/.expect/dimexpr-match-c-ERRS.x86.txt (added)
	* tests/array-collections/.expect/dimexpr-match-c.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.arm64.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x64.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa-ERRS.x86.txt (moved)
	* tests/array-collections/.expect/dimexpr-match-cfa.txt (moved)
	* tests/array-collections/.expect/language-dim-mismatch.txt (added)
	* tests/array-collections/.expect/safety-summary.txt (added)
	* tests/array-collections/.expect/symtab-collision.txt (moved)
	* tests/array-collections/array-basic.cfa (moved)
	* tests/array-collections/array-md-sbscr-cases.cfa (moved)
	* tests/array-collections/array-sbscr-types.cfa (moved)
	* tests/array-collections/dimexpr-match-c.cfa (moved)
	* tests/array-collections/dimexpr-match-cfa.cfa (moved)
	* tests/array-collections/dimexpr-match-detail.sh (moved)
	* tests/array-collections/dimexpr-match.hfa (moved)
	* tests/array-collections/language-dim-mismatch.cfa (moved)
	* tests/array-collections/safety-summary.cfa (moved)
	* tests/array-collections/symtab-collision.cfa (moved)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.arm64.txt (deleted)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.x64.txt (deleted)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.x86.txt (deleted)
	* tests/array-container/.expect/language-dim-mismatch.txt (deleted)
	* tests/array-container/.expect/safety-summary.txt (deleted)
	* tests/include/.expect/vector-collections.txt (moved)
	* tests/include/vector-collections.cfa (moved)

	more rename directories containers to collections


Tue, 20 Jun 2023 20:13:56 GMT Michael Brooks <mlbrooks@…> [9c4330d5]
	* tests/Makefile.am (modified)

	Add Makefile entries to include new test-support files in Promote ...


Mon, 19 Jun 2023 19:54:33 GMT Michael Brooks <mlbrooks@…> [0f4ac10]
	* tests/Makefile.am (modified)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.arm64.txt (added)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.x64.txt (added)
	* tests/array-container/.expect/dimexpr-match-c-ERRS.x86.txt (added)
	* tests/array-container/.expect/dimexpr-match-c.txt (added)
	* tests/array-container/.expect/dimexpr-match-cfa-ERRS.arm64.txt (added)
	* tests/array-container/.expect/dimexpr-match-cfa-ERRS.x64.txt (added)
	* tests/array-container/.expect/dimexpr-match-cfa-ERRS.x86.txt (added)
	* tests/array-container/.expect/dimexpr-match-cfa.txt (added)
	* tests/array-container/dimexpr-match-c.cfa (added)
	* tests/array-container/dimexpr-match-cfa.cfa (added)
	* tests/array-container/dimexpr-match-detail.sh (added)
	* tests/array-container/dimexpr-match.hfa (added)

	Add tests demonstrating CFA's treatment of C arrays, compared with ...


Fri, 16 Jun 2023 14:00:03 GMT caparsons <caparson@…> [d144c26]
	* tests/Makefile.am (modified)
	* tests/test.py (modified)

	updated invariant flag to be default, can be toggled off with --no- ...


Sun, 28 May 2023 12:31:29 GMT Peter A. Buhr <pabuhr@…> [5007618]
	* Jenkinsfile (modified)
	* tests/Makefile.am (modified)

	update tests/Makefile.am and corresponding Jenkinsfile with more ...


Sat, 27 May 2023 22:44:46 GMT Peter A. Buhr <pabuhr@…> [bdbf536]
	* tests/Makefile.am (modified)

	remove/specialize test/Makfile.am variables concurrent/timeout, ...


Fri, 26 May 2023 17:47:58 GMT Peter A. Buhr <pabuhr@…> [6b1c4f2]
	* tests/Makefile.am (modified)

	fix spelling mistake of concurrency


Fri, 26 May 2023 12:47:00 GMT Peter A. Buhr <pabuhr@…> [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 ...


Thu, 25 May 2023 21:55:18 GMT Michael Brooks <mlbrooks@…> [a5aa5bf]
	* tests/.expect/array-ERR1.txt (added)
	* tests/.expect/array-ERR2.txt (added)
	* tests/.expect/array-ERR3.txt (added)
	* tests/.expect/array.txt (modified)
	* tests/Makefile.am (modified)
	* tests/array.cfa (modified)

	Flesh out "C" array syntax testing.

	Enable testing of ...


Wed, 17 May 2023 15:18:06 GMT Peter A. Buhr <pabuhr@…> [e3d4fd1]
	* Makefile.am (modified)
	* tests/Makefile.am (modified)

	more cleanup of the make-help option


Mon, 15 May 2023 12:47:42 GMT caparsons <caparson@…> [b3ce76f]
	* Makefile.am (modified)
	* tests/Makefile.am (modified)

	resolved merge conflict in makefile changes


Mon, 15 May 2023 12:46:18 GMT caparsons <caparson@…> [386fb57]
	* tests/Makefile.am (modified)

	added invariant flag to test makefile


Fri, 12 May 2023 22:51:41 GMT Peter A. Buhr <pabuhr@…> [e2887a9]
	* Makefile.am (modified)
	* tests/Makefile.am (modified)

	add make-help option and change parenthesis to braces for variables


Fri, 12 May 2023 16:21:58 GMT caparsons <caparson@…> [0922716]
	* tests/Makefile.am (modified)

	changed dist-hook rule to use curly braces to access shell vars where ...


Fri, 12 May 2023 12:56:08 GMT caparsons <caparson@…> [94672ba]
	* tests/Makefile.am (modified)

	changed variable name in makefile to try and avoid shell command with ...


Mon, 01 May 2023 22:15:26 GMT Peter A. Buhr <pabuhr@…> [c083c3d]
	* benchmark/mutexStmt/JavaThread.java (deleted)
	* doc/papers/AMA/AMA-stix/Documents/.log (modified)
	* doc/papers/AMA/AMA-stix/Documents/README.txt (modified)
	* doc/papers/AMA/AMA-stix/Documents/wileyNJD-Doc.tex (modified)
	* doc/papers/AMA/AMA-stix/Stix-fonts/ly1sti.fd (modified)
	* doc/papers/AMA/AMA-stix/ama/NJDnatbib.sty (modified)
	* doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.bbl (modified)
	* doc/papers/AMA/AMA-stix/ama/wileyNJD-AMA.bib (modified)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/nasus_CFA.txt (modified)
	* doc/theses/colby_parsons_MMAth/benchmarks/actors/data/pyke_CFA.txt (modified)
	* doc/theses/colby_parsons_MMAth/benchmarks/channels/plotData.py (modified)
	* doc/theses/colby_parsons_MMAth/code/swap_queues.cfa (modified)
	* doc/theses/colby_parsons_MMAth/version.sh (modified)
	* doc/theses/mike_brooks_MMath/pictures/lst-issues-direct.vsdx (modified)
	* doc/theses/rob_schluntz_MMath/thesis.bib (modified)
	* libcfa/src/bits/weakso_locks.cfa (modified)
	* libcfa/src/bits/weakso_locks.hfa (modified)
	* libcfa/src/concurrency/channel.hfa (modified)
	* libcfa/src/concurrency/future.hfa (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/concurrency/locks.cfa (modified)
	* libcfa/src/concurrency/locks.hfa (modified)
	* libcfa/src/concurrency/mutex_stmt.hfa (modified)
	* libcfa/src/concurrency/select.hfa (modified)
	* libcfa/src/concurrency/thread.cfa (modified)
	* src/AST/Convert.cpp (modified)
	* src/AST/Fwd.hpp (modified)
	* src/AST/Node.cpp (modified)
	* src/AST/Pass.hpp (modified)
	* src/AST/Pass.impl.hpp (modified)
	* src/AST/Print.cpp (modified)
	* src/AST/Stmt.hpp (modified)
	* src/AST/Visitor.hpp (modified)
	* src/Common/CodeLocationTools.cpp (modified)
	* src/Concurrency/WaitforNew.cpp (modified)
	* src/Concurrency/Waituntil.cpp (added)
	* src/Concurrency/Waituntil.hpp (added)
	* src/Concurrency/module.mk (modified)
	* src/Parser/StatementNode.cc (modified)
	* src/Parser/StatementNode.h (modified)
	* src/Parser/parser.yy (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* src/main.cc (modified)
	* tests/Makefile.am (modified)
	* tests/concurrent/futures/select_future.cfa (modified)
	* tests/concurrent/mutexstmt/.expect/scoped_lock.txt (deleted)
	* tests/concurrent/mutexstmt/scoped_lock.cfa (deleted)
	* tests/concurrent/unified_locking/.expect/clh.txt (deleted)
	* tests/concurrent/unified_locking/clh.cfa (deleted)
	* tests/concurrent/waituntil/.expect/basic_else.txt (added)
	* tests/concurrent/waituntil/.expect/channel_close.txt (added)
	* tests/concurrent/waituntil/.expect/channels.txt (added)
	* tests/concurrent/waituntil/.expect/futures.txt (added)
	* tests/concurrent/waituntil/.expect/locks.txt (added)
	* tests/concurrent/waituntil/basic_else.cfa (added)
	* tests/concurrent/waituntil/channel_close.cfa (added)
	* tests/concurrent/waituntil/channels.cfa (added)
	* tests/concurrent/waituntil/futures.cfa (added)
	* tests/concurrent/waituntil/locks.cfa (added)
	* tests/zombies/gc_no_raii/bug-repro/deref.c (modified)
	* tests/zombies/gc_no_raii/bug-repro/malloc.c (modified)
	* tests/zombies/gc_no_raii/bug-repro/zero.c (modified)
	* tests/zombies/gc_no_raii/test/operators.c (modified)

	Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc


Mon, 01 May 2023 20:59:07 GMT Peter A. Buhr <pabuhr@…> [4daf79f]
	* Makefile.am (modified)
	* tests/Makefile.am (modified)

	formatting, adjust target names for Makefiles


Tue, 11 Apr 2023 03:57:45 GMT Peter A. Buhr <pabuhr@…> [a1b41e3]
	* tests/Makefile.am (modified)
	* tests/concurrent/waitfor/parse.cfa (modified)
	* tests/concurrent/waitfor/parse2.cfa (deleted)

	add parsing test for waitfor statement


Sun, 05 Feb 2023 14:31:04 GMT Peter A. Buhr <pabuhr@…> [35d1de5]
	* tests/.expect/forall.txt (modified)
	* tests/Makefile.am (modified)
	* tests/forall.cfa (modified)

	change test forall.cfa from compilation only to execution


Tue, 10 Jan 2023 18:02:41 GMT caparsons <caparson@…> [dbd47d6]
	* tests/Makefile.am (modified)
	* tests/concurrent/channels/big_elems.cfa (modified)
	* tests/concurrent/channels/parallel_harness.hfa (moved)
	* tests/concurrent/channels/zero_size.cfa (modified)

	fixed makefile for tests by adding appropriate includes


Mon, 05 Dec 2022 21:26:57 GMT Thierry Delisle <tdelisle@…> [258aaab8]
	* tests/Makefile.am (modified)

	Forgot to commit the changes to the Makefile


Fri, 14 Oct 2022 17:03:38 GMT Thierry Delisle <tdelisle@…> [d0fa494]
	* tests/Makefile.am (modified)

	Fixed missing header in test distribution and sorted


Thu, 06 Oct 2022 14:56:00 GMT Thierry Delisle <tdelisle@…> [d0a00a5a]
	* tests/Makefile.am (modified)

	Forgot to update makefile when I moved Jacob's tests


Tue, 30 Aug 2022 00:15:37 GMT Thierry Delisle <tdelisle@…> [e2e31c6]
	* tests/Makefile.am (modified)

	Added missing parenthesis


Tue, 30 Aug 2022 00:00:07 GMT Thierry Delisle <tdelisle@…> [e173d3c]
	* tests/Makefile.am (modified)
	* tests/pybin/settings.py (modified)
	* tests/test.py (modified)

	'soft' removed old ast from tests.
	Option still works but no longer ...


Tue, 22 Mar 2022 19:39:11 GMT Thierry Delisle <tdelisle@…> [ff7b2de]
	* tests/Makefile.am (modified)

	Added meta/dumpable to the quick tests


Mon, 07 Mar 2022 22:08:03 GMT Thierry Delisle <tdelisle@…> [fc01219]
	* tests/Makefile.am (modified)
	* tests/pybin/settings.py (modified)
	* tests/pybin/tools.py (modified)
	* tests/test.py (modified)

	fixed -j option in the test suite to behave like make's -j.
	-j ...


Wed, 09 Feb 2022 20:51:38 GMT Thierry Delisle <tdelisle@…> [850aff1]
	* driver/Makefile.am (modified)
	* libcfa/prelude/Makefile.am (modified)
	* libcfa/src/Makefile.am (modified)
	* longrun_tests/Makefile.am (modified)
	* src/Makefile.am (modified)
	* tests/Makefile.am (modified)
	* tools/Makefile.am (modified)
	* tools/prettyprinter/Makefile.am (modified)

	Added -Werror=return-type EVERYWHERE!
	Added -Wextra in some places.


Wed, 08 Sep 2021 15:23:47 GMT Thierry Delisle <tdelisle@…> [f26923e]
	* tests/Makefile.am (modified)

	Fixed distribution of parseconfig tests


Thu, 02 Sep 2021 01:26:47 GMT Thierry Delisle <tdelisle@…> [3ad9097]
	* libcfa/src/Makefile.am (modified)
	* tests/Makefile.am (modified)

	Minor fixes to makefiles for mutex stmt


Fri, 27 Aug 2021 17:25:13 GMT caparsons <caparson@…> [6f2033f]
	* tests/Makefile.am (modified)

	fixed build


Tue, 13 Jul 2021 13:30:50 GMT caparsons <caparson@…> [9345684]
	* tests/Makefile.am (modified)

	added dependency for mutex test


Sat, 05 Jun 2021 19:21:19 GMT Peter A. Buhr <pabuhr@…> [53692b3]
	* tests/.expect/array.txt (modified)
	* tests/.expect/cast.txt (modified)
	* tests/.expect/expression.txt (modified)
	* tests/.expect/forall.txt (modified)
	* tests/.expect/identFuncDeclarator.txt (modified)
	* tests/.expect/init1-ERROR.nast.txt (modified)
	* tests/.expect/init1.txt (modified)
	* tests/.expect/labelledExit.txt (modified)
	* tests/.expect/limits.txt (modified)
	* tests/.expect/nested-types-ERR1.txt (modified)
	* tests/.expect/nested-types-ERR2.txt (modified)
	* tests/.expect/nested-types.txt (modified)
	* tests/.expect/numericConstants.txt (modified)
	* tests/.expect/quasiKeyword.txt (modified)
	* tests/.expect/stdincludes.txt (deleted)
	* tests/.expect/switch.txt (modified)
	* tests/.expect/typedefRedef-ERR1.txt (modified)
	* tests/.expect/typedefRedef.txt (modified)
	* tests/.expect/variableDeclarator.txt (modified)
	* tests/Makefile.am (modified)
	* tests/array.cfa (modified)
	* tests/builtins/.expect/sync.txt (modified)
	* tests/builtins/sync.cfa (modified)
	* tests/cast.cfa (modified)
	* tests/expression.cfa (modified)
	* tests/forall.cfa (modified)
	* tests/identFuncDeclarator.cfa (modified)
	* tests/include/.expect/includes.nast.txt (modified)
	* tests/include/.expect/stdincludes.txt (added)
	* tests/include/includes.cfa (modified)
	* tests/include/stdincludes.cfa (moved)
	* tests/init1.cfa (modified)
	* tests/labelledExit.cfa (modified)
	* tests/limits.cfa (modified)
	* tests/nested-types.cfa (modified)
	* tests/numericConstants.cfa (modified)
	* tests/quasiKeyword.cfa (modified)
	* tests/switch.cfa (modified)
	* tests/typedefRedef.cfa (modified)
	* tests/variableDeclarator.cfa (modified)
	* tests/warnings/.expect/self-assignment.nast.txt (modified)
	* tests/warnings/self-assignment.cfa (modified)

	second attempt to fix compile-only pragma message that gcc-10/11
	quote


Thu, 13 May 2021 21:49:44 GMT Andrew Beach <ajbeach@…> [aff7e86]
	* libcfa/src/exception.hfa (modified)
	* src/CodeGen/LinkOnce.cc (added)
	* src/CodeGen/LinkOnce.h (added)
	* src/CodeGen/module.mk (modified)
	* src/InitTweak/InitTweak.cc (modified)
	* src/Virtual/Tables.cc (modified)
	* src/main.cc (modified)
	* tests/.expect/linkonce.txt (added)
	* tests/Makefile.am (modified)
	* tests/link-once/main.cfa (added)
	* tests/link-once/partner.cfa (added)

	Added a new attribute 'cfa_linkonce'.


Sat, 27 Mar 2021 20:37:46 GMT Thierry Delisle <tdelisle@…> [3bd5ca7]
	* tests/Makefile.am (modified)

	Fix test makefile for distribution


Mon, 15 Mar 2021 17:00:17 GMT Thierry Delisle <tdelisle@…> [36fbaeca]
	* tests/Makefile.am (modified)
	* tests/include/.expect/includes.nast.txt (modified)
	* tests/include/includes.cfa (modified)

	minor fixes to includes.cfa


Wed, 03 Mar 2021 02:50:11 GMT Peter A. Buhr <pabuhr@…> [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


Tue, 02 Mar 2021 19:00:13 GMT Thierry Delisle <tdelisle@…> [d5006b1]
	* Jenkins/FullBuild (modified)
	* doc/theses/andrew_beach_MMath/implement.tex (modified)
	* libcfa/src/stdhdr/bfdlink.h (deleted)
	* libcfa/src/stdhdr/hwloc.h (deleted)
	* libcfa/src/stdhdr/krb5.h (deleted)
	* src/main.cc (modified)
	* tests/.expect/Includes.nast.txt (added)
	* tests/.expect/io.nast.txt (added)
	* tests/.expect/io1.oast.txt (moved)
	* tests/.expect/io2.oast.txt (moved)
	* tests/.expect/math.nast.arm64.txt (added)
	* tests/.expect/math.nast.x64.txt (added)
	* tests/.expect/math.nast.x86.txt (added)
	* tests/.expect/math1.oast.arm64.txt (moved)
	* tests/.expect/math1.oast.x64.txt (moved)
	* tests/.expect/math1.oast.x86.txt (moved)
	* tests/.expect/math2.oast.arm64.txt (moved)
	* tests/.expect/math2.oast.x64.txt (moved)
	* tests/.expect/math2.oast.x86.txt (moved)
	* tests/.expect/math3.oast.arm64.txt (moved)
	* tests/.expect/math3.oast.x64.txt (moved)
	* tests/.expect/math3.oast.x86.txt (moved)
	* tests/.expect/math4.oast.arm64.txt (moved)
	* tests/.expect/math4.oast.x64.txt (moved)
	* tests/.expect/math4.oast.x86.txt (moved)
	* tests/.expect/mathX.nast.arm64.txt (added)
	* tests/.expect/mathX.nast.x64.txt (added)
	* tests/.expect/mathX.nast.x86.txt (added)
	* tests/.expect/quasiKeyword.txt (added)
	* tests/Includes.cfa (added)
	* tests/Makefile.am (modified)
	* tests/io.cfa (added)
	* tests/io1.cfa (modified)
	* tests/math.cfa (added)
	* tests/mathX.cfa (added)
	* tests/quasiKeyword.cfa (added)
	* tests/zombies/includes.c (deleted)

	Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc


Mon, 22 Feb 2021 01:50:30 GMT Peter A. Buhr <pabuhr@…> [097d3e1]
	* tests/.expect/Includes.nast.txt (added)
	* tests/Includes.cfa (added)
	* tests/Makefile.am (modified)
	* tests/zombies/includes.c (deleted)

	add test for list of /usr/include files


Sun, 21 Feb 2021 21:32:07 GMT Peter A. Buhr <pabuhr@…> [07c77ce]
	* tests/.expect/quasiKeyword.txt (added)
	* tests/Makefile.am (modified)
	* tests/quasiKeyword.cfa (added)

	add test for quasi-keywords


Fri, 19 Feb 2021 01:59:58 GMT Thierry Delisle <tdelisle@…> [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.


Wed, 06 Jan 2021 20:57:39 GMT Thierry Delisle <tdelisle@…> [0783909]
	* tests/Makefile.am (modified)

	Fix error in clean recipe spuriously failing


Wed, 09 Dec 2020 20:01:28 GMT Thierry Delisle <tdelisle@…> [2a59655]
	* Makefile.am (modified)
	* driver/Makefile.am (modified)
	* libcfa/prelude/Makefile.am (modified)
	* libcfa/src/Makefile.am (modified)
	* tests/Makefile.am (modified)

	make distcheck FINALLY passes


Tue, 08 Dec 2020 20:27:36 GMT Thierry Delisle <tdelisle@…> [3359802]
	* tests/Makefile.am (modified)

	Added missing test data to distributed files


Tue, 08 Dec 2020 17:58:31 GMT Thierry Delisle <tdelisle@…> [a778e8e]
	* tests/Makefile.am (modified)

	Added missing tests to distribute


Tue, 08 Dec 2020 16:03:42 GMT Thierry Delisle <tdelisle@…> [a468e1e9]
	* tests/Makefile.am (modified)
	* tests/pybin/tools.py (modified)
	* tests/test.py (modified)

	Test script now supports --list-dist which list all the files needed ...


Mon, 07 Dec 2020 17:57:06 GMT Thierry Delisle <tdelisle@…> [08ce416]
	* Makefile.am (modified)
	* configure.ac (modified)
	* libcfa/configure.ac (modified)
	* libcfa/src/Makefile.am (modified)
	* src/AST/module.mk (modified)
	* tests/Makefile.am (modified)

	Changed configure to use new-ast by default.
	Ast options no longer ...


Fri, 30 Oct 2020 17:39:11 GMT Thierry Delisle <tdelisle@…> [51e7583]
	* tests/Makefile.am (modified)

	Test makefile now calls CFA with the proper ast based on flags


Sat, 10 Oct 2020 03:22:58 GMT Peter A. Buhr <pabuhr@…> [ee858bf]
	* tests/.expect/init1-ERROR.txt (added)
	* tests/.expect/init1.txt (modified)
	* tests/Makefile.am (modified)
	* tests/init1.cfa (modified)

	add 0p test for function pointers, and seperate valid from error
	output


Mon, 28 Sep 2020 19:18:30 GMT Thierry Delisle <tdelisle@…> [40c81e5]
	* tests/Makefile.am (modified)

	More formatting


Mon, 28 Sep 2020 19:03:53 GMT Thierry Delisle <tdelisle@…> [e6cfb4e2]
	* tests/Makefile.am (modified)
	* tests/test.py (modified)

	synteax only tests now cp error log into target file.
	Small ...


Mon, 28 Sep 2020 18:12:12 GMT Thierry Delisle <tdelisle@…> [8a71d8e]
	* tests/Makefile.am (modified)

	changed LC_ALL to C which seems to be common for scripts


Mon, 28 Sep 2020 18:02:23 GMT Thierry Delisle <tdelisle@…> [0a19c51]
	* tests/.expect/array.txt (modified)
	* tests/.expect/forall.txt (modified)
	* tests/.expect/identFuncDeclarator.txt (modified)
	* tests/.expect/labelledExit.txt (modified)
	* tests/.expect/limits.txt (modified)
	* tests/.expect/nested-types.txt (modified)
	* tests/.expect/numericConstants.txt (modified)
	* tests/.expect/stdincludes.txt (modified)
	* tests/.expect/switch.txt (modified)
	* tests/.expect/variableDeclarator.txt (modified)
	* tests/Makefile.am (modified)
	* tests/warnings/.expect/self-assignment.txt (modified)

	Tests now compile with LC_ALL=en_US.ascii, to attempt to remove non- ...


Mon, 28 Sep 2020 02:00:39 GMT Peter A. Buhr <pabuhr@…> [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, 22 Sep 2020 15:04:52 GMT Thierry Delisle <tdelisle@…> [fe94e708]
	* tests/Makefile.am (modified)

	Added missing quiet flag


Fri, 18 Sep 2020 17:25:00 GMT Thierry Delisle <tdelisle@…> [a951171]
	* Jenkinsfile (modified)
	* src/Common/Stats/ResolveTime.cc (added)
	* src/Common/Stats/ResolveTime.h (added)
	* src/Common/Stats/Stats.cc (modified)
	* src/Common/module.mk (modified)
	* src/ResolvExpr/Resolver.cc (modified)
	* tests/Makefile.am (modified)
	* tests/linking/.expect/linkerror.txt (modified)

	Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc


Fri, 18 Sep 2020 17:24:16 GMT Thierry Delisle <tdelisle@…> [673eb7a]
	* tests/Makefile.am (modified)

	Tentative fix for meta test linkerror which would have different ...


Thu, 17 Sep 2020 17:04:58 GMT Thierry Delisle <tdelisle@…> [468c5aa]
	* tests/Makefile.am (modified)
	* tests/linking/.expect/linkerror.txt (modified)

	Change tests to not print cfa version in linker error output


Wed, 16 Sep 2020 16:38:37 GMT Thierry Delisle <tdelisle@…> [2aa25cc2]
	* tests/Makefile.am (modified)

	Tentative fix for expression


Tue, 15 Sep 2020 19:00:48 GMT Thierry Delisle <tdelisle@…> [87fc1b4]
	* tests/Makefile.am (modified)
	* tests/linking/.expect/linkerror.txt (added)
	* tests/linking/linkerror.cfa (added)

	Fix test suite problem where linking errors weren't printed


Tue, 25 Aug 2020 20:01:33 GMT Thierry Delisle <tdelisle@…> [b7fe2e6]
	* Makefile.am (modified)
	* libcfa/Makefile.am (modified)
	* libcfa/configure.ac (modified)
	* libcfa/prelude/Makefile.am (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/concurrency/asyncio.hfa (deleted)
	* src/Makefile.am (modified)
	* tests/Makefile.am (modified)
	* tools/Makefile.am (modified)
	* tools/prettyprinter/Makefile.am (modified)

	Distribution now correctly handles libcfa but requires handcrafted ...


Fri, 14 Aug 2020 17:29:03 GMT Andrew Beach <ajbeach@…> [5715d43]
	* libcfa/src/concurrency/coroutine.cfa (modified)
	* libcfa/src/concurrency/invoke.c (modified)
	* libcfa/src/concurrency/invoke.h (modified)
	* libcfa/src/exception.c (modified)
	* tests/Makefile.am (modified)
	* tests/exceptions/.expect/conditional-threads.txt (added)
	* tests/exceptions/.expect/defaults-threads.txt (added)
	* tests/exceptions/.expect/finally-threads.txt (added)
	* tests/exceptions/.expect/resume-threads.txt (added)
	* tests/exceptions/.expect/terminate-threads.txt (added)
	* tests/exceptions/terminate.cfa (modified)
	* tests/exceptions/with-threads.hfa (added)
	* tests/linking/.expect/exception-nothreads.txt (added)
	* tests/linking/.expect/exception-withthreads.txt (added)
	* tests/linking/exception-nothreads.cfa (added)
	* tests/linking/exception-withthreads.cfa (added)
	* tests/linking/withthreads.cfa (modified)

	Exceptions now get their context differently with libcfathread. Added ...


Mon, 10 Aug 2020 19:13:23 GMT Thierry Delisle <tdelisle@…> [bcadb26]
	* benchmark/Makefile.am (modified)
	* configure.ac (modified)
	* libcfa/configure.ac (modified)
	* libcfa/prelude/defines.hfa.in (modified)
	* libcfa/src/Makefile.am (modified)
	* longrun_tests/Makefile.am (modified)
	* tests/Makefile.am (modified)

	clean-up in makefiles and regenerated defines.hfa.in


Mon, 10 Aug 2020 18:05:28 GMT Thierry Delisle <tdelisle@…> [0c30ecc]
	* Makefile.in (modified)
	* benchmark/Makefile.am (modified)
	* benchmark/Makefile.in (modified)
	* configure (modified)
	* configure.ac (modified)
	* driver/Makefile.in (modified)
	* libcfa/configure.ac (modified)
	* libcfa/src/Makefile.am (modified)
	* longrun_tests/Makefile.am (modified)
	* longrun_tests/Makefile.in (modified)
	* src/Makefile.in (modified)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tools/Makefile.in (modified)
	* tools/build/cfa.m4 (moved)
	* tools/build/cfa.make (moved)
	* tools/prettyprinter/Makefile.in (modified)

	Move cfa.m4 and cfa.make to tools/build


Thu, 06 Aug 2020 19:32:06 GMT Thierry Delisle <tdelisle@…> [74cfe054]
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)

	Change default include for tests to no longer have the top build_dir


Thu, 16 Apr 2020 17:25:53 GMT Thierry Delisle <tdelisle@…> [7215000]
	* src/CompilationState.cc (modified)
	* src/CompilationState.h (modified)
	* src/ResolvExpr/TypeEnvironment.cc (modified)
	* src/main.cc (modified)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tests/errors/.expect/completeType.txt (modified)

	Added flag to disable non-deteministic parts of the output when
	testing


Tue, 03 Dec 2019 23:36:44 GMT Thierry Delisle <tdelisle@…> [ee0bfa9]
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)

	Fixed testing of cross compiled cfa using distcc


Wed, 06 Nov 2019 22:16:32 GMT Thierry Delisle <tdelisle@…> [e8bada5a]
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)

	Fix error when trying to run tests using DISTCC


Fri, 20 Sep 2019 13:21:51 GMT Thierry Delisle <tdelisle@…> [158b026]
	* Makefile.in (modified)
	* benchmark/Makefile.in (modified)
	* configure (modified)
	* configure.ac (modified)
	* driver/Makefile.in (modified)
	* driver/cfa.cc (modified)
	* libcfa/Makefile.in (modified)
	* libcfa/configure (modified)
	* libcfa/configure.ac (modified)
	* libcfa/prelude/Makefile.in (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)
	* longrun_tests/Makefile.in (modified)
	* src/Makefile.in (modified)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tests/pybin/settings.py (modified)
	* tools/Makefile.in (modified)
	* tools/prettyprinter/Makefile.in (modified)

	Remove flags -in-tree and -disttree, now using paths and ...


Fri, 13 Sep 2019 18:04:11 GMT Thierry Delisle <tdelisle@…> [34e1494]
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tests/pybin/tools.py (modified)

	Clean up test make file and add autodetection of number of hosts by ...


Thu, 12 Sep 2019 19:59:44 GMT Thierry Delisle <tdelisle@…> [15f9c8e]
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)

	Some clean up and comments


Thu, 12 Sep 2019 19:56:27 GMT Thierry Delisle <tdelisle@…> [7009b9b]
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)

	Fixed compilation of tests that don't produce an executable


Thu, 15 Aug 2019 14:31:53 GMT Thierry Delisle <tdelisle@…> [5c4a473]
	* Jenkins/FullBuild (modified)
	* Jenkinsfile (modified)
	* libcfa/src/Makefile.am (modified)
	* libcfa/src/Makefile.in (modified)
	* src/ResolvExpr/AlternativeFinder.cc (modified)
	* src/ResolvExpr/CastCost.cc (modified)
	* src/ResolvExpr/ConversionCost.cc (modified)
	* src/ResolvExpr/ConversionCost.h (modified)
	* src/ResolvExpr/ResolveAssertions.cc (modified)
	* src/ResolvExpr/typeops.h (modified)
	* src/SynTree/ApplicationExpr.cc (modified)
	* src/SynTree/CommaExpr.cc (modified)
	* src/SynTree/Expression.cc (modified)
	* src/SynTree/Expression.h (modified)
	* src/SynTree/TupleExpr.cc (modified)
	* src/main.cc (modified)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tests/pybin/settings.py (modified)
	* tests/pybin/tools.py (modified)
	* tests/test.py (modified)

	Merge branch 'master' into distcc