# # ChangeLog for tests # # Generated by Trac 1.2.1 # Mar 30, 2025, 7:43:00 PM Wed, 19 Mar 2025 17:34:12 GMT kyoung <lseo@…> [e1358c0] * libcfa/src/concurrency/select.cfa (modified) * libcfa/src/concurrency/select.hfa (modified) * tests/concurrency/waituntil/all_types.cfa (modified) * tests/concurrency/waituntil/timeout.cfa (modified) create waituntil timeout node as literal via macro as a workaround ... Mon, 17 Mar 2025 16:19:44 GMT Andrew Beach <ajbeach@…> [71624f8] * tests/include/includes.cfa (modified) Copied Peter's include/includes fix for another header that does not ... Fri, 14 Mar 2025 20:22:42 GMT Peter A. Buhr <pabuhr@…> [8c2723f] * libcfa/src/collections/string.cfa (modified) * libcfa/src/collections/string.hfa (modified) * libcfa/src/collections/string_res.cfa (modified) * libcfa/src/collections/string_res.hfa (modified) * tests/collections/string-overwrite.cfa (modified) * tests/zombies/string-perf/prog-normalize.cfa (modified) change name shareEdit to share Fri, 14 Mar 2025 07:44:30 GMT Peter A. Buhr <pabuhr@…> [6f9f338] * doc/theses/mike_brooks_MMath/background.tex (modified) * doc/theses/mike_brooks_MMath/string.tex (modified) * libcfa/prelude/prelude-gen.cc (modified) * libcfa/prelude/prototypes.awk (modified) * src/BasicTypes-gen.cpp (modified) * src/Common/Iterate.hpp (modified) * src/GenPoly/InstantiateGeneric.cpp (modified) * src/Parser/parser.yy (modified) * tests/.expect/poly-self-cycle.txt (added) * tests/include/includes.cfa (modified) * tests/poly-self-cycle.cfa (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 14 Mar 2025 07:44:18 GMT Peter A. Buhr <pabuhr@…> [6cb3e5d] * tests/concurrency/unified_locking/locks.cfa (modified) formatting. reduce experiment duration Thu, 13 Mar 2025 15:58:39 GMT Peter A. Buhr <pabuhr@…> [8b639f9] * tests/include/includes.cfa (modified) make including gawkapi.h conditional on its existence Wed, 12 Mar 2025 19:48:40 GMT Andrew Beach <ajbeach@…> [594671a] * src/GenPoly/InstantiateGeneric.cpp (modified) * tests/.expect/poly-self-cycle.txt (added) * tests/poly-self-cycle.cfa (added) Erase dtype types when they are encountered. Waiting to a use means ... Tue, 11 Mar 2025 00:42:42 GMT Peter A. Buhr <pabuhr@…> [0603700] * tests/include/includes.cfa (modified) uncomment include files for the C include-file test, as errors have ... Mon, 03 Mar 2025 03:32:37 GMT Peter A. Buhr <pabuhr@…> [8de86b3] * tests/.expect/attributes.x86.txt (modified) update x86 expect file for attribute test Mon, 03 Mar 2025 02:00:18 GMT Peter A. Buhr <pabuhr@…> [2a90639] * tests/meta/dumpable.cfa (modified) small updates to dumpable.cfa Sun, 02 Mar 2025 19:58:57 GMT kyoung <lseo@…> [3483185] * libcfa/src/Exception.hfa (modified) * libcfa/src/concurrency/future.hfa (modified) * tests/concurrency/futures/.expect/future_except.txt (added) * tests/concurrency/futures/future_except.cfa (added) Make it possible to fulfil a future by loading an exception like ucpp Thu, 27 Feb 2025 20:17:20 GMT Andrew Beach <ajbeach@…> [b8b64c34] * tests/Makefile.am (modified) * tests/io/comp_basic.cfa (modified) * tests/io/comp_fair.cfa (modified) * tests/io/manipulatorsInput-uchunk.cfa (modified) * tests/io/manipulatorsInput.cfa (modified) * tests/io/many_read.cfa (modified) * tests/raii/ctor-autogen.cfa (modified) * tests/raii/dtor-early-exit.cfa (modified) * tests/raii/init_once.cfa (modified) That should be the rest of the warnings generated from the tests ... Fri, 21 Feb 2025 20:16:04 GMT Andrew Beach <ajbeach@…> [4be0117] * tests/Makefile.am (modified) * tests/exceptions/cardgame.cfa (modified) * tests/exceptions/defaults.cfa (modified) * tests/exceptions/try-leave-catch.cfa (modified) Cleaned the warnings from exceptions tests. Mostly explicit ... Fri, 21 Feb 2025 16:45:00 GMT Andrew Beach <ajbeach@…> [8705a11] * tests/enum.cfa (modified) * tests/enum_tests/.expect/lvalue.txt (added) * tests/enum_tests/lvalue.cfa (added) Added a test to check enumerations based on trac#46, which has been ... Tue, 18 Feb 2025 17:54:23 GMT Andrew Beach <ajbeach@…> [d923fca] * libcfa/src/concurrency/future.hfa (modified) * src/Concurrency/Waituntil.cpp (modified) * tests/Makefile.am (modified) * tests/concurrency/actors/executor.cfa (modified) * tests/concurrency/actors/matrixMultiply.cfa (modified) * tests/concurrency/channels/churn.cfa (modified) * tests/concurrency/channels/contend.cfa (modified) * tests/concurrency/channels/daisy_chain.cfa (modified) * tests/concurrency/channels/hot_potato.cfa (modified) * tests/concurrency/channels/pub_sub.cfa (modified) * tests/concurrency/lockfree_stack.cfa (modified) * tests/concurrency/pthread/pthread_attr_test.cfa (modified) * tests/concurrency/pthread/pthread_demo_create_join.cfa (modified) * tests/concurrency/pthread/pthread_key_test.cfa (modified) * tests/concurrency/waituntil/all_types.cfa (modified) * tests/concurrency/waituntil/channel_close.cfa (modified) * tests/concurrency/waituntil/channels.cfa (modified) * tests/concurrency/waituntil/futures.cfa (modified) * tests/concurrency/waituntil/locks.cfa (modified) * tests/concurrency/waituntil/repeat_close.cfa (modified) Clean-up the warnings of the concurrency tests. A lot of little test ... Sun, 16 Feb 2025 13:37:55 GMT Peter A. Buhr <pabuhr@…> [3e5fea2] * tests/.expect/extension.x86.txt (modified) update x86 expect file after fixing 32-bit builtin-type definitions Tue, 11 Feb 2025 16:24:07 GMT Andrew Beach <ajbeach@…> [17fa94f] * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Util.cpp (modified) * src/AST/Util.hpp (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * src/main.cpp (modified) * tests/.expect/alloc-ERROR.arm64.txt (modified) * tests/.expect/alloc-ERROR.x64.txt (modified) * tests/.expect/alloc-ERROR.x86.txt (modified) Reworked some nodes so they can be typed or untyped. This allowed me ... Fri, 07 Feb 2025 20:07:22 GMT Michael Brooks <mlbrooks@…> [16d7535] * tests/collections/vector-demo.cfa (modified) Fix vector-demo warnings on x86 (was blocked from last full build by ... Thu, 06 Feb 2025 22:47:23 GMT Peter A. Buhr <pabuhr@…> [eca364f7] * tests/.expect/attributes.arm64.txt (modified) update .expect file for attribute test on ARM Thu, 06 Feb 2025 20:42:32 GMT Peter A. Buhr <pabuhr@…> [cd28605] * src/Parser/StatementNode.cpp (modified) * src/Parser/StatementNode.hpp (modified) * src/Parser/parser.yy (modified) * tests/.expect/attributes.x64.txt (modified) * tests/attributes.cfa (modified) first attempt at generalizing attributes to statements Thu, 06 Feb 2025 19:50:36 GMT Michael Brooks <mlbrooks@…> [a8e2215] * libcfa/src/collections/vector2.hfa (modified) * tests/Makefile.am (modified) * tests/collections/vector-demo.cfa (modified) Tidy vector-iterator POC and remedy its warnings Wed, 05 Feb 2025 22:08:06 GMT Andrew Beach <ajbeach@…> [301e9f7] * tests/Makefile.am (modified) A bit of clean-up in the Makefile on some new rules. Wed, 05 Feb 2025 18:45:29 GMT Michael Brooks <mlbrooks@…> [d3d54b3] * src/AST/Expr.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/Util.cpp (modified) * src/AST/Util.hpp (modified) * src/main.cpp (modified) * tests/.expect/alloc-ERROR.arm64.txt (moved) * tests/.expect/alloc-ERROR.x64.txt (added) * tests/.expect/alloc-ERROR.x86.txt (added) * tests/.expect/extension.x86.txt (modified) * tests/array-collections/.expect/dimexpr-match-c-ERRS.x86.txt (modified) * tests/nowarn/.expect/printf-sizeof.txt (modified) * tests/nowarn/printf-sizeof.cfa (modified) Eliminate warnings due to sizeof returning type inconsistent with ... Wed, 05 Feb 2025 18:04:09 GMT Michael Brooks <mlbrooks@…> [92aeae1] * tests/Makefile.am (modified) Correct spelling mistake in variables Wed, 05 Feb 2025 18:00:57 GMT Michael Brooks <mlbrooks@…> [090b076] * tests/array-collections/dimexpr-match-detail.sh (modified) * tests/array-collections/dimexpr-match.hfa (modified) Expand and update comments re testing instrucions Mon, 03 Feb 2025 19:22:16 GMT Andrew Beach <ajbeach@…> [dfe8f78] * tests/bugs/238.cfa (added) * tests/bugs/50.cfa (added) Getting the reproduction of every trac ticket in the repository looks ... 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 ... Thu, 30 Jan 2025 15:50:41 GMT Andrew Beach <ajbeach@…> [a465d751] * tests/.expect/designations.txt (modified) * tests/designations.cfa (modified) In the 'designations': Instead of leaving some variables unused, ... Wed, 29 Jan 2025 21:42:31 GMT Andrew Beach <ajbeach@…> [161b98e] * tests/collections/queue.cfa (modified) * tests/collections/sequence.cfa (modified) Cleaned up some errors that did not show up in my local test but ... 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 ... Wed, 29 Jan 2025 03:11:24 GMT Peter A. Buhr <pabuhr@…> [c699602] * libcfa/src/concurrency/future.hfa (modified) * 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) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Wed, 29 Jan 2025 03:10:47 GMT Peter A. Buhr <pabuhr@…> [2e0bb92] * tests/designations.cfa (modified) remove warnings, and change I/O to work with gcc 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 ... Fri, 24 Jan 2025 20:00:27 GMT Peter A. Buhr <pabuhr@…> [1fb0a883] * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Visitor.hpp (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * tests/arithmeticConversions.cfa (modified) * tests/io/.in/eofText.1.txt (deleted) * tests/io/.in/eofText.2.txt (deleted) * tests/io/.in/eofType.bool.1.txt (moved) * tests/io/.in/eofType.bool.2.txt (moved) * tests/io/.in/eofType.char.1.txt (moved) * tests/io/.in/eofType.char.2.txt (moved) * tests/io/.in/eofType.complex.1.txt (moved) * tests/io/.in/eofType.complex.2.txt (moved) * tests/io/.in/eofType.double.1.txt (moved) * tests/io/.in/eofType.double.2.txt (moved) * tests/io/.in/eofType.int.1.txt (moved) * tests/io/.in/eofType.int.2.txt (moved) * tests/io/eofType.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 24 Jan 2025 19:53:53 GMT Peter A. Buhr <pabuhr@…> [1cc5c6a] * src/BasicTypes-gen.cpp (modified) * tests/.expect/arithmeticConversions.arm64.txt (added) update C arithmetic conversions and add ARM conversion testing Thu, 23 Jan 2025 19:42:49 GMT Peter A. Buhr <pabuhr@…> [9e72bae3] * src/AST/Expr.cpp (modified) * src/AST/Expr.hpp (modified) * src/AST/Fwd.hpp (modified) * src/AST/Pass.hpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Visitor.hpp (modified) * src/Common/CodeLocationTools.cpp (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * tests/array-collections/boxed.bookend.cfa (modified) * tests/malloc.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 23 Jan 2025 19:37:33 GMT Peter A. Buhr <pabuhr@…> [a750c71b] * tests/io/.in/eofText.1.txt (deleted) * tests/io/.in/eofText.2.txt (deleted) * tests/io/.in/eofType.bool.1.txt (moved) * tests/io/.in/eofType.bool.2.txt (moved) * tests/io/.in/eofType.char.1.txt (moved) * tests/io/.in/eofType.char.2.txt (moved) * tests/io/.in/eofType.complex.1.txt (moved) * tests/io/.in/eofType.complex.2.txt (moved) * tests/io/.in/eofType.double.1.txt (moved) * tests/io/.in/eofType.double.2.txt (moved) * tests/io/.in/eofType.int.1.txt (moved) * tests/io/.in/eofType.int.2.txt (moved) * tests/io/eofType.cfa (modified) update input file names for eofType test Wed, 22 Jan 2025 18:15:59 GMT Michael Brooks <mlbrooks@…> [829821c] * tests/array-collections/boxed.bookend.cfa (modified) * tests/malloc.cfa (modified) Fix test suite to run with no warnings on gcc 12, 13, 14 Wed, 22 Jan 2025 13:47:17 GMT Peter A. Buhr <pabuhr@…> [a9e327a] * tests/io/eofType.cfa (modified) formatting Wed, 22 Jan 2025 13:34:43 GMT Peter A. Buhr <pabuhr@…> [e051c8e] * tests/io/eofType.cfa (modified) remove spurious include file Wed, 22 Jan 2025 13:23:29 GMT Peter A. Buhr <pabuhr@…> [5db17077] * tests/io/.expect/eofType.txt (added) * tests/io/.in/eofBool.1.txt (added) * tests/io/.in/eofBool.2.txt (added) * tests/io/.in/eofChar.1.txt (added) * tests/io/.in/eofChar.2.txt (added) * tests/io/.in/eofComplex.1.txt (added) * tests/io/.in/eofComplex.2.txt (added) * tests/io/.in/eofDouble.1.txt (added) * tests/io/.in/eofDouble.2.txt (added) * tests/io/.in/eofInt.1.txt (added) * tests/io/.in/eofInt.2.txt (added) * tests/io/.in/eofText.1.txt (added) * tests/io/.in/eofText.2.txt (added) * tests/io/eofType.cfa (added) test for end-of-file with and without a terminating newline across ... Fri, 17 Jan 2025 20:46:34 GMT Peter A. Buhr <pabuhr@…> [d96f7c4] * doc/LaTeXmacros/lstlang.sty (modified) * doc/papers/OOPSLA17/generic_types.tex (modified) * doc/papers/concurrency/Paper.tex (modified) * doc/papers/general/Paper.tex (modified) * doc/papers/llheap/Paper.tex (modified) * doc/refrat/keywords.tex (modified) * doc/refrat/refrat.tex (modified) * doc/theses/aaron_moss_PhD/phd/cfa-macros.tex (modified) * doc/theses/andrew_beach_MMath/cfalab.sty (modified) * doc/theses/andrew_beach_MMath/features.tex (modified) * doc/uC++toCFA/uC++toCFA.tex (modified) * doc/user/user.tex (modified) * src/AST/Stmt.hpp (modified) * src/CodeGen/CodeGenerator.cpp (modified) * src/Parser/lex.ll (modified) * src/Parser/parser.yy (modified) * tests/concurrency/actors/dynamic.cfa (modified) * tests/concurrency/actors/executor.cfa (modified) * tests/concurrency/actors/matrixMultiply.cfa (modified) * tests/concurrency/actors/static.cfa (modified) * tests/concurrency/channels/barrier.cfa (modified) * tests/concurrency/channels/churn.cfa (modified) * tests/concurrency/channels/contend.cfa (modified) * tests/concurrency/channels/daisy_chain.cfa (modified) * tests/concurrency/channels/hot_potato.cfa (modified) * tests/concurrency/channels/pub_sub.cfa (modified) * tests/ctrl-flow/fallthrough.cfa (modified) * tests/ctrl-flow/labelledExit.cfa (modified) * tests/exceptions/try-ctrl-flow.cfa (modified) * tests/quotedKeyword.cfa (modified) * tests/switch.cfa (modified) * tools/cforall.el (modified) expunge fallthru keyword and replace its usages with fallthrough Thu, 16 Jan 2025 18:49:27 GMT Peter A. Buhr <pabuhr@…> [9c65169] * tests/concurrency/waitfor/lexical_priority.cfa (modified) reduce yields in test but still get deterministic results Thu, 16 Jan 2025 18:27:27 GMT kyoung <lseo@…> [f6f7b52] * libcfa/src/concurrency/monitor.cfa (modified) * src/Parser/StatementNode.cpp (modified) * tests/concurrency/waitfor/.expect/lexical_priority.txt (added) * tests/concurrency/waitfor/lexical_priority.cfa (added) fixed a parser bug to generate correct ast for waitfor. added a ... 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. Mon, 13 Jan 2025 17:10:54 GMT Peter A. Buhr <pabuhr@…> [86cccd5] * tests/.expect/arithmeticConversions.x64.txt (added) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Mon, 13 Jan 2025 17:10:45 GMT Peter A. Buhr <pabuhr@…> [a595ab7] * tests/arithmeticConversions.cfa (modified) update arithmeticConversions test to work on ARM Mon, 13 Jan 2025 03:34:39 GMT Peter A. Buhr <pabuhr@…> [5a79dae3] * tests/.expect/arithmeticConversions.x64.txt (added) expected output for arithmeticConversions test on x64 Mon, 13 Jan 2025 03:24:27 GMT Peter A. Buhr <pabuhr@…> [445b281] * tests/.expect/arithmeticConversions.x86.txt (moved) * tests/arithmeticConversions.cfa (moved) rename test ArithmeticConversions to arithmeticConversions Mon, 13 Jan 2025 02:13:06 GMT Peter A. Buhr <pabuhr@…> [b0708ea] * tests/.expect/ArithmeticConversions.x86.txt (added) * tests/ArithmeticConversions.cfa (added) add test for gcc arithmetic conversions Thu, 09 Jan 2025 16:44:59 GMT Andrew Beach <ajbeach@…> [5a894e12] * tests/exceptions/message.cfa (modified) Added more custom constructors into the new exceptions test to avoid ... 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 21:31:21 GMT Andrew Beach <ajbeach@…> [190a833] * src/ControlStruct/ExceptDecl.cpp (modified) * tests/exceptions/.expect/message.txt (added) * tests/exceptions/message.cfa (added) Returning to exceptions after a long time and added the ability to ... 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 ... Mon, 06 Jan 2025 23:10:23 GMT Michael Brooks <Michael Brooks> [70670e7] * tests/array-collections/.expect/dimexpr-match-c-ERRS.arm64.txt (modified) Try to fix full build by regenerating botched .arm64.expect file on ... Mon, 06 Jan 2025 17:54:32 GMT Andrew Beach <ajbeach@…> [66e7cc1] * tests/.expect/castReturn.txt (added) * tests/.expect/const-ref.txt (added) * tests/castReturn.cfa (added) * tests/const-ref.cfa (added) Added some tests for recent changes to the resolver. Mon, 06 Jan 2025 17:34:42 GMT Michael Brooks <mlbrooks@…> [58eb9250] * src/GenPoly/Box.cpp (modified) * tests/.expect/functions.x86.txt (modified) * tests/nowarn/.expect/printf-sizeof.txt (added) * tests/nowarn/printf-sizeof.cfa (added) * tests/nowarn/zero-thunk.cfa (modified) Partly fix #269 and try to fix nightly build. Switch to correct type ... 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:23:11 GMT Michael Brooks <mlbrooks@…> [2a32118] * tests/.expect/array-ERR1.txt (modified) * tests/.expect/array-ERR2.txt (modified) * tests/.expect/array-ERR3.txt (modified) * tests/array.cfa (modified) Fix a warning missed in 2853d6fb0. 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 05:21:36 GMT Michael Brooks <mlbrooks@…> [28c2c9d5] * tests/array-collections/array-raii.hfa (modified) Try to fix full build by suppressing known warning's -W code under ... 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 21:21:57 GMT Peter A. Buhr <pabuhr@…> [50cad32] * tests/.expect/attributes.x64.txt (modified) update architecture expect file for x64 Fri, 20 Dec 2024 21:19:19 GMT Peter A. Buhr <pabuhr@…> [d1566d4] * tests/.expect/attributes.x86.txt (modified) update architecture expect file for x86 Fri, 20 Dec 2024 21:16:45 GMT Peter A. Buhr <pabuhr@…> [9dc05782] * tests/.expect/attributes.arm64.txt (modified) update architecture expect file for ARM Fri, 20 Dec 2024 20:35:35 GMT Peter A. Buhr <pabuhr@…> [d9f6d80] * benchmark/Makefile.am (modified) * doc/proposals/nowarn.md (modified) * libcfa/src/bits/stack.hfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * src/Virtual/Tables.cpp (modified) * tests/Makefile.am (modified) * tests/collections/string-api-coverage.cfa (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/except-io.hfa (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) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 20 Dec 2024 20:35:25 GMT Peter A. Buhr <pabuhr@…> [77148b0] * tests/attributes.cfa (modified) fix build problem by fixing unsupported C23 attribute in test Fri, 20 Dec 2024 20:11:10 GMT Andrew Beach <ajbeach@…> [5251c6b] * libcfa/src/bits/stack.hfa (modified) * libcfa/src/concurrency/coroutine.cfa (modified) * tests/exceptions/except-io.hfa (modified) Changed some inline declarations to static or static inline (which ... Fri, 20 Dec 2024 19:31:09 GMT Michael Brooks <mlbrooks@…> [b12b1ba] * tests/collections/string-api-coverage.cfa (modified) Add completion of work in progress mistakenly included in 584612d. ... 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, 18 Dec 2024 15:33:40 GMT Andrew Beach <ajbeach@…> [5780d0d] * libcfa/prelude/builtins.c (modified) * tests/.expect/KRfunctions.arm64.txt (modified) * tests/.expect/KRfunctions.x64.txt (modified) * tests/.expect/KRfunctions.x86.txt (modified) * tests/.expect/declarationSpecifier.arm64.txt (modified) * tests/.expect/declarationSpecifier.x64.txt (modified) * tests/.expect/declarationSpecifier.x86.txt (modified) * tests/.expect/extension.arm64.txt (modified) * tests/.expect/extension.x64.txt (modified) * tests/.expect/extension.x86.txt (modified) * tests/.expect/gccExtensions.arm64.txt (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) * tests/enum_tests/.expect/inc-dec.txt (added) * tests/enum_tests/inc-dec.cfa (added) Removed increment and decrement operators for enumerations from ... Tue, 17 Dec 2024 03:45:55 GMT Peter A. Buhr <pabuhr@…> [4ff7ea3] * tests/.expect/attributes.x86.txt (modified) update expected for attribute test x86 Tue, 17 Dec 2024 03:37:58 GMT Peter A. Buhr <pabuhr@…> [9b55aa3] * tests/.expect/attributes.arm64.txt (modified) update expected for attribute test aarch64 Tue, 17 Dec 2024 02:37:09 GMT Peter A. Buhr <pabuhr@…> [262a864] * doc/proposals/enums.md (modified) * src/CodeGen/OperatorTable.cpp (modified) * src/Validate/ReplaceTypedef.cpp (modified) * tests/.expect/attributes.arm64.txt (modified) * tests/.expect/attributes.x86.txt (modified) merge Tue, 17 Dec 2024 02:31:40 GMT Peter A. Buhr <pabuhr@…> [9a01745] * tests/.expect/attributes.x64.txt (modified) * tests/attributes.cfa (modified) add another attribute test Mon, 16 Dec 2024 04:24:00 GMT Peter A. Buhr <pabuhr@…> [50e04cc] * tests/.expect/attributes.arm64.txt (modified) update expected output of atribute test for arm64 Mon, 16 Dec 2024 03:42:56 GMT Peter A. Buhr <pabuhr@…> [d344a63] * tests/.expect/attributes.x86.txt (modified) update expected output of atribute test for x86 Mon, 16 Dec 2024 03:14:13 GMT Peter A. Buhr <pabuhr@…> [0497b6ba] * tests/.expect/attr-priority.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/attributes.cfa (modified) * tests/warnings/.expect/self-assignment.txt (modified) update tests for attribute and semantic warnings Fri, 13 Dec 2024 22:30:11 GMT Michael Brooks <mlbrooks@…> [d30c229] * tests/nowarn/.expect/string.txt (added) * tests/nowarn/string.cfa (added) Add test for milestone: String is warning-free Fri, 13 Dec 2024 22:29:12 GMT Michael Brooks <mlbrooks@…> [96ef156] * libcfa/src/bits/debug.hfa (modified) * libcfa/src/iostream.hfa (modified) * tests/nowarn/.expect/fstream.txt (added) * tests/nowarn/fstream.cfa (added) Fix IO stream to be warning-free. Fri, 13 Dec 2024 22:05:32 GMT Michael Brooks <mlbrooks@…> [fb0f04d] * src/ControlStruct/ExceptDecl.cpp (modified) * tests/nowarn/.expect/exception.txt (added) * tests/nowarn/exception.cfa (added) Fix exceptions to be warning-free. Fri, 13 Dec 2024 20:43:30 GMT Michael Brooks <mlbrooks@…> [9b01ed1] * tests/nowarn/.expect/socket.txt (deleted) * tests/nowarn/socket.cfa (deleted) End the meta-test of warning detection. Reverse 135197188ba. This ... Fri, 13 Dec 2024 18:07:59 GMT Michael Brooks <mlbrooks@…> [13519718] * tests/nowarn/.expect/socket.txt (added) * tests/nowarn/socket.cfa (added) Begin an exploratory meta-test of warning detection. This change ... Thu, 12 Dec 2024 21:45:14 GMT Michael Brooks <mlbrooks@…> [8ee211d] * libcfa/src/collections/array.hfa (modified) * libcfa/src/collections/list.hfa (modified) * tests/nowarn/.expect/array.txt (added) * tests/nowarn/.expect/list.txt (added) * tests/nowarn/array.cfa (added) * tests/nowarn/list.cfa (added) Make array and list headers free of warnings upon include and as used ... Thu, 12 Dec 2024 21:35:32 GMT Michael Brooks <mlbrooks@…> [35cc6d4] * src/GenPoly/Box.cpp (modified) * src/Validate/Autogen.cpp (modified) * src/Validate/CompoundLiteral.cpp (modified) * src/Validate/ImplementEnumFunc.cpp (modified) * tests/.expect/KRfunctions.arm64.txt (modified) * tests/.expect/KRfunctions.x64.txt (modified) * tests/.expect/KRfunctions.x86.txt (modified) * tests/.expect/attributes.arm64.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/.expect/declarationSpecifier.arm64.txt (modified) * tests/.expect/declarationSpecifier.x64.txt (modified) * tests/.expect/declarationSpecifier.x86.txt (modified) * tests/.expect/extension.arm64.txt (modified) * tests/.expect/extension.x64.txt (modified) * tests/.expect/extension.x86.txt (modified) * tests/.expect/functions.arm64.txt (modified) * tests/.expect/functions.x64.txt (modified) * tests/.expect/functions.x86.txt (modified) * tests/.expect/gccExtensions.arm64.txt (modified) * tests/.expect/gccExtensions.x64.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) * tests/nowarn/.expect/unused.txt (added) * tests/nowarn/unused.cfa (added) Mitigate several unused-declaration warnings in generated code. See ... Thu, 12 Dec 2024 01:05:55 GMT Michael Brooks <mlbrooks@…> [bad15f7] * tests/raii/.expect/partial-ERR1.txt (modified) Take test-expect change missed in last commit. Thu, 12 Dec 2024 00:53:36 GMT Michael Brooks <mlbrooks@…> [36dfdac] * src/AST/Pass.impl.hpp (modified) * tests/raii/.expect/partial.txt (modified) * tests/raii/partial.cfa (modified) Enable partial autogen for types declared inside functions. Done by ... Thu, 12 Dec 2024 00:32:08 GMT Michael Brooks <mlbrooks@…> [5d3d281] * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/concurrency/thread.hfa (modified) * src/Validate/Autogen.cpp (modified) * tests/.expect/KRfunctions.arm64.txt (modified) * tests/.expect/KRfunctions.x64.txt (modified) * tests/.expect/KRfunctions.x86.txt (modified) * tests/.expect/attributes.arm64.txt (modified) * tests/.expect/attributes.x64.txt (modified) * tests/.expect/attributes.x86.txt (modified) * tests/.expect/declarationSpecifier.arm64.txt (modified) * tests/.expect/declarationSpecifier.x64.txt (modified) * tests/.expect/declarationSpecifier.x86.txt (modified) * tests/.expect/extension.arm64.txt (modified) * tests/.expect/extension.x64.txt (modified) * tests/.expect/extension.x86.txt (modified) * tests/.expect/functions.arm64.txt (modified) * tests/.expect/functions.x64.txt (modified) * tests/.expect/functions.x86.txt (modified) Remove autogen forward declarations, which are never needed, and ... 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 ... Tue, 10 Dec 2024 20:07:59 GMT Peter A. Buhr <pabuhr@…> [ec22220] * tests/concurrency/waituntil/channel_close.cfa (modified) formatting