# # ChangeLog for tests/.expect # # Generated by Trac 1.2.1 # Apr 28, 2024, 6:29:03 AM Fri, 04 Dec 2020 17:24:28 GMT Thierry Delisle [8271891] * tests/.expect/attributes.nast.x86.txt (added) * tests/.expect/attributes.oast.x86.txt (moved) Fixed attributes test for x86 new ast Fri, 04 Dec 2020 17:20:07 GMT Thierry Delisle [3534f6a] * tests/.expect/KRfunctions.nast.x86.txt (added) * tests/.expect/KRfunctions.oast.x86.txt (moved) * tests/.expect/functions.nast.x86.txt (added) * tests/.expect/functions.oast.x86.txt (moved) Fixed functions and KRfunctions tests for new ast x86 Fri, 04 Dec 2020 16:39:23 GMT Peter A. Buhr [54f89d5] * Jenkins/Distribute (added) * Jenkins/tools.groovy (added) * Jenkinsfile (modified) * example/io/simple/server.cfa (modified) * libcfa/src/bits/containers.hfa (modified) * libcfa/src/bits/multi_list.cfa (added) * libcfa/src/bits/queue.hfa (modified) * libcfa/src/bits/queue_example.cfa (modified) * libcfa/src/bits/sequence.hfa (modified) * libcfa/src/bits/stack.hfa (modified) * libcfa/src/concurrency/alarm.cfa (modified) * libcfa/src/concurrency/alarm.hfa (modified) * libcfa/src/concurrency/io.cfa (modified) * libcfa/src/concurrency/io/call.cfa.in (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/kernel/fwd.hfa (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/concurrency/thread.cfa (modified) * libcfa/src/interpose.cfa (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/Candidate.cpp (modified) * tests/.expect/castError.nast.txt (modified) * tests/.expect/castError.oast.txt (modified) * tests/errors/.expect/completeType.nast.x64.txt (modified) * tests/meta/.expect/archVast.nast.x64.txt (modified) * tests/meta/.expect/archVast.oast.x64.txt (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Fri, 04 Dec 2020 16:39:05 GMT Peter A. Buhr [ab0257b9] * tests/.expect/manipulatorsOutput2.arm64.txt (modified) update .expect file for test manipulatorsOutput2 on ARM Thu, 03 Dec 2020 18:53:23 GMT Thierry Delisle [62e456f] * example/io/cat.c (moved) * example/io/filereader.c (moved) * example/io/simple/client.c (moved) * example/io/simple/server.c (moved) * example/io/simple/server.cfa (moved) * example/io/simple/server_epoll.c (moved) * tests/.expect/KRfunctions.nast.arm64.txt (added) * tests/.expect/KRfunctions.oast.arm64.txt (moved) * tests/.expect/attributes.nast.arm64.txt (added) * tests/.expect/attributes.oast.arm64.txt (moved) * tests/.expect/functions.nast.arm64.txt (added) * tests/.expect/functions.oast.arm64.txt (moved) * tests/errors/.expect/completeType.nast.arm64.txt (added) * tests/errors/.expect/completeType.oast.arm64.txt (moved) * tests/meta/.expect/archVast.nast.arm64.txt (modified) * tests/meta/.expect/archVast.oast.arm64.txt (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 03 Dec 2020 18:53:17 GMT Thierry Delisle [3233b91] * src/ResolvExpr/AlternativeFinder.cc (modified) * tests/.expect/castError.oast.txt (modified) * tests/meta/.expect/archVast.oast.x64.txt (modified) Fix left erros in old AST Thu, 03 Dec 2020 18:41:11 GMT Thierry Delisle [2595df1] * src/ResolvExpr/AlternativeFinder.cc (modified) * src/ResolvExpr/Candidate.cpp (modified) * tests/.expect/castError.nast.txt (modified) * tests/errors/.expect/completeType.nast.x64.txt (modified) * tests/meta/.expect/archVast.nast.x64.txt (modified) Now using string print to sort alternatives Thu, 03 Dec 2020 17:35:14 GMT Thierry Delisle [fa11053] * tests/.expect/KRfunctions.nast.arm64.txt (added) * tests/.expect/KRfunctions.oast.arm64.txt (moved) * tests/.expect/attributes.nast.arm64.txt (added) * tests/.expect/attributes.oast.arm64.txt (moved) * tests/.expect/functions.nast.arm64.txt (added) * tests/.expect/functions.oast.arm64.txt (moved) Fixed more new ast tests for arm Thu, 03 Dec 2020 17:11:36 GMT Thierry Delisle [63ec5fa] * tests/.expect/castError.nast.txt (added) * tests/.expect/castError.oast.txt (modified) Fixed cast error tests Thu, 03 Dec 2020 15:44:40 GMT Thierry Delisle [cd6a6ff] * src/AST/Print.cpp (modified) * src/AST/Type.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.cpp (modified) * src/ResolvExpr/TypeEnvironment.cc (modified) * src/SynTree/Expression.cc (modified) * src/SynTree/NamedTypeDecl.cc (modified) * src/SynTree/ReferenceToType.cc (modified) * src/SynTree/Type.cc (modified) * src/SynTree/Type.h (modified) * tests/.expect/alloc-ERROR.nast.txt (modified) * tests/.expect/alloc-ERROR.oast.txt (modified) * tests/.expect/init1-ERROR.nast.txt (modified) * tests/.expect/init1-ERROR.oast.txt (modified) * tests/errors/.expect/completeType.nast.x64.txt (modified) * tests/errors/.expect/completeType.oast.x64.txt (modified) * tests/raii/.expect/ctor-autogen-ERR1.nast.txt (modified) * tests/raii/.expect/ctor-autogen-ERR1.oast.txt (modified) * tests/warnings/.expect/self-assignment.nast.txt (modified) * tests/warnings/.expect/self-assignment.oast.txt (modified) Improved coverage of deterministic_output to be much finer grain. Tue, 24 Nov 2020 22:48:06 GMT Michael Brooks [bb87dd0] * src/AST/Expr.hpp (modified) * src/ResolvExpr/CandidateFinder.cpp (modified) * tests/.expect/init1-ERROR.nast.txt (modified) Fixing test init1-ERROR on new ast. Applying equivalent of b81fd95, ... Tue, 24 Nov 2020 20:50:17 GMT Thierry Delisle [914844e] * tests/.expect/attributes.nast.x64.txt (modified) * tests/errors/.expect/completeType.nast.x64.txt (modified) fix attributes and completeType error for new ast (only x64) Tue, 24 Nov 2020 20:43:53 GMT Thierry Delisle [03f944f] * tests/.expect/attributes.nast.x64.txt (moved) * tests/.expect/attributes.oast.x64.txt (added) fixed attributes test for new ast (only x64) Tue, 24 Nov 2020 20:40:52 GMT Thierry Delisle [e4612e3] * tests/.expect/functions.nast.x64.txt (added) * tests/.expect/functions.oast.x64.txt (moved) Fixed functions test for new ast (only x64) Tue, 24 Nov 2020 20:36:21 GMT Thierry Delisle [d5e7a57] * tests/.expect/KRfunctions.nast.x64.txt (added) * tests/.expect/KRfunctions.oast.x64.txt (moved) Fix krfunctions test for new ast (only x64) Tue, 24 Nov 2020 20:27:41 GMT Thierry Delisle [5c028ac] * tests/.expect/alloc-ERROR.nast.txt (added) * tests/.expect/alloc-ERROR.oast.txt (moved) * tests/.expect/init1-ERROR.nast.txt (added) * tests/.expect/init1-ERROR.oast.txt (moved) updated expected for alloc-ERROR and init1-ERROR for new ast Sun, 15 Nov 2020 13:24:48 GMT Peter A. Buhr [95d0c29c] * tests/.expect/manipulatorsOutput2.txt (deleted) remove general .expect/manipulatorsOutput2.txt as there are ... Sat, 14 Nov 2020 04:10:12 GMT Peter A. Buhr [7232fe2] * tests/.expect/manipulatorsOutput2.txt (added) update manipulatorsOutput2 expect on ARM Fri, 13 Nov 2020 23:41:05 GMT Peter A. Buhr [26ceca1] * tests/.expect/manipulatorsOutput2.arm64.txt (added) enable test manipulatorsOutput2 on ARM Thu, 12 Nov 2020 18:56:45 GMT Thierry Delisle [a104311] * tests/.expect/attributes.arm64.txt (modified) * tests/.expect/gccExtensions.arm64.txt (modified) Fixed new expected for arm after array_dim changes Thu, 12 Nov 2020 18:29:43 GMT Thierry Delisle [9d264e18] * benchmark/rmit.py (modified) * doc/theses/andrew_beach_MMath/features.tex (added) * libcfa/src/Makefile.am (modified) * libcfa/src/concurrency/locks.cfa (modified) * libcfa/src/concurrency/locks.hfa (modified) * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) * src/AST/Convert.cpp (modified) * src/AST/Pass.impl.hpp (modified) * src/AST/Pass.proto.hpp (modified) * src/InitTweak/GenInit.cc (modified) * src/ResolvExpr/Resolver.cc (modified) * src/main.cc (modified) * tests/.expect/alloc-ERROR.txt (modified) * tests/alloc.cfa (modified) * tests/malloc.cfa (modified) * tests/manipulatorsOutput3.cfa (modified) Merge branch 'master' of plg.uwaterloo.ca:software/cfa/cfa-cc Thu, 12 Nov 2020 18:29:36 GMT Thierry Delisle [d6ad99e] * tests/.expect/KRfunctions.arm64.txt (added) * tests/.expect/attributes.arm64.txt (added) * tests/.expect/bitmanip1.arm64.txt (added) * tests/.expect/bitmanip2.arm64.txt (added) * tests/.expect/bitmanip3.arm64.txt (added) * tests/.expect/declarationSpecifier.arm64.txt (added) * tests/.expect/extension.arm64.txt (added) * tests/.expect/functions.arm64.txt (added) * tests/.expect/gccExtensions.arm64.txt (added) * tests/.expect/manipulatorsInput.arm64.txt (added) * tests/.expect/manipulatorsOutput3.arm64.txt (added) * tests/.expect/math4.arm64.txt (added) * tests/errors/.expect/completeType.arm64.txt (added) Enable several tests for arm that had no expect file Thu, 12 Nov 2020 17:50:58 GMT Thierry Delisle [2c2b60f] * tests/.expect/alloc-ERROR.txt (modified) Fixed line numbers in alloc-ERROR Tue, 03 Nov 2020 22:29:45 GMT Thierry Delisle [a2f2fda] * tests/.expect/castError.oast.txt (moved) * tests/meta/.expect/archVast.nast.arm64.txt (added) * tests/meta/.expect/archVast.nast.x64.txt (added) * tests/meta/.expect/archVast.nast.x86.txt (added) * tests/meta/.expect/archVast.oast.arm64.txt (added) * tests/meta/.expect/archVast.oast.x64.txt (added) * tests/meta/.expect/archVast.oast.x86.txt (added) * tests/meta/archVast.cfa (added) * tests/pybin/settings.py (modified) * tests/pybin/test_run.py (modified) * tests/test.py (modified) Finished support for running tests for new and old ast Fri, 16 Oct 2020 01:41:31 GMT Michael Brooks [f1791a4] * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/InitTweak/InitTweak.h (modified) * tests/.expect/const-init.txt (modified) * tests/const-init.cfa (modified) Expanding earlier #182 fix to another case of the same issue. [[Fixes ... Mon, 12 Oct 2020 12:12:25 GMT Peter A. Buhr [8fd0ce3] * tests/.expect/init1-ERROR.txt (modified) update init1-ERROR after remove incompatible-pointer-types warning Sun, 11 Oct 2020 14:29:06 GMT Peter A. Buhr [30cf6b0] * tests/.expect/init1.txt (modified) * tests/init1.cfa (modified) remove incompatible-pointer-types warning because compilers do not ... Sat, 10 Oct 2020 03:22:58 GMT Peter A. Buhr [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 Thu, 08 Oct 2020 01:33:22 GMT Michael Brooks [6fbe9a5] * libcfa/src/limits.cfa (modified) * libcfa/src/limits.hfa (modified) * src/InitTweak/FixGlobalInit.cc (modified) * tests/.expect/const-init.txt (added) * tests/.expect/limits.txt (modified) * tests/const-init.cfa (added) * tests/limits.cfa (modified) Fixing code-gen of constants. [[Fixes #182]] Removes workaround ... Wed, 07 Oct 2020 19:26:30 GMT Thierry Delisle [597c5d18] * tests/.expect/array.txt (modified) * tests/.expect/expression.txt (modified) Forgot line numbers in expected Fri, 02 Oct 2020 14:55:38 GMT Andrew Beach [91131689] * tests/.expect/poly-d-cycle.txt (moved) * tests/.expect/poly-o-cycle.txt (added) * tests/poly-d-cycle.cfa (added) * tests/poly-o-cycle.cfa (moved) Polymorphic structure cyclicic definitions are now tested with both ... Mon, 28 Sep 2020 18:02:23 GMT Thierry Delisle [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 [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, 15 Sep 2020 19:04:59 GMT Thierry Delisle [2bb2d3f1] * tests/.expect/smart-pointers.txt (deleted) Disable smart pointer test Wed, 02 Sep 2020 17:13:28 GMT m3zulfiq [f76ff0b] * libcfa/src/heap.cfa (modified) * libcfa/src/stdlib.hfa (modified) * tests/.expect/alloc2.txt (added) * tests/alloc2.cfa (modified) * tests/malloc.cfa (modified) alloc2.txt: added expected output file for test alloc2.cfa. heap.cfa: ... Wed, 02 Sep 2020 12:40:34 GMT Peter A. Buhr [f6fe597] * tests/.expect/alloc-old.txt (deleted) rename tests/.expect/alloc-old.txt so it does not trigger test.py error Wed, 02 Sep 2020 12:38:55 GMT Peter A. Buhr [da5f7de] * tests/.expect/alloc-ERROR.txt (modified) fix build problem with mismatched line numbers Wed, 02 Sep 2020 12:35:18 GMT Peter A. Buhr [4557bcf7] * tests/.expect/alloc.txt.old (added) * tests/.expect/malloc.txt (added) add expect file for new malloc.cfa test to trigger test, temporarily ... Wed, 02 Sep 2020 00:05:48 GMT m3zulfiq [68f0c4e] * libcfa/src/stdlib.hfa (modified) * tests/.expect/alloc-old.txt (added) * tests/.expect/alloc.txt (modified) * tests/malloc.cfa (modified) stdlib.hfa: changed CFA malloc, realloc and resize as discussed with ... Mon, 31 Aug 2020 21:15:34 GMT Peter A. Buhr [942453a] * tests/.expect/abs.x86.txt (added) * tests/.expect/ato.x86.txt (added) * tests/.expect/manipulatorsOutput1.x86.txt (added) * tests/.expect/math1.x86.txt (added) * tests/.expect/math2.x86.txt (added) * tests/.expect/math3.x86.txt (added) * tests/.expect/random.x86.txt (added) create x86 expected results to harmonize with 64-bit ARM results Mon, 31 Aug 2020 16:28:13 GMT Thierry Delisle [207c7330] * tests/.expect/castError.txt (modified) * tests/.expect/init1.txt (modified) * tests/errors/.expect/completeType.x64.txt (modified) * tests/raii/.expect/ctor-autogen-ERR1.txt (modified) * tests/warnings/.expect/self-assignment.txt (modified) Updated expected output after removal of 'with resolved type' Mon, 31 Aug 2020 13:47:12 GMT Peter A. Buhr [369ffdf] * tests/.expect/abs.x64.txt (added) * tests/.expect/ato.x64.txt (added) * tests/.expect/manipulatorsOutput1.x64.txt (added) * tests/.expect/math1.x64.txt (added) * tests/.expect/math2.x64.txt (added) * tests/.expect/math3.x64.txt (added) * tests/.expect/random.x64.txt (added) create x86_64 expected results to harmonize with 64-bit ARM results Mon, 31 Aug 2020 11:24:57 GMT Peter A. Buhr [430b443] * tests/.expect/abs.arm64.txt (moved) * tests/.expect/ato.arm64.txt (moved) * tests/.expect/manipulatorsOutput1.arm64.txt (moved) * tests/.expect/math1.arm64.txt (added) * tests/.expect/math1.txt (deleted) * tests/.expect/math2.arm64.txt (added) * tests/.expect/math2.txt (deleted) * tests/.expect/math3.arm64.txt (added) * tests/.expect/math3.txt (deleted) * tests/.expect/random.arm64.txt (moved) generate 64-bit ARM specific test results for floating-point tests Wed, 26 Aug 2020 02:54:37 GMT Peter A. Buhr [f238769d] * tests/.expect/math4.x86.txt (added) add 32-bit result for modified math4.cfa Wed, 26 Aug 2020 02:10:04 GMT Peter A. Buhr [29d618e] * tests/.expect/math4.x64.txt (moved) * tests/copyfile.cfa (modified) formatting Tue, 25 Aug 2020 03:22:01 GMT Peter A. Buhr [a6cafa8] * tests/.expect/bitmanip3.x86.txt (modified) * tests/.expect/math4.txt (modified) fix 32-bit excepted output for move of floor, ceiling, ceiling_div Tue, 25 Aug 2020 00:34:24 GMT Peter A. Buhr [7cfef0d] * libcfa/src/bitmanip.hfa (modified) * libcfa/src/heap.cfa (modified) * libcfa/src/iostream.cfa (modified) * libcfa/src/math.hfa (modified) * tests/.expect/bitmanip3.x64.txt (modified) * tests/.expect/math4.txt (modified) * tests/bitmanip3.cfa (modified) * tests/math4.cfa (modified) move routines floor, ceiling, ceiling_div from bitmanip.hfa to math.hfa Wed, 19 Aug 2020 19:08:38 GMT Thierry Delisle [03a4c73] * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/castError.txt (modified) * tests/.expect/init1.txt (modified) * tests/errors/.expect/completeType.x64.txt (modified) * tests/errors/.expect/completeType.x86.txt (modified) * tests/raii/.expect/ctor-autogen-ERR1.txt (modified) * tests/warnings/.expect/self-assignment.txt (modified) Regenerated tests after add of 'with resolved type' Sat, 15 Aug 2020 16:10:26 GMT Peter A. Buhr [3b4750d] * tests/.expect/minmax.txt (modified) * tests/minmax.cfa (modified) add negative test for signed integer min/max Tue, 11 Aug 2020 22:39:54 GMT Thierry Delisle [26ffcda] * tests/.expect/declarationSpecifier.x86.txt (modified) * tests/.expect/gccExtensions.x86.txt (modified) Regenerated x86 tests after the change to bootloader.c Tue, 11 Aug 2020 21:39:18 GMT Thierry Delisle [cd9ee44] * tests/.expect/declarationSpecifier.x64.txt (modified) * tests/.expect/gccExtensions.x64.txt (modified) Regenerated x64 tests after the change to bootloader.c Mon, 10 Aug 2020 20:27:03 GMT Peter A. Buhr [5104893] * tests/.expect/bitmanip3.x86.txt (modified) fix x86 excepted output for bitmanip3 Mon, 10 Aug 2020 18:30:17 GMT Peter A. Buhr [fd24f8c] * tests/.expect/bitmanip3.x64.txt (modified) * tests/bitmanip3.cfa (modified) remove alignment tests for 0 as it is not a power of 2 (now checked), ... Thu, 30 Jul 2020 03:29:01 GMT Michael Brooks [b81fd95] * libcfa/src/bits/locks.hfa (modified) * libcfa/src/concurrency/kernel.cfa (modified) * libcfa/src/concurrency/preemption.cfa (modified) * libcfa/src/containers/list.hfa (modified) * libcfa/src/iostream.hfa (modified) * libcfa/src/stdlib.hfa (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/Parser/ExpressionNode.cc (modified) * src/ResolvExpr/AlternativeFinder.cc (modified) * src/SynTree/Expression.h (modified) * tests/.expect/init1.txt (added) * tests/avltree/avl1.cfa (modified) * tests/bugs/66.cfa (modified) * tests/concurrent/signal/block.cfa (modified) * tests/exceptions/conditional.cfa (modified) * tests/exceptions/defaults.cfa (modified) * tests/init1.cfa (added) * tests/io2.cfa (modified) * tests/searchsort.cfa (modified) Fix bug where pointer and reference types allow unsound ... Wed, 29 Jul 2020 21:12:28 GMT Andrew Beach [1d17939] * src/ResolvExpr/ConversionCost.cc (modified) * src/ResolvExpr/ConversionCost.h (modified) * tests/.expect/castError.txt (modified) * tests/castError.cfa (modified) Implemented the recomented fix for #204, added at test that would ... Tue, 21 Jul 2020 15:19:32 GMT Peter A. Buhr [4a32319] * tests/.expect/alloc.txt (modified) update expected output for 'alloc' test after updating heap Mon, 20 Jul 2020 01:22:56 GMT Peter A. Buhr [eacf82c] * tests/.expect/alloc.txt (modified) update allocation test results after changes Thu, 16 Jul 2020 16:35:19 GMT Andrew Beach [3f06c05] * src/GenPoly/InstantiateGeneric.cc (modified) * tests/.expect/functions.x64.txt (modified) * tests/.expect/functions.x86.txt (modified) * tests/.expect/poly-cycle.txt (added) * tests/poly-cycle.cfa (added) Fixed InstantiateGeneric so that it can handle cyclic type references ... Wed, 15 Jul 2020 22:40:33 GMT Peter A. Buhr [c6b5c11] * tests/.expect/manipulatorsInput.x64.txt (added) * tests/.expect/manipulatorsInput.x86.txt (moved) testing for reading int128 values Mon, 13 Jul 2020 22:04:33 GMT Peter A. Buhr [61ce214] * tests/.expect/manipulatorsOutput3.x64.txt (modified) * tests/manipulatorsOutput3.cfa (modified) extend testing for int128 Mon, 06 Jul 2020 20:44:17 GMT Peter A. Buhr [2ed33710] * tests/.expect/manipulatorsOutput3.txt (deleted) * tests/.expect/manipulatorsOutput3.x64.txt (added) make int128 test x64 only to fix the build Sun, 05 Jul 2020 20:04:20 GMT Peter A. Buhr [2c60c644] * libcfa/src/iostream.cfa (modified) * libcfa/src/iostream.hfa (modified) * tests/.expect/manipulatorsOutput3.txt (added) new version for printing int128 values including manipulators Fri, 03 Jul 2020 15:03:20 GMT Andrew Beach [74cfafb2] * tests/.expect/global-monomorph.txt (added) * tests/global-monomorph.cfa (added) I forgot to add the tests that the specalize fix fixed. Fri, 19 Jun 2020 22:13:21 GMT Peter A. Buhr [a8a3485] * tests/.expect/copyfile.txt (modified) * tests/.in/copyfile.txt (modified) * tests/copyfile.cfa (modified) remove superfluous char ch declaration Fri, 19 Jun 2020 21:49:22 GMT Peter A. Buhr [6c4bd02] * tests/.expect/copyfile.txt (modified) * tests/.in/copyfile.txt (modified) * tests/copyfile.cfa (modified) update idiomic Cforall command-line processing and coping input file ... Thu, 18 Jun 2020 22:58:33 GMT Peter A. Buhr [030653a] * libcfa/src/time.hfa (modified) * tests/.expect/time.txt (modified) * tests/time.cfa (modified) add unit conversions from duration to double Fri, 05 Jun 2020 21:13:54 GMT Andrew Beach [aabb846] * libcfa/src/Makefile.am (modified) * libcfa/src/Makefile.in (modified) * libcfa/src/memory.cfa (added) * libcfa/src/memory.hfa (added) * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) * tests/.expect/smart-pointers.txt (added) * tests/smart-pointers.cfa (added) Added a first draft of the memory management library module. Mon, 01 Jun 2020 18:50:37 GMT Peter A. Buhr [3d46f01] * tests/.expect/copyfile.txt (modified) * tests/.in/copyfile.txt (modified) * tests/copyfile.cfa (modified) change from pointers to references in tests/copyfile.cfa Tue, 21 Apr 2020 22:32:14 GMT Peter A. Buhr [192ac5d] * tests/.expect/bitmanip3.x86.txt (modified) fix 32-bit expected output for bitmanip3 Tue, 21 Apr 2020 21:44:51 GMT Peter A. Buhr [a3fab47] * tests/.expect/bitmanip3.x64.txt (modified) * tests/bitmanip3.cfa (modified) fix infinite-loop build error for bitmanip3, changing from adds to shifts Thu, 16 Apr 2020 00:28:45 GMT Peter A. Buhr [7c5d8c4] * tests/.expect/bitmanip3.x86.txt (modified) add 32-bit test output for bitmanip3 Wed, 15 Apr 2020 18:43:13 GMT Peter A. Buhr [21923bd] * libcfa/src/bitmanip.hfa (modified) * tests/.expect/bitmanip3.x64.txt (modified) * tests/bitmanip3.cfa (modified) second draft of bitmanip using specialized rather than polymorphic ... Tue, 14 Apr 2020 19:12:08 GMT Peter A. Buhr [4d3e160] * tests/.expect/bitmanip3.x86.txt (added) add 32-bit test output for bitmanip3 Tue, 14 Apr 2020 17:30:35 GMT Peter A. Buhr [da36d25] * libcfa/src/bitmanip.hfa (modified) * tests/.expect/bitmanip3.x64.txt (added) * tests/bitmanip1.cfa (modified) * tests/bitmanip2.cfa (modified) * tests/bitmanip3.cfa (added) first complete draft of bitmanip, performance problems with ... Tue, 07 Apr 2020 20:46:09 GMT Peter A. Buhr [8f6ea08] * tests/.expect/bitmanip1.x86.txt (added) * tests/.expect/bitmanip2.x86.txt (added) 32-bit test results for bitmanip Tue, 07 Apr 2020 17:34:59 GMT Peter A. Buhr [76bf23c] * libcfa/src/bitmanip.hfa (modified) * tests/.expect/bitmanip.x64.txt (deleted) * tests/.expect/bitmanip.x86.txt (deleted) * tests/.expect/bitmanip1.x64.txt (added) * tests/.expect/bitmanip2.x64.txt (added) * tests/bitmanip.cfa (deleted) * tests/bitmanip1.cfa (added) * tests/bitmanip2.cfa (added) second attempt at bit manipulation operations Tue, 07 Apr 2020 01:24:19 GMT Peter A. Buhr [9d5d01f] * tests/.expect/alloc.txt (modified) * tests/alloc.cfa (modified) second attempt for temporary patch to fix build for alloc nodebug Tue, 07 Apr 2020 00:50:34 GMT Peter A. Buhr [23ecea4] * tests/.expect/alloc.txt (modified) * tests/alloc.cfa (modified) temporary patch to fix build for nodebug Thu, 02 Apr 2020 01:32:21 GMT Peter A. Buhr [cfbc703d] * libcfa/src/heap.cfa (modified) * libcfa/src/stdhdr/malloc.h (modified) * libcfa/src/stdlib.cfa (modified) * libcfa/src/stdlib.hfa (modified) * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/alloc.txt (modified) * tests/alloc.cfa (modified) add resize and more "alloc" routines Wed, 18 Mar 2020 11:28:06 GMT Peter A. Buhr [734c9664] * tests/.expect/bitmanip.txt (deleted) remove tests/.expect/bitmanip.txt as there is 32/64-bit versions Mon, 16 Mar 2020 21:19:53 GMT Peter A. Buhr [eaa0c23] * tests/.expect/bitmanip.x64.txt (added) * tests/.expect/bitmanip.x86.txt (added) create different 32/64-bit tests for bitmanip Mon, 16 Mar 2020 19:04:32 GMT Peter A. Buhr [03eabf4] * libcfa/src/bitmanip.hfa (added) * tests/.expect/bitmanip.txt (added) * tests/bitmanip.cfa (added) first attempt at consolidating bit-manipulation operations Tue, 10 Mar 2020 20:21:25 GMT Thierry Delisle [b5bb444] * tests/.expect/abort.txt (deleted) * tests/Makefile.am (modified) * tests/Makefile.in (modified) * tests/abort.cfa (deleted) Removed temporary abort test Tue, 10 Mar 2020 19:48:30 GMT Thierry Delisle [c862fae] * Jenkinsfile (modified) * tests/.expect/abort.txt (added) * tests/abort.cfa (added) Fixed typo in Jenkinsfile and added abort test to test libcfa archival Wed, 19 Feb 2020 12:50:01 GMT Peter A. Buhr [e326ebc] * tests/.expect/userLiterals.txt (modified) * tests/userLiterals.cfa (modified) fix 32-bit build problem Wed, 19 Feb 2020 01:51:28 GMT Peter A. Buhr [6988dc6] * tests/.expect/nested-types-ERR1.txt (modified) * tests/.expect/nested-types-ERR2.txt (modified) * tests/nested-types.cfa (modified) add future testing and adjust expected output Mon, 17 Feb 2020 04:07:38 GMT Peter A. Buhr [8725c74] * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/alloc.txt (modified) * tests/alloc.cfa (modified) remove unnecessary print Mon, 17 Feb 2020 04:04:38 GMT Peter A. Buhr [c9f4cf8] * tests/.expect/userLiterals.txt (added) * tests/userLiterals.cfa (moved) add test for user literals using postfix call Tue, 11 Feb 2020 16:39:47 GMT Thierry Delisle [686cb63] * tests/errors/.expect/completeType.txt (moved) * tests/errors/.expect/declaration.txt (moved) * tests/errors/.expect/scope.txt (moved) * tests/errors/.expect/signature.txt (added) * tests/errors/completeType.cfa (moved) * tests/errors/declaration.cfa (moved) * tests/errors/scope.cfa (moved) * tests/errors/signature.cfa (added) * tests/zombies/occursError.cfa (moved) * tests/zombies/scope.cfa (moved) Added new tests for signature errors. Moved several error tests to ... Sun, 09 Feb 2020 13:56:01 GMT Peter A. Buhr [f00b2c2c] * libcfa/src/rational.cfa (modified) * tests/.expect/rational.txt (modified) * tests/rational.cfa (modified) defined rational constructor from 0 [fixes #117] Thu, 23 Jan 2020 20:07:54 GMT Andrew Beach [c0b2a631] * tests/.expect/except-finally-error.txt (deleted) * tests/exceptions/.expect/finally-error.txt (added) * tests/exceptions/except-0.cfa (moved) * tests/exceptions/except-1.cfa (moved) * tests/exceptions/except-2.cfa (moved) * tests/exceptions/except-3.cfa (moved) * tests/exceptions/except-mac.hfa (moved) * tests/exceptions/finally-error.cfa (moved) Added the exceptions test folder. Wed, 22 Jan 2020 20:40:27 GMT Andrew Beach [9d6317f] * src/ControlStruct/LabelFixer.cc (modified) * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * tests/.expect/except-finally-error.txt (modified) * tests/except-finally-error.cfa (modified) Added checks for returning from a finally clause. And breaking from a ... Fri, 17 Jan 2020 20:11:15 GMT Andrew Beach [96f5b30] * tests/.expect/except-finally-error.txt (modified) * tests/except-finally-error.cfa (modified) Added more tests for statements that are not allowed to be in a ... Thu, 16 Jan 2020 21:44:17 GMT Andrew Beach [d62806c] * src/ControlStruct/MLEMutator.cc (modified) * src/ControlStruct/MLEMutator.h (modified) * tests/.expect/except-finally-error.txt (added) * tests/except-finally-error.cfa (added) Start working on checks to make sure we do not jump out of a finally ... Mon, 06 Jan 2020 02:31:00 GMT Peter A. Buhr [e0c235c] * libcfa/src/clock.hfa (deleted) * libcfa/src/concurrency/alarm.cfa (modified) * libcfa/src/time.cfa (modified) * libcfa/src/time.hfa (modified) * libcfa/src/time_t.hfa (modified) * tests/.expect/time.txt (modified) * tests/time.cfa (modified) move clock.hfa into time.hfa, add getCPUTime, rename duration and ... Mon, 16 Dec 2019 19:30:41 GMT Peter A. Buhr [07de76b] * src/AST/Convert.cpp (modified) * src/AST/Decl.cpp (modified) * src/AST/Decl.hpp (modified) * src/AST/Print.cpp (modified) * src/AST/Type.hpp (modified) * src/AST/TypeEnvironment.cpp (modified) * src/AST/TypeEnvironment.hpp (modified) * src/AST/TypeVar.hpp (deleted) * src/AST/module.mk (modified) * src/CodeGen/CodeGenerator.cc (modified) * src/CodeGen/FixMain.h (modified) * src/CodeGen/FixNames.cc (modified) * src/CodeGen/Generate.cc (modified) * src/CodeGen/module.mk (modified) * src/CodeTools/DeclStats.cc (modified) * src/Common/Debug.h (modified) * src/Concurrency/Keywords.cc (modified) * src/Concurrency/Waitfor.cc (modified) * src/ControlStruct/ExceptTranslate.cc (modified) * src/GenPoly/Box.cc (modified) * src/GenPoly/Lvalue.cc (modified) * src/GenPoly/Specialize.cc (modified) * src/InitTweak/FixGlobalInit.cc (modified) * src/InitTweak/FixInit.cc (modified) * src/InitTweak/GenInit.cc (modified) * src/InitTweak/InitTweak.cc (modified) * src/MakeLibCfa.cc (modified) * src/Makefile.in (modified) * src/Parser/DeclarationNode.cc (modified) * src/Parser/ParseNode.h (modified) * src/Parser/TypeData.cc (modified) * src/Parser/TypeData.h (modified) * src/Parser/module.mk (modified) * src/Parser/parser.yy (modified) * src/ResolvExpr/AdjustExprType.cc (modified) * src/ResolvExpr/PtrsCastable.cc (modified) * src/ResolvExpr/Unify.cc (modified) * src/SymTab/Autogen.h (modified) * src/SymTab/Demangle.cc (modified) * src/SymTab/Indexer.cc (modified) * src/SymTab/Mangler.cc (modified) * src/SymTab/ManglerCommon.cc (modified) * src/SymTab/Validate.cc (modified) * src/SynTree/AggregateDecl.cc (modified) * src/SynTree/Declaration.h (modified) * src/SynTree/DeclarationWithType.cc (modified) * src/SynTree/FunctionDecl.cc (modified) * src/SynTree/LinkageSpec.cc (moved) * src/SynTree/LinkageSpec.h (moved) * src/SynTree/NamedTypeDecl.cc (modified) * src/SynTree/ObjectDecl.cc (modified) * src/SynTree/TupleType.cc (modified) * src/SynTree/TypeDecl.cc (modified) * src/SynTree/module.mk (modified) * src/Tuples/TupleAssignment.cc (modified) * src/Tuples/TupleExpansion.cc (modified) * tests/.expect/completeTypeError.txt (modified) remove file TypeVar.h* and put TypeVar::Kind into TypeDecl, move ... Thu, 12 Dec 2019 23:21:09 GMT Peter A. Buhr [9853d9b0] * src/Parser/parser.yy (modified) * tests/.expect/loopctrl.txt (modified) * tests/loopctrl.cfa (modified) missed a case for inclusive bound to singleton comparison, and added ... Fri, 29 Nov 2019 18:47:14 GMT Thierry Delisle [78cdb06] * src/GenPoly/Lvalue.cc (modified) * tests/.expect/references.txt (modified) * tests/references.cfa (modified) Modified Lvalue cast handling to ignore top level dereferencing in ... Sat, 23 Nov 2019 01:41:47 GMT Peter A. Buhr [4b464b5] * tests/.expect/alloc-ERROR.txt (modified) update expected output Fri, 22 Nov 2019 20:37:28 GMT Peter A. Buhr [6a25b8f] * tests/.expect/alloc-ERROR.txt (modified) * tests/.expect/alloc.txt (modified) * tests/alloc.cfa (modified) * tests/heap.cfa (modified) update allocation tests to reflect allocation changes, change from ...